Searched refs:f_reg8 (Results 1 – 4 of 4) sorted by relevance
/toolchain/binutils/binutils-2.27/opcodes/ |
D | xc16x-ibld.c | 576 errmsg = insert_normal (cd, fields->f_reg8, 0, 0, 15, 8, 32, total_length, buffer); in xc16x_cgen_insert_operand() 665 errmsg = insert_normal (cd, fields->f_reg8, 0, 0, 15, 8, 32, total_length, buffer); in xc16x_cgen_insert_operand() 714 errmsg = insert_normal (cd, fields->f_reg8, 0, 0, 15, 8, 32, total_length, buffer); in xc16x_cgen_insert_operand() 796 …th = extract_normal (cd, ex_info, insn_value, 0, 0, 15, 8, 32, total_length, pc, & fields->f_reg8); in xc16x_cgen_extract_operand() 885 …th = extract_normal (cd, ex_info, insn_value, 0, 0, 15, 8, 32, total_length, pc, & fields->f_reg8); in xc16x_cgen_extract_operand() 934 …th = extract_normal (cd, ex_info, insn_value, 0, 0, 15, 8, 32, total_length, pc, & fields->f_reg8); in xc16x_cgen_extract_operand() 1011 value = fields->f_reg8; in xc16x_cgen_get_int_operand() 1104 value = fields->f_reg8; in xc16x_cgen_get_int_operand() 1155 value = fields->f_reg8; in xc16x_cgen_get_int_operand() 1214 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
|