Searched refs:f_disp3 (Results 1 – 4 of 4) sorted by relevance
/toolchain/binutils/binutils-2.27/opcodes/ |
D | epiphany-ibld.c | 582 FLD (f_disp3) = ((FLD (f_disp11)) & (7)); in epiphany_cgen_insert_operand() 584 errmsg = insert_normal (cd, fields->f_disp3, 0, 0, 9, 3, 32, total_length, buffer); in epiphany_cgen_insert_operand() 593 errmsg = insert_normal (cd, fields->f_disp3, 0, 0, 9, 3, 32, total_length, buffer); in epiphany_cgen_insert_operand() 783 FLD (f_disp3) = ((FLD (f_sdisp11)) & (7)); in epiphany_cgen_insert_operand() 785 errmsg = insert_normal (cd, fields->f_disp3, 0, 0, 9, 3, 32, total_length, buffer); in epiphany_cgen_insert_operand() 923 …th = extract_normal (cd, ex_info, insn_value, 0, 0, 9, 3, 32, total_length, pc, & fields->f_disp3); in epiphany_cgen_extract_operand() 928 FLD (f_disp11) = ((((FLD (f_disp8)) << (3))) | (FLD (f_disp3))); in epiphany_cgen_extract_operand() 933 …th = extract_normal (cd, ex_info, insn_value, 0, 0, 9, 3, 32, total_length, pc, & fields->f_disp3); in epiphany_cgen_extract_operand() 1088 …th = extract_normal (cd, ex_info, insn_value, 0, 0, 9, 3, 32, total_length, pc, & fields->f_disp3); in epiphany_cgen_extract_operand() 1093 FLD (f_sdisp11) = ((SI) (((((((FLD (f_disp8)) << (3))) | (FLD (f_disp3)))) << (21))) >> (21)); in epiphany_cgen_extract_operand() [all …]
|
D | epiphany-opc.h | 165 long f_disp3; member
|
D | epiphany-asm.c | 337 …n_parse_unsigned_integer (cd, strp, EPIPHANY_OPERAND_DISP3, (unsigned long *) (& fields->f_disp3)); in epiphany_cgen_parse_operand()
|
D | epiphany-dis.c | 176 print_normal (cd, info, fields->f_disp3, 0, pc, length); in epiphany_cgen_print_operand()
|