/netbsd/sys/arch/mips/include/ |
H A D | mips_opcode.h | 191 #define OP_SW 053 macro 421 #define INSN_SW_P(insn) (((insn) >> 26) == OP_SW)
|
/netbsd/sys/arch/mips/mips/ |
H A D | mips_stacktrace.c | 454 case OP_SW: in stacktrace_subr() 459 size_t size = (i.JType.op == OP_SW) ? 4 : 8; in stacktrace_subr()
|
H A D | db_trace.c | 257 if (((i.IType.op == OP_SW) || (i.IType.op == OP_SD)) in db_stack_trace_print()
|
H A D | mips_fixup.c | 348 case OP_SW: in mips_fixup_addr()
|
H A D | db_disasm.c | 827 case OP_SW: in db_disasm_insn()
|
/netbsd/external/cddl/osnet/dev/dtrace/mips/ |
H A D | dtrace_isa.c | 422 case OP_SW: in dtrace_next_frame() 591 case OP_SW: in dtrace_next_uframe()
|
/netbsd/external/gpl3/gdb/dist/opcodes/ |
H A D | lm32-desc.h | 80 , OP_SRUI = 0, OP_SUB = 50, OP_SW = 22, OP_USER = 51 enumerator
|
H A D | iq2000-desc.h | 98 , OP_SW = 43, OP_ANDOI = 44, OP_BMB = 45, OP_ORUI = 47 enumerator
|
/netbsd/external/gpl3/binutils.old/dist/opcodes/ |
H A D | lm32-desc.h | 80 , OP_SRUI = 0, OP_SUB = 50, OP_SW = 22, OP_USER = 51 enumerator
|
H A D | iq2000-desc.h | 98 , OP_SW = 43, OP_ANDOI = 44, OP_BMB = 45, OP_ORUI = 47 enumerator
|
/netbsd/external/gpl3/binutils/dist/opcodes/ |
H A D | lm32-desc.h | 80 , OP_SRUI = 0, OP_SUB = 50, OP_SW = 22, OP_USER = 51 enumerator
|
H A D | iq2000-desc.h | 98 , OP_SW = 43, OP_ANDOI = 44, OP_BMB = 45, OP_ORUI = 47 enumerator
|
/netbsd/external/gpl3/gdb.old/dist/opcodes/ |
H A D | lm32-desc.h | 80 , OP_SRUI = 0, OP_SUB = 50, OP_SW = 22, OP_USER = 51 enumerator
|
H A D | iq2000-desc.h | 98 , OP_SW = 43, OP_ANDOI = 44, OP_BMB = 45, OP_ORUI = 47 enumerator
|
/netbsd/external/gpl3/gdb/dist/cpu/ |
H A D | lm32.cpu | 674 (+ OP_SW r0 r1 imm) 858 (+ OP_SW (f-r0 26) r1 gp16) 886 (+ OP_SW r0 r1 gotofflo16)
|
H A D | iq2000.cpu | 1047 (+ OP_SW base rt lo16)
|
/netbsd/external/gpl3/binutils/dist/cpu/ |
H A D | lm32.cpu | 674 (+ OP_SW r0 r1 imm) 858 (+ OP_SW (f-r0 26) r1 gp16) 886 (+ OP_SW r0 r1 gotofflo16)
|
H A D | iq2000.cpu | 1047 (+ OP_SW base rt lo16)
|
/netbsd/external/gpl3/binutils.old/dist/cpu/ |
H A D | lm32.cpu | 674 (+ OP_SW r0 r1 imm) 858 (+ OP_SW (f-r0 26) r1 gp16) 886 (+ OP_SW r0 r1 gotofflo16)
|
H A D | iq2000.cpu | 1047 (+ OP_SW base rt lo16)
|
/netbsd/external/gpl3/gdb.old/dist/cpu/ |
H A D | lm32.cpu | 674 (+ OP_SW r0 r1 imm) 858 (+ OP_SW (f-r0 26) r1 gp16) 886 (+ OP_SW r0 r1 gotofflo16)
|
H A D | iq2000.cpu | 1047 (+ OP_SW base rt lo16)
|
/netbsd/external/gpl3/gdb/dist/gdb/ |
H A D | lm32-tdep.c | 143 if ((LM32_OPCODE (instruction) == OP_SW) in lm32_analyze_prologue()
|
/netbsd/external/gpl3/gdb.old/dist/gdb/ |
H A D | lm32-tdep.c | 143 if ((LM32_OPCODE (instruction) == OP_SW) in lm32_analyze_prologue()
|
/netbsd/sys/arch/arc/arc/ |
H A D | minidebug.c | 891 case OP_SW: in mdbprintins()
|