Home
last modified time | relevance | path

Searched refs:OP_LD (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/sys/arch/mips/include/
H A Dmips_opcode.h205 #define OP_LD 067 /* MIPS-II, for r4000 port */ macro
422 #define INSN_LD_P(insn) (((insn) >> 26) == OP_LD)
/netbsd-src/sys/arch/mips/mips/
H A Dmips_fixup.c322 case OP_LD: in mips_fixup_addr()
H A Ddb_disasm.c821 case OP_LD: in db_disasm_insn()
H A Dmips_machdep.c181 #define _LOAD_V0_L_PRIVATE_A0 _MKINSN(OP_LD, _R_A0, _R_V0, 0, offsetof(lwp_t, l_private))
/netbsd-src/sys/arch/evbmips/rmixl/
H A Dmachdep.c489 #define LOAD_CURCPU ((uint32_t)(OP_LD << 26) | LOAD_CURCPU_0)
/netbsd-src/sys/arch/arc/arc/
H A Dminidebug.c885 case OP_LD: in mdbprintins()