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

1 2 3

  /art/runtime/
gtest_test.cc 20 TEST(GTest, Nop) {}
  /external/vixl/examples/
debugger.cc 41 __ Nop();
43 __ Nop();
  /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/optimizing/
optimizing_cfi_test.cc 189 // One NOP in delay slot, 1 << 15 NOPS have size 1 << 17 which exceeds 18-bit signed maximum.
208 __ Nop();
217 // One NOP in forbidden slot, 1 << 15 NOPS have size 1 << 17 which exceeds 18-bit signed maximum.
236 __ Nop();
intrinsics_mips64.cc     [all...]
code_generator_mips64.cc 621 __ Nop();
    [all...]
intrinsics_mips.cc     [all...]
code_generator_mips.cc 797 __ Nop();
    [all...]
  /external/v8/src/debug/ia32/
debug-ia32.cc 20 __ Nop(Assembler::kDebugBreakSlotLength);
27 // Generate enough nop's to make space for a call instruction.
  /external/v8/src/debug/x64/
debug-x64.cc 21 __ Nop(Assembler::kDebugBreakSlotLength);
28 // Generate enough nop's to make space for a call instruction.
  /external/v8/src/debug/x87/
debug-x87.cc 20 __ Nop(Assembler::kDebugBreakSlotLength);
27 // Generate enough nop's to make space for a call instruction.
  /art/compiler/trampolines/
trampoline_compiler.cc 137 __ Nop();
169 __ Nop();
  /art/compiler/debug/dwarf/
debug_frame_opcode_writer.h 111 void ALWAYS_INLINE Nop() {
dwarf_test.cc 105 opcodes.Nop();
  /external/regex-re2/re2/
compile.cc 171 Frag Nop();
411 Frag Compiler::Nop() {
730 return Nop();
769 return Nop();
    [all...]
  /external/v8/test/cctest/compiler/
test-jump-threading.cc 52 void Nop() {
142 for (int j = 0; j < i; j++) code.Nop();
  /art/compiler/utils/mips/
assembler_mips.cc     [all...]
  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCInstrInfo.cpp 579 MCInst Nop;
580 Nop.setOpcode(Hexagon::A2_nop);
586 MCB.addOperand(MCOperand::createInst(new (Context) MCInst(Nop)));
  /art/compiler/utils/mips64/
assembler_mips64.cc 1018 void Mips64Assembler::Nop() {
    [all...]
  /external/v8/src/wasm/
wasm-opcodes.h 72 V(Nop, 0x00, _) \
  /external/v8/test/cctest/
test-assembler-x87.cc 248 __ nop();
271 __ 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/v8/src/x87/
assembler-x87.cc 233 Nop((m - (addr & mask)) & mask);
246 void Assembler::Nop(int bytes) {
249 // Older CPUs that do not support SSE2 may not support multibyte NOP
1171 void Assembler::nop() { function in class:v8::internal::Assembler
    [all...]

Completed in 1096 milliseconds

1 2 3