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

12

  /external/chromium_org/v8/test/cctest/
test-assembler-ia32.cc 406 __ nop();
429 __ Nop(i);
test-disasm-ia32.cc 79 __ nop();
84 __ nop();
86 __ nop();
89 __ nop();
101 __ nop();
117 __ nop();
123 __ nop();
139 __ nop();
149 __ nop();
154 __ nop();
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/
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/v8/test/cctest/
test-disasm-ia32.cc 86 __ nop();
91 __ nop();
93 __ nop();
96 __ nop();
108 __ nop();
124 __ nop();
130 __ nop();
146 __ nop();
156 __ nop();
161 __ nop();
    [all...]
  /external/chromium_org/v8/src/ia32/
assembler-ia32.cc 384 Nop((m - (addr & mask)) & mask);
397 void Assembler::Nop(int bytes) {
401 // Older CPUs that do not support SSE2 may not support multibyte NOP
1307 void Assembler::nop() { function in class:v8::internal::Assembler
    [all...]
assembler-ia32.h 647 // One byte opcode for nop.
680 // Insert the smallest number of nop instructions
684 void Nop(int bytes = 1);
872 void nop();
    [all...]
lithium-codegen-ia32.cc 476 masm()->nop();
873 __ nop();
    [all...]
  /external/oprofile/events/x86-64/family10/
unit_masks 233 0x08 Nop DW sent (idle)
  /external/v8/src/ia32/
assembler-ia32.cc 393 Nop((m - (addr & mask)) & mask);
406 void Assembler::Nop(int bytes) {
410 // Older CPUs that do not support SSE2 may not support multibyte NOP
1291 void Assembler::nop() { function in class:v8::internal::Assembler
    [all...]
assembler-ia32.h 634 // One byte opcode for nop.
664 // Insert the smallest number of nop instructions
668 void Nop(int bytes = 1);
854 void nop();
    [all...]
lithium-codegen-ia32.cc 465 __ nop();
    [all...]
  /external/chromium_org/v8/src/x64/
assembler-x64.h 617 // One byte opcode for nop.
647 // Insert the smallest number of nop instructions
651 void Nop(int bytes = 1);
    [all...]
assembler-x64.cc 393 Nop(delta);
1754 void Assembler::nop() { function in class:v8::internal::Assembler
    [all...]
lithium-codegen-x64.cc 609 __ nop();
    [all...]
  /external/v8/src/x64/
assembler-x64.h 625 // One byte opcode for nop.
654 // Insert the smallest number of nop instructions
658 void Nop(int bytes = 1);
    [all...]
assembler-x64.cc 429 Nop(delta);
1741 void Assembler::nop() { function in class:v8::internal::Assembler
    [all...]
lithium-codegen-x64.cc 467 __ nop();
    [all...]

Completed in 744 milliseconds

12