Lines Matching defs:asm_opcode
751 struct asm_opcode struct
754 const char * template_name;
757 unsigned int operands[8];
760 unsigned int tag : 4;
763 unsigned int avalue;
766 unsigned int tvalue;
769 const arm_feature_set * avariant;
770 const arm_feature_set * tvariant;
773 void (* aencode) (void);
776 void (* tencode) (void);
779 unsigned int mayBeVecPred : 1;