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

  /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/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/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);
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/v8/src/x64/
debug-x64.cc 286 // Generate enough nop's to make space for a call instruction.
290 __ Nop(Assembler::kDebugBreakSlotLength);
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...]
  /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...]
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/oprofile/events/x86-64/family11h/
unit_masks 219 0x10 Nop DW sent (idle)
  /external/oprofile/events/x86-64/family10/
unit_masks 233 0x08 Nop DW sent (idle)

Completed in 190 milliseconds