Home
last modified time | relevance | path

Searched refs:f_offset16 (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.25/opcodes/
Dxc16x-ibld.c590 …errmsg = insert_normal (cd, fields->f_offset16, 0|(1<<CGEN_IFLD_RELOC)|(1<<CGEN_IFLD_ABS_ADDR), 0,… in xc16x_cgen_insert_operand()
737 …errmsg = insert_normal (cd, fields->f_offset16, 0|(1<<CGEN_IFLD_RELOC)|(1<<CGEN_IFLD_ABS_ADDR), 0,… in xc16x_cgen_insert_operand()
743 …errmsg = insert_normal (cd, fields->f_offset16, 0|(1<<CGEN_IFLD_RELOC)|(1<<CGEN_IFLD_ABS_ADDR), 0,… in xc16x_cgen_insert_operand()
810 …<<CGEN_IFLD_RELOC)|(1<<CGEN_IFLD_ABS_ADDR), 0, 31, 16, 32, total_length, pc, & fields->f_offset16); in xc16x_cgen_extract_operand()
957 …<<CGEN_IFLD_RELOC)|(1<<CGEN_IFLD_ABS_ADDR), 0, 31, 16, 32, total_length, pc, & fields->f_offset16); in xc16x_cgen_extract_operand()
963 …<<CGEN_IFLD_RELOC)|(1<<CGEN_IFLD_ABS_ADDR), 0, 31, 16, 32, total_length, pc, & fields->f_offset16); in xc16x_cgen_extract_operand()
1025 value = fields->f_offset16; in xc16x_cgen_get_int_operand()
1178 value = fields->f_offset16; in xc16x_cgen_get_int_operand()
1184 value = fields->f_offset16; in xc16x_cgen_get_int_operand()
1228 value = fields->f_offset16; in xc16x_cgen_get_vma_operand()
[all …]
Dxc16x-asm.c202 fields->f_offset16 = value; in xc16x_cgen_parse_operand()
364 …_parse_unsigned_integer (cd, strp, XC16X_OPERAND_USEG16, (unsigned long *) (& fields->f_offset16)); in xc16x_cgen_parse_operand()
370 …_parse_unsigned_integer (cd, strp, XC16X_OPERAND_USOF16, (unsigned long *) (& fields->f_offset16)); in xc16x_cgen_parse_operand()
Dxc16x-dis.c255 …print_address (cd, info, fields->f_offset16, 0|(1<<CGEN_OPERAND_RELOC)|(1<<CGEN_OPERAND_ABS_ADDR),… in xc16x_cgen_print_operand()
408 …print_normal (cd, info, fields->f_offset16, 0|(1<<CGEN_OPERAND_SEG_PREFIX)|(1<<CGEN_OPERAND_RELOC)… in xc16x_cgen_print_operand()
414 …print_normal (cd, info, fields->f_offset16, 0|(1<<CGEN_OPERAND_SOF_PREFIX)|(1<<CGEN_OPERAND_RELOC)… in xc16x_cgen_print_operand()
Dxc16x-opc.h191 long f_offset16; member