Searched refs:slot_id (Results 1 – 1 of 1) sorted by relevance
602 int slot_id; in xtensa_format_slot_nop_opcode() local607 slot_id = intisa->formats[fmt].slot_id[slot]; in xtensa_format_slot_nop_opcode()608 return xtensa_opcode_lookup (isa, intisa->slots[slot_id].nop_name); in xtensa_format_slot_nop_opcode()617 int slot_id; in xtensa_format_get_slot() local622 slot_id = intisa->formats[fmt].slot_id[slot]; in xtensa_format_get_slot()623 (*intisa->slots[slot_id].get_fn) (insn, slotbuf); in xtensa_format_get_slot()633 int slot_id; in xtensa_format_set_slot() local638 slot_id = intisa->formats[fmt].slot_id[slot]; in xtensa_format_set_slot()639 (*intisa->slots[slot_id].set_fn) (insn, slotbuf); in xtensa_format_set_slot()696 int slot_id; in xtensa_opcode_decode() local[all …]