Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-arm.c431 struct asm_opcode struct
434 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);
/openbsd-src/gnu/usr.bin/binutils/gas/config/
H A Dtc-arm.c1128 struct asm_opcode struct
1147 static const struct asm_opcode insns[] = argument