Searched refs:Nop (Results 1 - 16 of 16) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyAsmBackend.cpp89 OS << char(WebAssembly::Nop);
H A DWebAssemblyMCTargetDesc.h133 static const unsigned Nop = 0x01; member in namespace:llvm::WebAssembly
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DBasicBlockSections.cpp312 MCInst Nop = MF.getSubtarget().getInstrInfo()->getNop(); local
314 MF.getSubtarget().getInstrInfo()->get(Nop.getOpcode()));
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonAsmBackend.cpp739 MCInst *Nop = Context.createMCInst(); variable
740 Nop->setOpcode(Hexagon::A2_nop);
741 Inst.addOperand(MCOperand::createInst(Nop));
H A DHexagonMCInstrInfo.cpp915 MCInst Nop; local
916 Nop.setOpcode(Hexagon::A2_nop);
922 MCB.addOperand(MCOperand::createInst(new (Context) MCInst(Nop)));
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/regex/internal/
H A Dparser.d276 put(Bytecode(IR.Nop, 0));
348 immutable replace = ir[offset].code == IR.Nop;
362 immutable replace = ir[offset].code == IR.Nop;
H A Dbacktracking.d678 case IR.Nop:
679 pc += IRL!(IR.Nop);
1456 case IR.Nop:
H A Dthompson.d580 static bool op(IR code:IR.Nop)(E e, S* state)
582 with(state) t.pc += IRL!(IR.Nop);
H A Dir.d118 Nop = 0b1_00101_00, //no operation (padding)
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/regex/internal/
H A Dbacktracking.d650 case IR.Nop:
651 pc += IRL!(IR.Nop);
1432 case IR.Nop:
H A Dparser.d357 put(Bytecode(IR.Nop, 0));
429 immutable replace = ir[offset].code == IR.Nop;
443 immutable replace = ir[offset].code == IR.Nop;
H A Dir.d127 Nop = 0b1_00101_00, //no operation (padding)
H A Dthompson.d582 static bool op(IR code:IR.Nop)(E* e, S* state)
584 with(state) t.pc += IRL!(IR.Nop);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp3074 MCInst Nop = MF->getSubtarget().getInstrInfo()->getNop(); local
3076 EmitToStreamer(*OutStreamer, Nop);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp1263 MCInst Nop; local
1264 Nop.setOpcode(PPC::NOP);
1265 return Nop;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp7727 MCInst Nop; local
7728 Nop.setOpcode(X86::NOOP);
7729 return Nop;

Completed in 247 milliseconds