Home
last modified time | relevance | path

Searched refs:OP_SW (Results 1 – 25 of 25) sorted by relevance

/netbsd/sys/arch/mips/include/
H A Dmips_opcode.h191 #define OP_SW 053 macro
421 #define INSN_SW_P(insn) (((insn) >> 26) == OP_SW)
/netbsd/sys/arch/mips/mips/
H A Dmips_stacktrace.c454 case OP_SW: in stacktrace_subr()
459 size_t size = (i.JType.op == OP_SW) ? 4 : 8; in stacktrace_subr()
H A Ddb_trace.c257 if (((i.IType.op == OP_SW) || (i.IType.op == OP_SD)) in db_stack_trace_print()
H A Dmips_fixup.c348 case OP_SW: in mips_fixup_addr()
H A Ddb_disasm.c827 case OP_SW: in db_disasm_insn()
/netbsd/external/cddl/osnet/dev/dtrace/mips/
H A Ddtrace_isa.c422 case OP_SW: in dtrace_next_frame()
591 case OP_SW: in dtrace_next_uframe()
/netbsd/external/gpl3/gdb/dist/opcodes/
H A Dlm32-desc.h80 , OP_SRUI = 0, OP_SUB = 50, OP_SW = 22, OP_USER = 51 enumerator
H A Diq2000-desc.h98 , OP_SW = 43, OP_ANDOI = 44, OP_BMB = 45, OP_ORUI = 47 enumerator
/netbsd/external/gpl3/binutils.old/dist/opcodes/
H A Dlm32-desc.h80 , OP_SRUI = 0, OP_SUB = 50, OP_SW = 22, OP_USER = 51 enumerator
H A Diq2000-desc.h98 , OP_SW = 43, OP_ANDOI = 44, OP_BMB = 45, OP_ORUI = 47 enumerator
/netbsd/external/gpl3/binutils/dist/opcodes/
H A Dlm32-desc.h80 , OP_SRUI = 0, OP_SUB = 50, OP_SW = 22, OP_USER = 51 enumerator
H A Diq2000-desc.h98 , OP_SW = 43, OP_ANDOI = 44, OP_BMB = 45, OP_ORUI = 47 enumerator
/netbsd/external/gpl3/gdb.old/dist/opcodes/
H A Dlm32-desc.h80 , OP_SRUI = 0, OP_SUB = 50, OP_SW = 22, OP_USER = 51 enumerator
H A Diq2000-desc.h98 , OP_SW = 43, OP_ANDOI = 44, OP_BMB = 45, OP_ORUI = 47 enumerator
/netbsd/external/gpl3/gdb/dist/cpu/
H A Dlm32.cpu674 (+ OP_SW r0 r1 imm)
858 (+ OP_SW (f-r0 26) r1 gp16)
886 (+ OP_SW r0 r1 gotofflo16)
H A Diq2000.cpu1047 (+ OP_SW base rt lo16)
/netbsd/external/gpl3/binutils/dist/cpu/
H A Dlm32.cpu674 (+ OP_SW r0 r1 imm)
858 (+ OP_SW (f-r0 26) r1 gp16)
886 (+ OP_SW r0 r1 gotofflo16)
H A Diq2000.cpu1047 (+ OP_SW base rt lo16)
/netbsd/external/gpl3/binutils.old/dist/cpu/
H A Dlm32.cpu674 (+ OP_SW r0 r1 imm)
858 (+ OP_SW (f-r0 26) r1 gp16)
886 (+ OP_SW r0 r1 gotofflo16)
H A Diq2000.cpu1047 (+ OP_SW base rt lo16)
/netbsd/external/gpl3/gdb.old/dist/cpu/
H A Dlm32.cpu674 (+ OP_SW r0 r1 imm)
858 (+ OP_SW (f-r0 26) r1 gp16)
886 (+ OP_SW r0 r1 gotofflo16)
H A Diq2000.cpu1047 (+ OP_SW base rt lo16)
/netbsd/external/gpl3/gdb/dist/gdb/
H A Dlm32-tdep.c143 if ((LM32_OPCODE (instruction) == OP_SW) in lm32_analyze_prologue()
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A Dlm32-tdep.c143 if ((LM32_OPCODE (instruction) == OP_SW) in lm32_analyze_prologue()
/netbsd/sys/arch/arc/arc/
H A Dminidebug.c891 case OP_SW: in mdbprintins()