Home
last modified time | relevance | path

Searched defs:JMP (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ReturnThunks.cpp83 const MCInstrDesc &JMP = ST.getInstrInfo()->get(X86::TAILJMPd); in runOnMachineFunction() local
H A DX86ISelLowering.cpp27604 const unsigned char JMP = 0xE9; // jmp <32bit dst> opcode. in LowerINIT_TRAMPOLINE() local
/freebsd/contrib/llvm-project/libunwind/src/
H A Dassembly.h293 #define JMP(r) bx r macro
/freebsd/sys/i386/i386/
H A Dbpf_jit_machdep.h399 #define JMP(off32) do { \ macro
/freebsd/sys/amd64/amd64/
H A Dbpf_jit_machdep.h454 #define JMP(off32) do { \ macro
/freebsd/contrib/libpcap/
H A Dgencode.c155 #define JMP(c) ((c)|BPF_JMP|BPF_K) macro