Searched refs:f_reg8 (Results 1 – 4 of 4) sorted by relevance
/toolchain/binutils/binutils-2.25/opcodes/ |
D | xc16x-ibld.c | 569 errmsg = insert_normal (cd, fields->f_reg8, 0, 0, 15, 8, 32, total_length, buffer); in xc16x_cgen_insert_operand() 658 errmsg = insert_normal (cd, fields->f_reg8, 0, 0, 15, 8, 32, total_length, buffer); in xc16x_cgen_insert_operand() 707 errmsg = insert_normal (cd, fields->f_reg8, 0, 0, 15, 8, 32, total_length, buffer); in xc16x_cgen_insert_operand() 789 …th = extract_normal (cd, ex_info, insn_value, 0, 0, 15, 8, 32, total_length, pc, & fields->f_reg8); in xc16x_cgen_extract_operand() 878 …th = extract_normal (cd, ex_info, insn_value, 0, 0, 15, 8, 32, total_length, pc, & fields->f_reg8); in xc16x_cgen_extract_operand() 927 …th = extract_normal (cd, ex_info, insn_value, 0, 0, 15, 8, 32, total_length, pc, & fields->f_reg8); in xc16x_cgen_extract_operand() 1004 value = fields->f_reg8; in xc16x_cgen_get_int_operand() 1097 value = fields->f_reg8; in xc16x_cgen_get_int_operand() 1148 value = fields->f_reg8; in xc16x_cgen_get_int_operand() 1207 value = fields->f_reg8; in xc16x_cgen_get_vma_operand() [all …]
|
D | xc16x-asm.c | 178 errmsg = cgen_parse_keyword (cd, strp, & xc16x_cgen_opval_psw_names, & fields->f_reg8); in xc16x_cgen_parse_operand() 279 errmsg = cgen_parse_keyword (cd, strp, & xc16x_cgen_opval_r8_names, & fields->f_reg8); in xc16x_cgen_parse_operand() 330 errmsg = cgen_parse_keyword (cd, strp, & xc16x_cgen_opval_regdiv8_names, & fields->f_reg8); in xc16x_cgen_parse_operand()
|
D | xc16x-dis.c | 234 print_keyword (cd, info, & xc16x_cgen_opval_psw_names, fields->f_reg8, 0); in xc16x_cgen_print_operand() 327 print_keyword (cd, info, & xc16x_cgen_opval_r8_names, fields->f_reg8, 0); in xc16x_cgen_print_operand() 378 print_keyword (cd, info, & xc16x_cgen_opval_regdiv8_names, fields->f_reg8, 0); in xc16x_cgen_print_operand()
|
D | xc16x-opc.h | 180 long f_reg8; member
|