Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/include/opcode/
Dmips.h717 bfd_vma base_pc, unsigned int uval) in mips_decode_pcrel_operand() argument
721 addr = base_pc & -(1 << operand->align_log2); in mips_decode_pcrel_operand()
724 addr |= base_pc & 1; in mips_decode_pcrel_operand()
/toolchain/binutils/binutils-2.25/opcodes/
Dmips-dis.c1197 bfd_vma base_pc, in print_insn_arg() argument
1283 info->target = mips_decode_pcrel_operand (pcrel_op, base_pc, uval); in print_insn_arg()
1674 bfd_vma base_pc = insn_pc; in print_insn_args() local
1687 base_pc += length; in print_insn_args()
1690 print_insn_arg (info, &state, opcode, operand, base_pc, in print_insn_args()