Searched refs:f_regmem8 (Results 1 – 4 of 4) sorted by relevance
/toolchain/binutils/binutils-2.25/opcodes/ |
D | xc16x-ibld.c | 664 errmsg = insert_normal (cd, fields->f_regmem8, 0, 0, 15, 8, 32, total_length, buffer); in xc16x_cgen_insert_operand() 670 errmsg = insert_normal (cd, fields->f_regmem8, 0, 0, 15, 8, 32, total_length, buffer); in xc16x_cgen_insert_operand() 884 …= extract_normal (cd, ex_info, insn_value, 0, 0, 15, 8, 32, total_length, pc, & fields->f_regmem8); in xc16x_cgen_extract_operand() 890 …= extract_normal (cd, ex_info, insn_value, 0, 0, 15, 8, 32, total_length, pc, & fields->f_regmem8); in xc16x_cgen_extract_operand() 1103 value = fields->f_regmem8; in xc16x_cgen_get_int_operand() 1109 value = fields->f_regmem8; in xc16x_cgen_get_int_operand() 1306 value = fields->f_regmem8; in xc16x_cgen_get_vma_operand() 1312 value = fields->f_regmem8; in xc16x_cgen_get_vma_operand() 1512 fields->f_regmem8 = value; in xc16x_cgen_set_int_operand() 1518 fields->f_regmem8 = value; in xc16x_cgen_set_int_operand() [all …]
|
D | xc16x-asm.c | 285 … errmsg = cgen_parse_keyword (cd, strp, & xc16x_cgen_opval_regbmem8_names, & fields->f_regmem8); in xc16x_cgen_parse_operand() 291 errmsg = cgen_parse_keyword (cd, strp, & xc16x_cgen_opval_regmem8_names, & fields->f_regmem8); in xc16x_cgen_parse_operand()
|
D | xc16x-opc.h | 181 long f_regmem8; member
|
D | xc16x-dis.c | 333 print_keyword (cd, info, & xc16x_cgen_opval_regbmem8_names, fields->f_regmem8, 0); in xc16x_cgen_print_operand() 339 print_keyword (cd, info, & xc16x_cgen_opval_regmem8_names, fields->f_regmem8, 0); in xc16x_cgen_print_operand()
|