Home
last modified time | relevance | path

Searched defs:asm_opcode (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-arm.c750 struct asm_opcode struct
753 const char * template_name;
756 unsigned int operands[8];
759 unsigned int tag : 4;
762 unsigned int avalue;
765 unsigned int tvalue;
768 const arm_feature_set * avariant;
769 const arm_feature_set * tvariant;
772 void (* aencode) (void);
775 void (* tencode) (void);
[all …]
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-arm.c751 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);
[all …]