Home
last modified time | relevance | path

Searched refs:pcrel_op (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.27/opcodes/
Dmips-dis.c1231 const struct mips_pcrel_operand *pcrel_op; in print_insn_arg() local
1233 pcrel_op = (const struct mips_pcrel_operand *) operand; in print_insn_arg()
1234 info->target = mips_decode_pcrel_operand (pcrel_op, base_pc, uval); in print_insn_arg()
1626 const struct mips_pcrel_operand *pcrel_op; in print_insn_args() local
1628 pcrel_op = (const struct mips_pcrel_operand *) operand; in print_insn_args()
1631 if (pcrel_op->include_isa_bit) in print_insn_args()
1911 const struct mips_pcrel_operand *pcrel_op; in print_mips16_insn_arg() local
1913 pcrel_op = (const struct mips_pcrel_operand *) operand; in print_mips16_insn_arg()
1914 if (!pcrel_op->include_isa_bit && use_extend) in print_mips16_insn_arg()
1916 else if (!pcrel_op->include_isa_bit) in print_mips16_insn_arg()
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-mips.c16766 const struct mips_pcrel_operand *pcrel_op; in mips16_extended_frag() local
16773 pcrel_op = (const struct mips_pcrel_operand *) operand; in mips16_extended_frag()
16815 if (pcrel_op->include_isa_bit) in mips16_extended_frag()
16834 val -= addr & -(1 << pcrel_op->align_log2); in mips16_extended_frag()
17821 const struct mips_pcrel_operand *pcrel_op; in md_convert_frag() local
17824 pcrel_op = (const struct mips_pcrel_operand *) operand; in md_convert_frag()
17829 if (pcrel_op->include_isa_bit) in md_convert_frag()
17843 addr &= -(1 << pcrel_op->align_log2); in md_convert_frag()