Home
last modified time | relevance | path

Searched refs:OP_PCREL (Results 1 – 9 of 9) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/sim/h8300/
Dh8300-sim.h70 OP_PCREL, /* PC Relative. */ enumerator
Dcompile.c868 p->type = X (OP_PCREL, SB); in decode()
1309 case X (OP_PCREL, SB): /* PC relative (for jump, branch etc). */ in fetch_1()
1310 case X (OP_PCREL, SW): in fetch_1()
1311 case X (OP_PCREL, SL): in fetch_1()
1312 case X (OP_PCREL, SN): in fetch_1()
/netbsd/src/external/gpl3/binutils/dist/opcodes/
Dmips-formats.h119 { { OP_PCREL, SIZE, LSB }, \
Dmips-dis.c1502 case OP_PCREL: in print_insn_arg()
1842 case OP_PCREL: in validate_insn_args()
1963 if (operand->type == OP_PCREL) in print_insn_args()
2196 if (operand->type == OP_PCREL) in print_mips16_insn_arg()
/netbsd/src/external/gpl3/gdb/dist/opcodes/
Dmips-formats.h119 { { OP_PCREL, SIZE, LSB }, \
Dmips-dis.c1502 case OP_PCREL: in print_insn_arg()
1842 case OP_PCREL: in validate_insn_args()
1963 if (operand->type == OP_PCREL) in print_insn_args()
2196 if (operand->type == OP_PCREL) in print_mips16_insn_arg()
/netbsd/src/external/gpl3/binutils/dist/include/opcode/
Dmips.h359 OP_PCREL, enumerator
/netbsd/src/external/gpl3/gdb/dist/include/opcode/
Dmips.h359 OP_PCREL, enumerator
/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-mips.c4649 case OP_PCREL: in operand_reg_mask()
6298 case OP_PCREL: in match_operand()
8701 if (operand->type == OP_PCREL) in match_mips16_insn()
14578 if (!operand || (operand->type != OP_INT && operand->type != OP_PCREL)) in mips16_immed_operand()
17862 gas_assert (pcrel_op->root.root.type == OP_PCREL); in mips16_pcrel_val()
17947 || (operand->root.type == OP_PCREL in mips16_extended_frag()
17954 if (operand->root.type == OP_PCREL) in mips16_extended_frag()
19127 || (operand->root.type == OP_PCREL && !mac in md_convert_frag()
19131 if (operand->root.type == OP_PCREL && !mac) in md_convert_frag()