HomeSort by: relevance | last modified time | path
    Searched refs:Nop (Results 1 - 16 of 16) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/MCTargetDesc/
WebAssemblyAsmBackend.cpp 89 OS << char(WebAssembly::Nop);
WebAssemblyMCTargetDesc.h 133 static const unsigned Nop = 0x01;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
BasicBlockSections.cpp 304 // zero implies "no landing pad." This function inserts a NOP just before the EH
312 MCInst Nop = MF.getSubtarget().getInstrInfo()->getNop();
314 MF.getSubtarget().getInstrInfo()->get(Nop.getOpcode()));
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonAsmBackend.cpp 690 static const uint32_t Nopcode = 0x7f000000, // Hard-coded NOP.
739 MCInst *Nop = Context.createMCInst();
740 Nop->setOpcode(Hexagon::A2_nop);
741 Inst.addOperand(MCOperand::createInst(Nop));
HexagonMCInstrInfo.cpp 915 MCInst Nop;
916 Nop.setOpcode(Hexagon::A2_nop);
922 MCB.addOperand(MCOperand::createInst(new (Context) MCInst(Nop)));
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/internal/
parser.d 276 put(Bytecode(IR.Nop, 0));
348 immutable replace = ir[offset].code == IR.Nop;
362 immutable replace = ir[offset].code == IR.Nop;
backtracking.d 678 case IR.Nop:
679 pc += IRL!(IR.Nop);
1456 case IR.Nop:
thompson.d 580 static bool op(IR code:IR.Nop)(E e, S* state)
582 with(state) t.pc += IRL!(IR.Nop);
ir.d 118 Nop = 0b1_00101_00, //no operation (padding)
  /src/external/gpl3/binutils/dist/opcodes/
i386-gen.c 58 "686|Nop" },
78 "K6_2|686:min|687|Nop|3dnowA" },
347 BITFIELD (Nop),
  /src/external/gpl3/binutils.old/dist/opcodes/
i386-gen.c 58 "686|Nop" },
78 "K6_2|686:min|687|Nop|3dnowA" },
331 BITFIELD (Nop),
  /src/external/gpl3/gdb.old/dist/opcodes/
i386-gen.c 58 "686|Nop" },
78 "K6_2|686:min|687|Nop|3dnowA" },
313 BITFIELD (Nop),
  /src/external/gpl3/gdb/dist/opcodes/
i386-gen.c 58 "686|Nop" },
78 "K6_2|686:min|687|Nop|3dnowA" },
331 BITFIELD (Nop),
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 3074 MCInst Nop = MF->getSubtarget().getInstrInfo()->getNop();
3076 EmitToStreamer(*OutStreamer, Nop);
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCInstrInfo.cpp 72 cl::desc("Causes the backend to crash instead of generating a nop VSX copy"),
1244 // This function is used for scheduling, and the nop wanted here is the type
1249 default: Opcode = PPC::NOP; break;
1263 MCInst Nop;
1264 Nop.setOpcode(PPC::NOP);
1265 return Nop;
1694 llvm_unreachable("nop VSX copy");
1703 llvm_unreachable("nop VSX copy");
2996 // with a NOP
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86InstrInfo.cpp 7727 MCInst Nop;
7728 Nop.setOpcode(X86::NOOP);
7729 return Nop;

Completed in 87 milliseconds