Searched defs:TAG (Results 1 – 7 of 7) sorted by relevance
/qemu/target/hexagon/ |
H A D | gen_dectree_import.c | 50 #define Q6INSN(TAG, BEH, ATTRIBS, DESCR, SEM) \ argument 52 #define EXTINSN(TAG, BEH, ATTRIBS, DESCR, SEM) \ argument 60 #define DEF_ENC32(TAG, ENCSTR) \ argument 62 #define DEF_ENC_SUBINSN(TAG, CLASS, ENCSTR) \ argument 64 #define DEF_EXT_ENC(TAG, CLASS, ENCSTR) \ argument
|
H A D | gen_semantics.c | 53 #define Q6INSN(TAG, BEH, ATTRIBS, DESCR, SEM) \ in main() argument 67 #define EXTINSN(TAG, BEH, ATTRIBS, DESCR, SEM) \ in main() argument
|
H A D | printinsn.c | 42 #define DEF_VECX_PRINTINFO(TAG, FMT, ...) DEF_PRINTINFO(TAG, FMT, __VA_ARGS__) in snprintinsn() argument 43 #define DEF_PRINTINFO(TAG, FMT, ...) \ in snprintinsn() argument
|
H A D | reg_fields.c | 22 #define DEF_REG_FIELD(TAG, START, WIDTH) \ argument
|
H A D | reg_fields.h | 27 #define DEF_REG_FIELD(TAG, START, WIDTH) \ argument
|
H A D | opcodes.c | 75 #define OP_ATTRIB(TAG, ARGS) init_attribs(TAG ARGS); in opcode_init() argument
|
/qemu/linux-headers/linux/ |
H A D | stddef.h | 13 #define __struct_group_tag(TAG) TAG argument 15 #define __struct_group_tag(TAG) argument 33 #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \ argument
|