/netbsd/sys/arch/mips/include/ |
H A D | mips_opcode.h | 180 #define OP_LW 043 macro 420 #define INSN_LW_P(insn) (((insn) >> 26) == OP_LW)
|
/netbsd/external/gpl3/gdb/dist/opcodes/ |
H A D | lm32-desc.h | 75 , OP_LW = 10, OP_MODU = 49, OP_MUL = 34, OP_MULI = 2 enumerator
|
H A D | iq2000-desc.h | 96 , OP_LB = 32, OP_LH = 33, OP_LW = 35, OP_LBU = 36 enumerator
|
/netbsd/external/gpl3/binutils.old/dist/opcodes/ |
H A D | lm32-desc.h | 75 , OP_LW = 10, OP_MODU = 49, OP_MUL = 34, OP_MULI = 2 enumerator
|
H A D | iq2000-desc.h | 96 , OP_LB = 32, OP_LH = 33, OP_LW = 35, OP_LBU = 36 enumerator
|
/netbsd/external/gpl3/binutils/dist/opcodes/ |
H A D | lm32-desc.h | 75 , OP_LW = 10, OP_MODU = 49, OP_MUL = 34, OP_MULI = 2 enumerator
|
H A D | iq2000-desc.h | 96 , OP_LB = 32, OP_LH = 33, OP_LW = 35, OP_LBU = 36 enumerator
|
/netbsd/external/gpl3/gdb.old/dist/opcodes/ |
H A D | lm32-desc.h | 75 , OP_LW = 10, OP_MODU = 49, OP_MUL = 34, OP_MULI = 2 enumerator
|
H A D | iq2000-desc.h | 96 , OP_LB = 32, OP_LH = 33, OP_LW = 35, OP_LBU = 36 enumerator
|
/netbsd/external/gpl3/gdb/dist/cpu/ |
H A D | lm32.cpu | 527 (+ OP_LW r0 r1 imm) 837 (+ OP_LW (f-r0 26) r1 gp16) 865 (+ OP_LW (f-r0 26) r1 got16) 893 (+ OP_LW r0 r1 gotofflo16)
|
H A D | iq2000.cpu | 1026 (+ OP_LW base rt lo16)
|
/netbsd/external/gpl3/binutils/dist/cpu/ |
H A D | lm32.cpu | 527 (+ OP_LW r0 r1 imm) 837 (+ OP_LW (f-r0 26) r1 gp16) 865 (+ OP_LW (f-r0 26) r1 got16) 893 (+ OP_LW r0 r1 gotofflo16)
|
H A D | iq2000.cpu | 1026 (+ OP_LW base rt lo16)
|
/netbsd/external/gpl3/binutils.old/dist/cpu/ |
H A D | lm32.cpu | 527 (+ OP_LW r0 r1 imm) 837 (+ OP_LW (f-r0 26) r1 gp16) 865 (+ OP_LW (f-r0 26) r1 got16) 893 (+ OP_LW r0 r1 gotofflo16)
|
H A D | iq2000.cpu | 1026 (+ OP_LW base rt lo16)
|
/netbsd/external/gpl3/gdb.old/dist/cpu/ |
H A D | lm32.cpu | 527 (+ OP_LW r0 r1 imm) 837 (+ OP_LW (f-r0 26) r1 gp16) 865 (+ OP_LW (f-r0 26) r1 got16) 893 (+ OP_LW r0 r1 gotofflo16)
|
H A D | iq2000.cpu | 1026 (+ OP_LW base rt lo16)
|
/netbsd/sys/arch/mips/mips/ |
H A D | mips_fixup.c | 338 case OP_LW: in mips_fixup_addr()
|
H A D | db_disasm.c | 820 case OP_LW: in db_disasm_insn()
|
H A D | mips_machdep.c | 184 #define _LOAD_V0_L_PRIVATE_A0 _MKINSN(OP_LW, _R_A0, _R_V0, 0, offsetof(lwp_t, l_private))
|
/netbsd/sys/arch/evbmips/rmixl/ |
H A D | machdep.c | 493 #define LOAD_CURCPU ((uint32_t)(OP_LW << 26) | LOAD_CURCPU_0)
|
/netbsd/sys/arch/arc/arc/ |
H A D | minidebug.c | 884 case OP_LW: in mdbprintins()
|