Searched refs:f_regmem8 (Results 1 – 4 of 4) sorted by relevance
/toolchain/binutils/binutils-2.27/opcodes/ |
D | xc16x-ibld.c | 671 errmsg = insert_normal (cd, fields->f_regmem8, 0, 0, 15, 8, 32, total_length, buffer); in xc16x_cgen_insert_operand() 677 errmsg = insert_normal (cd, fields->f_regmem8, 0, 0, 15, 8, 32, total_length, buffer); in xc16x_cgen_insert_operand() 891 …= extract_normal (cd, ex_info, insn_value, 0, 0, 15, 8, 32, total_length, pc, & fields->f_regmem8); in xc16x_cgen_extract_operand() 897 …= extract_normal (cd, ex_info, insn_value, 0, 0, 15, 8, 32, total_length, pc, & fields->f_regmem8); in xc16x_cgen_extract_operand() 1110 value = fields->f_regmem8; in xc16x_cgen_get_int_operand() 1116 value = fields->f_regmem8; in xc16x_cgen_get_int_operand() 1313 value = fields->f_regmem8; in xc16x_cgen_get_vma_operand() 1319 value = fields->f_regmem8; in xc16x_cgen_get_vma_operand() 1519 fields->f_regmem8 = value; in xc16x_cgen_set_int_operand() 1525 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()
|