Searched refs:f_relhi8 (Results 1 – 4 of 4) sorted by relevance
/toolchain/binutils/binutils-2.27/opcodes/ |
D | xc16x-ibld.c | 686 …errmsg = insert_normal (cd, fields->f_relhi8, 0|(1<<CGEN_IFLD_RELOC)|(1<<CGEN_IFLD_PCREL_ADDR), 0,… in xc16x_cgen_insert_operand() 906 …1<<CGEN_IFLD_RELOC)|(1<<CGEN_IFLD_PCREL_ADDR), 0, 23, 8, 32, total_length, pc, & fields->f_relhi8); in xc16x_cgen_extract_operand() 1125 value = fields->f_relhi8; in xc16x_cgen_get_int_operand() 1328 value = fields->f_relhi8; in xc16x_cgen_get_vma_operand() 1534 fields->f_relhi8 = value; in xc16x_cgen_set_int_operand() 1728 fields->f_relhi8 = value; in xc16x_cgen_set_vma_operand()
|
D | xc16x-opc.h | 179 long f_relhi8; member
|
D | xc16x-asm.c | 300 … errmsg = cgen_parse_signed_integer (cd, strp, XC16X_OPERAND_RELHI, (long *) (& fields->f_relhi8)); in xc16x_cgen_parse_operand()
|
D | xc16x-dis.c | 348 …print_normal (cd, info, fields->f_relhi8, 0|(1<<CGEN_OPERAND_SIGNED)|(1<<CGEN_OPERAND_RELOC)|(1<<C… in xc16x_cgen_print_operand()
|