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

1 2

  /art/runtime/
gtest_test.cc 20 TEST(GTest, Nop) {}
  /external/vixl/examples/
debugger.cc 40 __ Nop();
42 __ 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/utils/mips/
assembler_mips.cc 316 Nop();
321 Nop();
326 Nop();
331 Nop();
336 Nop();
341 Nop();
418 void MipsAssembler::Nop() {
    [all...]
assembler_mips.h 129 void Nop();
  /art/compiler/trampolines/
trampoline_compiler.cc 113 __ 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 273 // Generate enough nop's to make space for a call instruction.
277 __ Nop(Assembler::kDebugBreakSlotLength);
  /external/chromium_org/v8/src/x64/
debug-x64.cc 253 // Generate enough nop's to make space for a call instruction.
257 __ Nop(Assembler::kDebugBreakSlotLength);
codegen-x64.cc 686 patcher.masm()->Nop(
  /external/chromium_org/v8/src/x87/
debug-x87.cc 273 // Generate enough nop's to make space for a call instruction.
277 __ Nop(Assembler::kDebugBreakSlotLength);
assembler-x87.cc 273 Nop((m - (addr & mask)) & mask);
286 void Assembler::Nop(int bytes) {
289 // Older CPUs that do not support SSE2 may not support multibyte NOP
1185 void Assembler::nop() { function in class:v8::internal::Assembler
    [all...]
  /external/regex-re2/re2/
compile.cc 171 Frag Nop();
411 Frag Compiler::Nop() {
730 return Nop();
769 return Nop();
    [all...]
  /external/chromium_org/v8/test/cctest/
test-assembler-x87.cc 247 __ nop();
270 __ Nop(i);
test-disasm-x87.cc 84 __ nop();
89 __ nop();
96 __ nop();
98 __ nop();
101 __ nop();
113 __ nop();
120 __ nop();
126 __ nop();
142 __ nop();
152 __ nop();
    [all...]
  /external/oprofile/events/x86-64/family11h/
unit_masks 219 0x10 Nop DW sent (idle)
  /external/chromium_org/v8/src/compiler/ia32/
code-generator-ia32.cc     [all...]

Completed in 737 milliseconds

1 2