Searched refs:f_disp8 (Results 1 – 10 of 10) sorted by relevance
/toolchain/binutils/binutils-2.25/opcodes/ |
D | m32r-ibld.c | 596 long value = fields->f_disp8; in m32r_cgen_insert_operand() 734 fields->f_disp8 = value; in m32r_cgen_extract_operand() 852 value = fields->f_disp8; in m32r_cgen_get_int_operand() 947 value = fields->f_disp8; in m32r_cgen_get_vma_operand() 1049 fields->f_disp8 = value; in m32r_cgen_set_int_operand() 1140 fields->f_disp8 = value; in m32r_cgen_set_vma_operand()
|
D | epiphany-ibld.c | 574 FLD (f_disp8) = ((((UINT) (FLD (f_disp11)) >> (3))) & (255)); in epiphany_cgen_insert_operand() 580 errmsg = insert_normal (cd, fields->f_disp8, 0, 0, 23, 8, 32, total_length, buffer); in epiphany_cgen_insert_operand() 775 FLD (f_disp8) = ((255) & (((USI) (FLD (f_sdisp11)) >> (3)))); in epiphany_cgen_insert_operand() 781 errmsg = insert_normal (cd, fields->f_disp8, 0, 0, 23, 8, 32, total_length, buffer); in epiphany_cgen_insert_operand() 918 …h = extract_normal (cd, ex_info, insn_value, 0, 0, 23, 8, 32, total_length, pc, & fields->f_disp8); in epiphany_cgen_extract_operand() 921 FLD (f_disp11) = ((((FLD (f_disp8)) << (3))) | (FLD (f_disp3))); in epiphany_cgen_extract_operand() 1083 …h = extract_normal (cd, ex_info, insn_value, 0, 0, 23, 8, 32, total_length, pc, & fields->f_disp8); in epiphany_cgen_extract_operand() 1086 FLD (f_sdisp11) = ((SI) (((((((FLD (f_disp8)) << (3))) | (FLD (f_disp3)))) << (21))) >> (21)); in epiphany_cgen_extract_operand()
|
D | fr30-ibld.c | 629 …errmsg = insert_normal (cd, fields->f_disp8, 0|(1<<CGEN_IFLD_SIGNED), 0, 4, 8, 16, total_length, b… in fr30_cgen_insert_operand() 830 …d, ex_info, insn_value, 0|(1<<CGEN_IFLD_SIGNED), 0, 4, 8, 16, total_length, pc, & fields->f_disp8); in fr30_cgen_extract_operand() 1018 value = fields->f_disp8; in fr30_cgen_get_int_operand() 1146 value = fields->f_disp8; in fr30_cgen_get_vma_operand() 1278 fields->f_disp8 = value; in fr30_cgen_set_int_operand() 1399 fields->f_disp8 = value; in fr30_cgen_set_vma_operand()
|
D | m32r-opc.h | 116 long f_disp8; member
|
D | fr30-opc.h | 121 long f_disp8; member
|
D | epiphany-opc.h | 166 long f_disp8; member
|
D | m32r-asm.c | 263 fields->f_disp8 = value; in m32r_cgen_parse_operand()
|
D | fr30-asm.c | 242 … errmsg = cgen_parse_signed_integer (cd, strp, FR30_OPERAND_DISP8, (long *) (& fields->f_disp8)); in fr30_cgen_parse_operand()
|
D | m32r-dis.c | 219 …print_address (cd, info, fields->f_disp8, 0|(1<<CGEN_OPERAND_RELAX)|(1<<CGEN_OPERAND_RELOC)|(1<<CG… in m32r_cgen_print_operand()
|
D | fr30-dis.c | 239 …print_normal (cd, info, fields->f_disp8, 0|(1<<CGEN_OPERAND_SIGNED)|(1<<CGEN_OPERAND_HASH_PREFIX),… in fr30_cgen_print_operand()
|