Home
last modified time | relevance | path

Searched refs:OP_LW (Results 1 – 22 of 22) sorted by relevance

/netbsd/sys/arch/mips/include/
H A Dmips_opcode.h180 #define OP_LW 043 macro
420 #define INSN_LW_P(insn) (((insn) >> 26) == OP_LW)
/netbsd/external/gpl3/gdb/dist/opcodes/
H A Dlm32-desc.h75 , OP_LW = 10, OP_MODU = 49, OP_MUL = 34, OP_MULI = 2 enumerator
H A Diq2000-desc.h96 , OP_LB = 32, OP_LH = 33, OP_LW = 35, OP_LBU = 36 enumerator
/netbsd/external/gpl3/binutils.old/dist/opcodes/
H A Dlm32-desc.h75 , OP_LW = 10, OP_MODU = 49, OP_MUL = 34, OP_MULI = 2 enumerator
H A Diq2000-desc.h96 , OP_LB = 32, OP_LH = 33, OP_LW = 35, OP_LBU = 36 enumerator
/netbsd/external/gpl3/binutils/dist/opcodes/
H A Dlm32-desc.h75 , OP_LW = 10, OP_MODU = 49, OP_MUL = 34, OP_MULI = 2 enumerator
H A Diq2000-desc.h96 , OP_LB = 32, OP_LH = 33, OP_LW = 35, OP_LBU = 36 enumerator
/netbsd/external/gpl3/gdb.old/dist/opcodes/
H A Dlm32-desc.h75 , OP_LW = 10, OP_MODU = 49, OP_MUL = 34, OP_MULI = 2 enumerator
H A Diq2000-desc.h96 , OP_LB = 32, OP_LH = 33, OP_LW = 35, OP_LBU = 36 enumerator
/netbsd/external/gpl3/gdb/dist/cpu/
H A Dlm32.cpu527 (+ 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 Diq2000.cpu1026 (+ OP_LW base rt lo16)
/netbsd/external/gpl3/binutils/dist/cpu/
H A Dlm32.cpu527 (+ 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 Diq2000.cpu1026 (+ OP_LW base rt lo16)
/netbsd/external/gpl3/binutils.old/dist/cpu/
H A Dlm32.cpu527 (+ 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 Diq2000.cpu1026 (+ OP_LW base rt lo16)
/netbsd/external/gpl3/gdb.old/dist/cpu/
H A Dlm32.cpu527 (+ 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 Diq2000.cpu1026 (+ OP_LW base rt lo16)
/netbsd/sys/arch/mips/mips/
H A Dmips_fixup.c338 case OP_LW: in mips_fixup_addr()
H A Ddb_disasm.c820 case OP_LW: in db_disasm_insn()
H A Dmips_machdep.c184 #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 Dmachdep.c493 #define LOAD_CURCPU ((uint32_t)(OP_LW << 26) | LOAD_CURCPU_0)
/netbsd/sys/arch/arc/arc/
H A Dminidebug.c884 case OP_LW: in mdbprintins()