Searched defs:asm_opcode (Results 1 – 2 of 2) sorted by relevance
431 struct asm_opcode struct434 const char *template;437 unsigned char operands[8];440 unsigned int tag : 4;443 unsigned int avalue : 28;446 unsigned int tvalue;449 const arm_feature_set *avariant;450 const arm_feature_set *tvariant;453 void (* aencode) (void);456 void (* tencode) (void);
1128 struct asm_opcode struct1147 static const struct asm_opcode insns[] = argument