Searched defs:xtensa_iclass_internal_struct (Results 1 – 1 of 1) sorted by relevance
104 typedef struct xtensa_iclass_internal_struct { struct105 int num_operands; /* Size of "operands" array. */106 xtensa_arg_internal *operands; /* Array[num_operands]. */108 int num_stateOperands; /* Size of "stateOperands" array. */109 xtensa_arg_internal *stateOperands; /* Array[num_stateOperands]. */111 int num_interfaceOperands; /* Size of "interfaceOperands". */112 xtensa_interface *interfaceOperands; /* Array[num_interfaceOperands]. */