Searched refs:f_rel12 (Results 1 – 8 of 8) sorted by relevance
/toolchain/binutils/binutils-2.25/opcodes/ |
D | xstormy16-ibld.c | 642 long value = fields->f_rel12; in xstormy16_cgen_insert_operand() 787 fields->f_rel12 = value; in xstormy16_cgen_extract_operand() 913 value = fields->f_rel12; in xstormy16_cgen_get_int_operand() 1005 value = fields->f_rel12; in xstormy16_cgen_get_vma_operand() 1104 fields->f_rel12 = value; in xstormy16_cgen_set_int_operand() 1193 fields->f_rel12 = value; in xstormy16_cgen_set_vma_operand()
|
D | fr30-ibld.c | 660 long value = fields->f_rel12; in fr30_cgen_insert_operand() 862 fields->f_rel12 = value; in fr30_cgen_extract_operand() 1033 value = fields->f_rel12; in fr30_cgen_get_int_operand() 1161 value = fields->f_rel12; in fr30_cgen_get_vma_operand() 1293 fields->f_rel12 = value; in fr30_cgen_set_int_operand() 1414 fields->f_rel12 = value; in fr30_cgen_set_vma_operand()
|
D | xstormy16-opc.h | 117 long f_rel12; member
|
D | fr30-opc.h | 130 long f_rel12; member
|
D | xstormy16-asm.c | 258 …_parse_unsigned_integer (cd, strp, XSTORMY16_OPERAND_REL12, (unsigned long *) (& fields->f_rel12)); in xstormy16_cgen_parse_operand()
|
D | fr30-asm.c | 260 fields->f_rel12 = value; in fr30_cgen_parse_operand()
|
D | xstormy16-dis.c | 150 print_normal (cd, info, fields->f_rel12, 0|(1<<CGEN_OPERAND_PCREL_ADDR), pc, length); in xstormy16_cgen_print_operand()
|
D | fr30-dis.c | 254 print_address (cd, info, fields->f_rel12, 0|(1<<CGEN_OPERAND_PCREL_ADDR), pc, length); in fr30_cgen_print_operand()
|