Searched refs:xtensa_opcode_decode (Results 1 – 8 of 8) sorted by relevance
/toolchain/binutils/binutils-2.25/opcodes/ |
D | xtensa-dis.c | 207 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.25/include/ |
D | xtensa-isa.h | 362 xtensa_opcode_decode (xtensa_isa isa, xtensa_format fmt, int slot,
|
D | ChangeLog | 1950 xtensa_format_get_slot, xtensa_format_set_slot, xtensa_opcode_decode,
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | elf32-xtensa.c | 2033 opcode = xtensa_opcode_decode (isa, fmt, slot, sbuff); in elf_xtensa_do_reloc() 2390 old_op = xtensa_opcode_decode (isa, fmt, 0, sbuff); in replace_tls_insn() 4065 return xtensa_opcode_decode (isa, fmt, slot, sbuff); in get_relocation_opcode() 4200 return xtensa_opcode_decode (isa, fmt, slot, slotbuf); in insn_decode_opcode() 4500 opcode = xtensa_opcode_decode (isa, fmt, 0, slotbuf); in narrow_instruction() 4669 opcode = xtensa_opcode_decode (isa, fmt, 0, slotbuf); in widen_instruction() 4819 opcode = xtensa_opcode_decode (isa, fmt, 0, slotbuf); in get_expanded_call_opcode() 4850 opcode = xtensa_opcode_decode (isa, fmt, 0, slotbuf); in get_expanded_call_opcode() 4871 opcode = xtensa_opcode_decode (isa, fmt, 0, slotbuf); in get_expanded_call_opcode() 7512 opcode = xtensa_opcode_decode (isa, fmt, 0, slotbuf); in compute_ebb_proposed_actions()
|
D | xtensa-isa.c | 692 xtensa_opcode_decode (xtensa_isa isa, xtensa_format fmt, int slot, in xtensa_opcode_decode() function
|
D | ChangeLog-2004 | 1056 (xtensa_opcode_decode): ... this function, with new format and
|
D | ChangeLog-2005 | 3910 (xtensa_opcode_decode): Rearrange code.
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-xtensa.c | 2576 return xtensa_opcode_decode (isa, fmt, slot, slotbuf); in get_opcode_from_buf() 2634 opcode = xtensa_opcode_decode (isa, f, op, sbuf); in print_vliw_insn() 5095 opcode = xtensa_opcode_decode (isa, fmt, slot, slotbuf); in xg_apply_fix_value() 5696 opcode = xtensa_opcode_decode (isa, fmt, slot, slotbuf); in md_pcrel_from() 7792 opcode = xtensa_opcode_decode (isa, fmt, slot, slotbuf); in next_instrs_are_b_retw() 7823 opcode = xtensa_opcode_decode (isa, fmt, 0, slotbuf); in next_instrs_are_b_retw() 8922 opcode = xtensa_opcode_decode (isa, fmt, slot, trampoline_slotbuf); in xtensa_relax_frag() 12157 tinsn->opcode = xtensa_opcode_decode (isa, fmt, slot, slotbuf); in tinsn_from_insnbuf()
|