Searched refs:ENCSTR (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/target/hexagon/ |
H A D | opcodes.c | 54 #define DEF_ENC32(OPCODE, ENCSTR) \ argument 55 [OPCODE] = { .encoding = ENCSTR }, 57 #define DEF_ENC_SUBINSN(OPCODE, CLASS, ENCSTR) \ argument 58 [OPCODE] = { .encoding = ENCSTR, .enc_class = CLASS }, 60 #define DEF_EXT_ENC(OPCODE, CLASS, ENCSTR) \ argument 61 [OPCODE] = { .encoding = ENCSTR, .enc_class = CLASS },
|
H A D | gen_dectree_import.c | 60 #define DEF_ENC32(TAG, ENCSTR) \ argument 61 [TAG] = { .encoding = ENCSTR }, 62 #define DEF_ENC_SUBINSN(TAG, CLASS, ENCSTR) \ argument 63 [TAG] = { .encoding = ENCSTR, .enc_class = CLASS }, 64 #define DEF_EXT_ENC(TAG, CLASS, ENCSTR) \ argument 65 [TAG] = { .encoding = ENCSTR, .enc_class = CLASS },
|
/openbmc/qemu/target/hexagon/imported/ |
H A D | encode_subinsn.def | 19 /* DEF_ENC_SUBINSN(TAG, CLASS, ENCSTR) */ 128 /* DEF_PACKED32(TAG, CLASSA, CLASSB, ENCSTR) */
|