Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-xtensa.c7320 static xtensa_insnbuf trampoline_slotbuf = NULL; variable
7361 trampoline_slotbuf = xtensa_insnbuf_alloc (xtensa_default_isa); in xtensa_create_trampoline_frag()
8921 xtensa_format_get_slot (isa, fmt, slot, trampoline_buf, trampoline_slotbuf); in xtensa_relax_frag()
8922 opcode = xtensa_opcode_decode (isa, fmt, slot, trampoline_slotbuf); in xtensa_relax_frag()
9001 tinsn_to_slotbuf (fmt, 0, &insn, trampoline_slotbuf); in xtensa_relax_frag()
9002 xtensa_format_set_slot (isa, fmt, 0, trampoline_buf, trampoline_slotbuf); in xtensa_relax_frag()
9611 tinsn_to_slotbuf (fmt, 0, &insn, trampoline_slotbuf); in init_trampoline_frag()
9612 xtensa_format_set_slot (isa, fmt, 0, trampoline_buf, trampoline_slotbuf); in init_trampoline_frag()
9649 tinsn_to_slotbuf (fmt, 0, &insn, trampoline_slotbuf); in add_jump_to_trampoline()
9650 xtensa_format_set_slot (isa, fmt, 0, trampoline_buf, trampoline_slotbuf); in add_jump_to_trampoline()