Home
last modified time | relevance | path

Searched refs:xtensa_operand_is_PCrelative (Results 1 – 7 of 7) sorted by relevance

/openbsd/gnu/usr.bin/binutils-2.17/opcodes/
H A Dxtensa-dis.c98 if (xtensa_operand_is_PCrelative (isa, opc, opnd) == 1) in print_xtensa_operand()
/openbsd/gnu/usr.bin/binutils-2.17/include/
H A Dxtensa-isa.h554 xtensa_operand_is_PCrelative (xtensa_isa isa, xtensa_opcode opc, int opnd);
H A DChangeLog435 xtensa_operand_is_known_reg, xtensa_operand_is_PCrelative,
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-xtensa.c1784 && xtensa_operand_is_PCrelative (isa, opc, opnd) == 1) in expression_maybe_register()
2471 if (xtensa_operand_is_PCrelative (xtensa_default_isa, opcode, opi) == 1) in get_relaxable_immed()
2535 else if (xtensa_operand_is_PCrelative (isa, opcode, opn) == 1) in xtensa_print_insn_table()
2599 && xtensa_operand_is_PCrelative (isa, opcode, n) == 1) in is_direct_call_opcode()
2672 if (xtensa_operand_is_PCrelative (xtensa_default_isa, opcode, operand) in xtensa_insnbuf_set_operand()
3252 || xtensa_operand_is_PCrelative (isa, insn->opcode, i) == 0) in xg_symbolic_immeds_fit()
3689 if (xtensa_operand_is_PCrelative (isa, insn->opcode, i) == 1) in is_branch_jmp_to_next()
3732 if (xtensa_operand_is_PCrelative (isa, insn->opcode, i) == 1 in xg_add_branch_and_loop_targets()
3745 if (xtensa_operand_is_PCrelative (isa, insn->opcode, i) == 1 in xg_add_branch_and_loop_targets()
5406 if (xtensa_operand_is_PCrelative (isa, opcode, opnum) != 1 in md_pcrel_from()
[all …]
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Dxtensa-isa.c1172 xtensa_operand_is_PCrelative (xtensa_isa isa, xtensa_opcode opc, int opnd) in xtensa_operand_is_PCrelative() function
H A Delf32-xtensa.c3193 if (xtensa_operand_is_PCrelative (isa, opcode, opi) == 1) in get_relocation_opnd()
H A DChangeLog-20041083 (xtensa_operand_is_PCrelative): ... this. Add error handling.