Searched refs:operand_id (Results 1 – 2 of 2) sorted by relevance
877 int iclass_id, operand_id; in get_operand() local883 operand_id = iclass->operands[opnd].u.operand_id; in get_operand()884 return &intisa->operands[operand_id]; in get_operand()905 int iclass_id, operand_id; in xtensa_operand_is_visible() local917 operand_id = iclass->operands[opnd].u.operand_id; in xtensa_operand_is_visible()918 intop = &intisa->operands[operand_id]; in xtensa_operand_is_visible()
94 int operand_id; /* For normal operands. */ member