Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gas/config/
Dvax-inst.h25 #define VIT_MAX_OPERANDS (6) /* maximum number of operands in one */ macro
75 struct vop vit_operand[VIT_MAX_OPERANDS]; /* operands */
Dtc-vax.c55 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()