Searched refs:f_memory (Results 1 – 4 of 4) sorted by relevance
/toolchain/binutils/binutils-2.27/opcodes/ |
D | xc16x-ibld.c | 646 errmsg = insert_normal (cd, fields->f_memory, 0, 0, 31, 16, 32, total_length, buffer); in xc16x_cgen_insert_operand() 741 errmsg = insert_normal (cd, fields->f_memory, 0, 0, 31, 16, 32, total_length, buffer); in xc16x_cgen_insert_operand() 866 …= extract_normal (cd, ex_info, insn_value, 0, 0, 31, 16, 32, total_length, pc, & fields->f_memory); in xc16x_cgen_extract_operand() 961 …= extract_normal (cd, ex_info, insn_value, 0, 0, 31, 16, 32, total_length, pc, & fields->f_memory); in xc16x_cgen_extract_operand() 1083 value = fields->f_memory; in xc16x_cgen_get_int_operand() 1182 value = fields->f_memory; in xc16x_cgen_get_int_operand() 1286 value = fields->f_memory; in xc16x_cgen_get_vma_operand() 1385 value = fields->f_memory; in xc16x_cgen_get_vma_operand() 1494 fields->f_memory = value; in xc16x_cgen_set_int_operand() 1589 fields->f_memory = value; in xc16x_cgen_set_int_operand() [all …]
|
D | xc16x-asm.c | 257 fields->f_memory = value; in xc16x_cgen_parse_operand() 360 fields->f_memory = value; in xc16x_cgen_parse_operand()
|
D | xc16x-opc.h | 176 long f_memory; member
|
D | xc16x-dis.c | 306 print_address (cd, info, fields->f_memory, 0, pc, length); in xc16x_cgen_print_operand() 405 … print_with_pof_prefix (cd, info, fields->f_memory, 0|(1<<CGEN_OPERAND_POF_PREFIX), pc, length); in xc16x_cgen_print_operand()
|