Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/opcodes/
Dxtensa-dis.c207 if (xtensa_opcode_decode (isa, fmt, n, slot_buffer) in print_insn_xtensa()
234 opc = xtensa_opcode_decode (isa, fmt, n, slot_buffer); in print_insn_xtensa()
/toolchain/binutils/binutils-2.27/include/
Dxtensa-isa.h362 xtensa_opcode_decode (xtensa_isa isa, xtensa_format fmt, int slot,
DChangeLog-04152021 xtensa_format_get_slot, xtensa_format_set_slot, xtensa_opcode_decode,
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-xtensa.c2627 return xtensa_opcode_decode (isa, fmt, slot, slotbuf); in get_opcode_from_buf()
2685 opcode = xtensa_opcode_decode (isa, f, op, sbuf); in print_vliw_insn()
5173 opcode = xtensa_opcode_decode (isa, fmt, slot, slotbuf); in xg_apply_fix_value()
5772 opcode = xtensa_opcode_decode (isa, fmt, slot, slotbuf); in md_pcrel_from()
8003 opcode = xtensa_opcode_decode (isa, fmt, slot, slotbuf); in next_instrs_are_b_retw()
8034 opcode = xtensa_opcode_decode (isa, fmt, 0, slotbuf); in next_instrs_are_b_retw()
9064 opcode = xtensa_opcode_decode (isa, fmt, slot, trampoline_slotbuf); in xtensa_make_cached_fixup()
12727 tinsn->opcode = xtensa_opcode_decode (isa, fmt, slot, slotbuf); in tinsn_from_insnbuf()
/toolchain/binutils/binutils-2.27/bfd/
Dxtensa-isa.c692 xtensa_opcode_decode (xtensa_isa isa, xtensa_format fmt, int slot, in xtensa_opcode_decode() function
DChangeLog-20041056 (xtensa_opcode_decode): ... this function, with new format and
DChangeLog-20053910 (xtensa_opcode_decode): Rearrange code.