Searched refs:xtensa_opcode_decode (Results 1 – 8 of 8) sorted by relevance
| /openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/ |
| H A 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()
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/include/ |
| H A D | xtensa-isa.h | 364 xtensa_opcode_decode (xtensa_isa isa, xtensa_format fmt, int slot,
|
| H A D | ChangeLog | 427 xtensa_format_get_slot, xtensa_format_set_slot, xtensa_opcode_decode,
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/bfd/ |
| H A D | elf32-xtensa.c | 1666 opcode = xtensa_opcode_decode (isa, fmt, slot, sbuff); in elf_xtensa_do_reloc() 3274 return xtensa_opcode_decode (isa, fmt, slot, sbuff); in get_relocation_opcode() 3409 return xtensa_opcode_decode (isa, fmt, slot, slotbuf); in insn_decode_opcode() 3611 opcode = xtensa_opcode_decode (isa, fmt, 0, slotbuf); in narrow_instruction() 3756 opcode = xtensa_opcode_decode (isa, fmt, 0, slotbuf); in widen_instruction() 3987 opcode = xtensa_opcode_decode (isa, fmt, 0, slotbuf); in get_expanded_call_opcode() 4018 opcode = xtensa_opcode_decode (isa, fmt, 0, slotbuf); in get_expanded_call_opcode() 4039 opcode = xtensa_opcode_decode (isa, fmt, 0, slotbuf); in get_expanded_call_opcode()
|
| H A D | xtensa-isa.c | 686 xtensa_opcode_decode (xtensa_isa isa, xtensa_format fmt, int slot, in xtensa_opcode_decode() function
|
| H A D | ChangeLog-2004 | 1056 (xtensa_opcode_decode): ... this function, with new format and
|
| H A D | ChangeLog-2005 | 3910 (xtensa_opcode_decode): Rearrange code.
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/ |
| H A D | tc-xtensa.c | 2504 return xtensa_opcode_decode (isa, fmt, slot, slotbuf); in get_opcode_from_buf() 2562 opcode = xtensa_opcode_decode (isa, f, op, sbuf); in print_vliw_insn() 4888 opcode = xtensa_opcode_decode (isa, fmt, slot, slotbuf); in xg_apply_fix_value() 5391 opcode = xtensa_opcode_decode (isa, fmt, slot, slotbuf); in md_pcrel_from() 7237 opcode = xtensa_opcode_decode (isa, fmt, slot, slotbuf); in next_instrs_are_b_retw() 7268 opcode = xtensa_opcode_decode (isa, fmt, 0, slotbuf); in next_instrs_are_b_retw() 11236 tinsn->opcode = xtensa_opcode_decode (isa, fmt, slot, slotbuf); in tinsn_from_insnbuf()
|