Home
last modified time | relevance | path

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

/openbmc/qemu/target/xtensa/
H A Dxtensa-isa.c854 xtensa_operand_internal *intop; in xtensa_operand_name() local
856 intop = get_operand(intisa, opc, opnd); in xtensa_operand_name()
857 if (!intop) { in xtensa_operand_name()
860 return intop->name; in xtensa_operand_name()
869 xtensa_operand_internal *intop; in xtensa_operand_is_visible() local
882 intop = &intisa->operands[operand_id]; in xtensa_operand_is_visible()
884 if ((intop->flags & XTENSA_OPERAND_IS_INVISIBLE) == 0) { in xtensa_operand_is_visible()
920 xtensa_operand_internal *intop; in xtensa_operand_get_field() local
924 intop = get_operand(intisa, opc, opnd); in xtensa_operand_get_field()
925 if (!intop) { in xtensa_operand_get_field()
[all …]