Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/opcodes/
Dxtensa-dis.c98 if (xtensa_operand_is_PCrelative (isa, opc, opnd) == 1) in print_xtensa_operand()
/toolchain/binutils/binutils-2.25/include/
Dxtensa-isa.h552 xtensa_operand_is_PCrelative (xtensa_isa isa, xtensa_opcode opc, int opnd);
DChangeLog1958 xtensa_operand_is_known_reg, xtensa_operand_is_PCrelative,
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-xtensa.c1853 && xtensa_operand_is_PCrelative (isa, opc, opnd) == 1) in expression_maybe_register()
2543 if (xtensa_operand_is_PCrelative (xtensa_default_isa, opcode, opi) == 1) in get_relaxable_immed()
2607 else if (xtensa_operand_is_PCrelative (isa, opcode, opn) == 1) in xtensa_print_insn_table()
2671 && xtensa_operand_is_PCrelative (isa, opcode, n) == 1) in is_direct_call_opcode()
2744 if (xtensa_operand_is_PCrelative (xtensa_default_isa, opcode, operand) in xtensa_insnbuf_set_operand()
3330 || xtensa_operand_is_PCrelative (isa, insn->opcode, i) == 0) in xg_symbolic_immeds_fit()
3790 if (xtensa_operand_is_PCrelative (isa, insn->opcode, i) == 1) in is_branch_jmp_to_next()
3833 if (xtensa_operand_is_PCrelative (isa, insn->opcode, i) == 1 in xg_add_branch_and_loop_targets()
3846 if (xtensa_operand_is_PCrelative (isa, insn->opcode, i) == 1 in xg_add_branch_and_loop_targets()
5711 if (xtensa_operand_is_PCrelative (isa, opcode, opnum) != 1 in md_pcrel_from()
[all …]
/toolchain/binutils/binutils-2.25/bfd/
Dxtensa-isa.c1177 xtensa_operand_is_PCrelative (xtensa_isa isa, xtensa_opcode opc, int opnd) in xtensa_operand_is_PCrelative() function
Delf32-xtensa.c3984 if (xtensa_operand_is_PCrelative (isa, opcode, opi) == 1) in get_relocation_opnd()
DChangeLog-20041083 (xtensa_operand_is_PCrelative): ... this. Add error handling.