HomeSort by relevance Sort by last modified time
    Searched refs:Nop (Results 1 - 25 of 42) sorted by null

1 2

  /art/runtime/
gtest_test.cc 20 TEST(GTest, Nop) {}
  /external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
riva_mmio.h 82 U016 Nop;
93 U016 Nop;
108 U016 Nop;
120 U016 Nop[1];
134 U016 Nop;
147 U016 Nop[1];
162 U016 Nop;
224 U016 Nop;
250 U016 Nop;
284 U016 Nop[1]
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_program_pair.h 91 unsigned int Nop:1;
r300_fragprog_emit.c 279 if (inst->Nop)
317 /* Generate a single NOP for this node */
radeon_pair_schedule.c 715 /* We don't need a nop if the previous instruction is a TEX. */
737 emitted->Prev->U.P.Nop = 1;
753 emitted->Prev->U.P.Nop = 1;
    [all...]
r500_fragprog_emit.c 221 * NOP the specified instruction if it is not a texture lookup.
247 /* Quirk: MDH/MDV (DDX/DDY) need a NOP on previous non-TEX instructions. */
272 if (inst->Nop) {
  /external/llvm/lib/Target/Hexagon/InstPrinter/
HexagonInstPrinter.cpp 58 HexagonMCInst Nop;
61 Nop.setOpcode (Hexagon::NOP);
62 Nop.setPacketStart (MI->isPacketStart());
63 printInst (&Nop, O, NoAnnot);
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_program_pair.h 91 unsigned int Nop:1;
r300_fragprog_emit.c 279 if (inst->Nop)
317 /* Generate a single NOP for this node */
radeon_pair_schedule.c 715 /* We don't need a nop if the previous instruction is a TEX. */
737 emitted->Prev->U.P.Nop = 1;
753 emitted->Prev->U.P.Nop = 1;
    [all...]
  /art/compiler/trampolines/
trampoline_compiler.cc 74 __ Nop();
  /external/chromium_org/third_party/re2/re2/
compile.cc 172 Frag Nop();
412 Frag Compiler::Nop() {
731 return Nop();
770 return Nop();
    [all...]
  /external/chromium_org/v8/src/ia32/
debug-ia32.cc 318 // Generate enough nop's to make space for a call instruction.
322 __ Nop(Assembler::kDebugBreakSlotLength);
  /external/chromium_org/v8/src/x64/
debug-x64.cc 307 // Generate enough nop's to make space for a call instruction.
311 __ Nop(Assembler::kDebugBreakSlotLength);
  /external/regex-re2/re2/
compile.cc 171 Frag Nop();
411 Frag Compiler::Nop() {
730 return Nop();
769 return Nop();
    [all...]
  /external/v8/src/ia32/
debug-ia32.cc 281 // Generate enough nop's to make space for a call instruction.
285 __ Nop(Assembler::kDebugBreakSlotLength);
  /external/v8/src/x64/
debug-x64.cc 286 // Generate enough nop's to make space for a call instruction.
290 __ Nop(Assembler::kDebugBreakSlotLength);
  /art/compiler/utils/mips/
assembler_mips.cc 328 Nop();
333 Nop();
338 Nop();
343 Nop();
348 Nop();
353 Nop();
430 void MipsAssembler::Nop() {
    [all...]
assembler_mips.h 294 void Nop();
  /external/chromium_org/v8/test/cctest/
test-assembler-x64.cc 104 __ nop();
137 __ nop();
224 __ nop();
369 __ nop();
392 __ Nop(i);
test-disasm-x64.cc 74 __ nop();
79 __ nop();
81 __ nop();
82 __ nop();
92 __ nop();
110 __ nop();
116 __ nop();
128 __ nop();
136 __ nop();
142 __ nop();
    [all...]
  /external/v8/test/cctest/
test-assembler-ia32.cc 408 __ nop();
430 __ Nop(i);
test-assembler-x64.cc 113 __ nop();
145 __ nop();
229 __ nop();
371 __ nop();
393 __ Nop(i);
test-disasm-x64.cc 82 __ nop();
87 __ nop();
89 __ nop();
90 __ nop();
100 __ nop();
118 __ nop();
124 __ nop();
136 __ nop();
144 __ nop();
150 __ nop();
    [all...]
  /external/oprofile/events/x86-64/family11h/
unit_masks 219 0x10 Nop DW sent (idle)

Completed in 927 milliseconds

1 2