Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/opcodes/
Dxc16x-ibld.c597 …errmsg = insert_normal (cd, fields->f_offset16, 0|(1<<CGEN_IFLD_RELOC)|(1<<CGEN_IFLD_ABS_ADDR), 0,… in xc16x_cgen_insert_operand()
744 …errmsg = insert_normal (cd, fields->f_offset16, 0|(1<<CGEN_IFLD_RELOC)|(1<<CGEN_IFLD_ABS_ADDR), 0,… in xc16x_cgen_insert_operand()
750 …errmsg = insert_normal (cd, fields->f_offset16, 0|(1<<CGEN_IFLD_RELOC)|(1<<CGEN_IFLD_ABS_ADDR), 0,… in xc16x_cgen_insert_operand()
817 …<<CGEN_IFLD_RELOC)|(1<<CGEN_IFLD_ABS_ADDR), 0, 31, 16, 32, total_length, pc, & fields->f_offset16); in xc16x_cgen_extract_operand()
964 …<<CGEN_IFLD_RELOC)|(1<<CGEN_IFLD_ABS_ADDR), 0, 31, 16, 32, total_length, pc, & fields->f_offset16); in xc16x_cgen_extract_operand()
970 …<<CGEN_IFLD_RELOC)|(1<<CGEN_IFLD_ABS_ADDR), 0, 31, 16, 32, total_length, pc, & fields->f_offset16); in xc16x_cgen_extract_operand()
1032 value = fields->f_offset16; in xc16x_cgen_get_int_operand()
1185 value = fields->f_offset16; in xc16x_cgen_get_int_operand()
1191 value = fields->f_offset16; in xc16x_cgen_get_int_operand()
1235 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