Home
last modified time | relevance | path

Searched refs:xg_get_single_format (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-xtensa.c533 static xtensa_format xg_get_single_format (xtensa_opcode);
4367 xtensa_format fmt = xg_get_single_format (tinsn->opcode); in xg_emit_insn_to_buf()
6769 return xg_get_single_format (vinsn->slots[0].opcode); in xg_find_narrowest_format()
6895 vinsn->format = xg_get_single_format (tinsn->opcode); in bundle_tinsn()
9261 fmt = xg_get_single_format (xtensa_j_opcode); in xtensa_relax_frag()
9398 fmt = xg_get_single_format (xtensa_j_opcode); in xtensa_relax_frag()
10020 fmt = xg_get_single_format (xtensa_j_opcode); in init_trampoline_frag()
10058 fmt = xg_get_single_format (xtensa_j_opcode); in add_jump_to_trampoline()
12310 xg_get_single_format (xtensa_opcode opcode) in xg_get_single_format() function
/toolchain/binutils/binutils-2.27/gas/
DChangeLog-2004941 xg_get_single_size and xg_get_single_format.
978 xg_get_single_size, xg_get_single_format): New.
984 (tinsn_to_insnbuf): Use xg_get_single_format and new xtensa-isa.h
DChangeLog-200519 (xg_get_single_format): Return narrowest field, not single.