Searched refs:f_rel8 (Results 1 – 4 of 4) sorted by relevance
/toolchain/binutils/binutils-2.27/opcodes/ |
D | xc16x-ibld.c | 683 …errmsg = insert_normal (cd, fields->f_rel8, 0|(1<<CGEN_IFLD_RELOC)|(1<<CGEN_IFLD_PCREL_ADDR), 0, 1… in xc16x_cgen_insert_operand() 903 …|(1<<CGEN_IFLD_RELOC)|(1<<CGEN_IFLD_PCREL_ADDR), 0, 15, 8, 32, total_length, pc, & fields->f_rel8); in xc16x_cgen_extract_operand() 1122 value = fields->f_rel8; in xc16x_cgen_get_int_operand() 1325 value = fields->f_rel8; in xc16x_cgen_get_vma_operand() 1531 fields->f_rel8 = value; in xc16x_cgen_set_int_operand() 1725 fields->f_rel8 = value; in xc16x_cgen_set_vma_operand()
|
D | xc16x-opc.h | 178 long f_rel8; member
|
D | xc16x-asm.c | 297 errmsg = cgen_parse_signed_integer (cd, strp, XC16X_OPERAND_REL, (long *) (& fields->f_rel8)); in xc16x_cgen_parse_operand()
|
D | xc16x-dis.c | 345 …print_normal (cd, info, fields->f_rel8, 0|(1<<CGEN_OPERAND_SIGNED)|(1<<CGEN_OPERAND_RELOC)|(1<<CGE… in xc16x_cgen_print_operand()
|