Searched refs:intop (Results 1 – 1 of 1) sorted by relevance
886 xtensa_operand_internal *intop; in xtensa_operand_name() local888 intop = get_operand (intisa, opc, opnd); in xtensa_operand_name()889 if (!intop) return NULL; in xtensa_operand_name()890 return intop->name; in xtensa_operand_name()900 xtensa_operand_internal *intop; in xtensa_operand_is_visible() local912 intop = &intisa->operands[operand_id]; in xtensa_operand_is_visible()914 if ((intop->flags & XTENSA_OPERAND_IS_INVISIBLE) == 0) in xtensa_operand_is_visible()948 xtensa_operand_internal *intop; in xtensa_operand_get_field() local952 intop = get_operand (intisa, opc, opnd); in xtensa_operand_get_field()953 if (!intop) return -1; in xtensa_operand_get_field()[all …]