Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libgcc/config/nios2/
H A Dtramp.c42 #define JMP(reg) \ macro
50 #define JMP(reg) \ macro
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/nios2/
H A Dtramp.c42 #define JMP(reg) \ macro
50 #define JMP(reg) \ macro
/netbsd-src/sys/arch/sparc/include/
H A Delf_support.h36 const unsigned int JMP = 0x81c06000U; /* jmpl %g1+%lo(0), %g0 */ in sparc_write_branch() local
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/bfin/
H A Dc_progctrl_call_pcpr.s16 JMP: label
H A Dc_progctrl_jump_pcpr.s15 JMP: label
H A Ddbg_tr_tbuf0.S122 JMP: label
/netbsd-src/sys/arch/sparc64/include/
H A Delf_support.h45 const unsigned int JMP = 0x81c06000U; /* jmpl %g1+%lo(0), %g0 */ in sparc_write_branch() local
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/builtins/
H A Dassembly.h69 #define JMP(r) bx r macro
72 #define JMP(r) mov pc, r macro
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/builtins/
H A Dassembly.h112 #define JMP(r) bx r macro
115 #define JMP(r) mov pc, r macro
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Dmcore-opc.h27 RM, RQ, JSR, JMP, OBRa, OBRb, OBRc, OBR2, enumerator
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Dmcore-opc.h27 RM, RQ, JSR, JMP, OBRa, OBRb, OBRc, OBR2, enumerator
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/builtins/
H A Dassembly.h170 #define JMP(r) bx r macro
173 #define JMP(r) mov pc, r macro
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Drx-parse.h131 JMP = 332, /* JMP */ enumerator
300 #define JMP 332 macro
H A Drx-parse.c313 JMP = 332, /* JMP */ enumerator
482 #define JMP 332 macro
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Drx-parse.h131 JMP = 332, /* JMP */ enumerator
300 #define JMP 332 macro
H A Drx-parse.c313 JMP = 332, /* JMP */ enumerator
482 #define JMP 332 macro
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp26930 const unsigned char JMP = 0xE9; // jmp <32bit dst> opcode. in LowerINIT_TRAMPOLINE() local