Lines Matching refs:cd

1173 #define CGEN_ASM_LOOKUP_INSN(cd, string) cgen_asm_lookup_insn ((cd), (string))  argument
1182 #define CGEN_DIS_LOOKUP_INSN(cd, buf, value) cgen_dis_lookup_insn ((cd), (buf), (value)) argument
1197 #define CGEN_CPU_ISAS(cd) ((cd)->isas) argument
1201 #define CGEN_CPU_ENDIAN(cd) ((cd)->endian) argument
1205 #define CGEN_CPU_INSN_ENDIAN(cd) ((cd)->insn_endian) argument
1253 #define CGEN_CPU_INSN_TABLE(cd) (& (cd)->insn_table) argument
1286 #define CGEN_CPU_PARSE_OPERAND(cd) ((cd)->parse_operand) argument
1287 #define CGEN_CPU_INSERT_OPERAND(cd) ((cd)->insert_operand) argument
1288 #define CGEN_CPU_EXTRACT_OPERAND(cd) ((cd)->extract_operand) argument
1289 #define CGEN_CPU_PRINT_OPERAND(cd) ((cd)->print_operand) argument
1293 #define CGEN_CPU_SIZEOF_FIELDS(cd) ((cd)->sizeof_fields) argument
1297 #define CGEN_CPU_SET_FIELDS_BITSIZE(cd) ((cd)->set_fields_bitsize) argument
1313 #define CGEN_CPU_GET_INT_OPERAND(cd) ((cd)->get_int_operand) argument
1314 #define CGEN_CPU_SET_INT_OPERAND(cd) ((cd)->set_int_operand) argument
1315 #define CGEN_CPU_GET_VMA_OPERAND(cd) ((cd)->get_vma_operand) argument
1316 #define CGEN_CPU_SET_VMA_OPERAND(cd) ((cd)->set_vma_operand) argument
1324 #define CGEN_PARSE_FN(cd, insn) (cd->parse_handlers[(insn)->opcode->handlers.parse]) argument
1325 #define CGEN_INSERT_FN(cd, insn) (cd->insert_handlers[(insn)->opcode->handlers.insert]) argument
1326 #define CGEN_EXTRACT_FN(cd, insn) (cd->extract_handlers[(insn)->opcode->handlers.extract]) argument
1327 #define CGEN_PRINT_FN(cd, insn) (cd->print_handlers[(insn)->opcode->handlers.print]) argument
1362 #define CGEN_WORD_ENDIAN(cd) CGEN_CPU_ENDIAN (cd) argument
1365 #define CGEN_INSN_WORD_ENDIAN(cd) CGEN_CPU_INSN_ENDIAN (cd) argument