| /src/sys/arch/sparc/include/ |
| elf_support.h | 36 const unsigned int JMP = 0x81c06000U; /* jmpl %g1+%lo(0), %g0 */ 55 * jmp %g1+%lo(value) 57 where[1] = JMP | LOVAL(value, 0);
|
| /src/external/gpl3/gcc/dist/libgcc/config/nios2/ |
| tramp.c | 31 jmp r2 42 #define JMP(reg) \ 50 #define JMP(reg) \ 68 addr[4] = JMP (2);
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/nios2/ |
| tramp.c | 31 jmp r2 42 #define JMP(reg) \ 50 #define JMP(reg) \ 68 addr[4] = JMP (2);
|
| /src/external/gpl3/gdb/dist/sim/testsuite/bfin/ |
| c_progctrl_call_pcpr.s | 16 JMP: 18 JUMP.S JMP;
|
| c_progctrl_jump_pcpr.s | 15 JMP: 17 // jump JMP; 25 JUMP.S JMP; 30 JUMP.S JMP; 35 JUMP.S JMP; 40 JUMP.S JMP; 45 JUMP.S JMP;
|
| dbg_tr_tbuf0.S | 122 JMP:
|
| /src/external/gpl3/gdb.old/dist/sim/testsuite/bfin/ |
| c_progctrl_call_pcpr.s | 16 JMP: 18 JUMP.S JMP;
|
| c_progctrl_jump_pcpr.s | 15 JMP: 17 // jump JMP; 25 JUMP.S JMP; 30 JUMP.S JMP; 35 JUMP.S JMP; 40 JUMP.S JMP; 45 JUMP.S JMP;
|
| dbg_tr_tbuf0.S | 122 JMP:
|
| /src/sys/arch/sparc64/include/ |
| elf_support.h | 45 const unsigned int JMP = 0x81c06000U; /* jmpl %g1+%lo(0), %g0 */ 74 * jmp %g1+%lo(value) 76 where[1] = JMP | LOVAL(value, 0); 88 * jmp %g1 90 where[2] = JMP; 123 * jmp %g1+%l44(addr) 127 where[3] = JMP | LOVAL(value, 0); 143 * jmp %g1+(addr&0x0fff) 149 where[4] = JMP | (value & 0x0fff); 166 * jmp %g1+%lo(addr [all...] |
| /src/sys/external/bsd/compiler_rt/dist/lib/builtins/ |
| assembly.h | 69 #define JMP(r) bx r 72 #define JMP(r) mov pc, r 82 JMP(ip)
|
| /src/external/gpl3/binutils/dist/opcodes/ |
| mcore-opc.h | 27 RM, RQ, JSR, JMP, OBRa, OBRb, OBRc, OBR2, 68 { "jmp", JMP, 2, 0x00C0 }, 192 { "rts", O0, 2, 0x00CF }, /* jmp r15 */
|
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| mcore-opc.h | 27 RM, RQ, JSR, JMP, OBRa, OBRb, OBRc, OBR2, 68 { "jmp", JMP, 2, 0x00C0 }, 192 { "rts", O0, 2, 0x00CF }, /* jmp r15 */
|
| /src/external/gpl3/gcc/dist/libsanitizer/builtins/ |
| assembly.h | 176 #define JMP(r) bx r 179 #define JMP(r) mov pc, r 189 JMP(ip)
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/builtins/ |
| assembly.h | 170 #define JMP(r) bx r 173 #define JMP(r) mov pc, r 183 JMP(ip)
|
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| mcore-opc.h | 27 RM, RQ, JSR, JMP, OBRa, OBRb, OBRc, OBR2, 68 { "jmp", JMP, 2, 0x00C0 }, 192 { "rts", O0, 2, 0x00CF }, /* jmp r15 */
|
| /src/external/gpl3/gdb/dist/opcodes/ |
| mcore-opc.h | 27 RM, RQ, JSR, JMP, OBRa, OBRb, OBRc, OBR2, 68 { "jmp", JMP, 2, 0x00C0 }, 192 { "rts", O0, 2, 0x00CF }, /* jmp r15 */
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| rx-parse.h | 131 JMP = 332, /* JMP */ 300 #define JMP 332
|
| rx-parse.c | 313 JMP = 332, /* JMP */ 482 #define JMP 332 676 YYSYMBOL_JMP = 77, /* JMP */ 1327 "FTOD", "FTOI", "FTOU", "INT", "ITOD", "ITOF", "JMP", "JSR", "MACHI", 2906 case 63: /* statement: JMP REG */ 4746 OPC(JMP),
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| rx-parse.h | 131 JMP = 332, /* JMP */ 300 #define JMP 332
|
| /src/external/gpl3/gdb/dist/sim/d10v/ |
| d10v-sim.h | 468 #define JMP(x) do { SET_PC (x); State.pc_changed = 1; } while (0)
|
| /src/external/gpl3/gdb.old/dist/sim/cr16/ |
| cr16-sim.h | 395 #define JMP(x) do { SET_PC (x); State.pc_changed = 1; } while (0)
|
| /src/external/gpl3/gdb.old/dist/sim/d10v/ |
| d10v-sim.h | 468 #define JMP(x) do { SET_PC (x); State.pc_changed = 1; } while (0)
|
| /src/external/gpl3/gdb/dist/sim/cr16/ |
| cr16-sim.h | 395 #define JMP(x) do { SET_PC (x); State.pc_changed = 1; } while (0)
|
| /src/external/bsd/libpcap/dist/ |
| gencode.c | 157 #define JMP(c) ((c)|BPF_JMP|BPF_K) 1160 b = new_block(cstate, JMP(jtype)); 2037 b = new_block(cstate, JMP(BPF_JEQ)); 2514 * we are generating jmp instructions within a normal 2555 sjeq_avs_cookie = new_stmt(cstate, JMP(BPF_JEQ)); 2579 sjcommon = new_stmt(cstate, JMP(BPF_JA)); 2816 * we are generating jmp instructions within a normal 2868 sjset_data_frame_1 = new_stmt(cstate, JMP(BPF_JSET)); 2876 sjset_data_frame_1->s.jt = sjset_data_frame_2 = new_stmt(cstate, JMP(BPF_JSET)); 2887 sjset_data_frame_2->s.jf = sjset_qos = new_stmt(cstate, JMP(BPF_JSET)) [all...] |