Searched refs:VIT_MAX_OPERANDS (Results 1 – 2 of 2) sorted by relevance
25 #define VIT_MAX_OPERANDS (6) /* maximum number of operands in one */ macro75 struct vop vit_operand[VIT_MAX_OPERANDS]; /* operands */
55 static expressionS exp_of_operand[VIT_MAX_OPERANDS];56 static segT seg_of_operand[VIT_MAX_OPERANDS];62 LITTLENUM_TYPE big_operand_bits[VIT_MAX_OPERANDS][SIZE_OF_LARGE_NUMBER];63 FLONUM_TYPE float_operand[VIT_MAX_OPERANDS];3265 fP < float_operand + VIT_MAX_OPERANDS; in md_begin()