Searched refs:f_disp3 (Results 1 – 4 of 4) sorted by relevance
/toolchain/binutils/binutils-2.25/opcodes/ |
D | epiphany-ibld.c | 575 FLD (f_disp3) = ((FLD (f_disp11)) & (7)); in epiphany_cgen_insert_operand() 577 errmsg = insert_normal (cd, fields->f_disp3, 0, 0, 9, 3, 32, total_length, buffer); in epiphany_cgen_insert_operand() 586 errmsg = insert_normal (cd, fields->f_disp3, 0, 0, 9, 3, 32, total_length, buffer); in epiphany_cgen_insert_operand() 776 FLD (f_disp3) = ((FLD (f_sdisp11)) & (7)); in epiphany_cgen_insert_operand() 778 errmsg = insert_normal (cd, fields->f_disp3, 0, 0, 9, 3, 32, total_length, buffer); in epiphany_cgen_insert_operand() 916 …th = extract_normal (cd, ex_info, insn_value, 0, 0, 9, 3, 32, total_length, pc, & fields->f_disp3); in epiphany_cgen_extract_operand() 921 FLD (f_disp11) = ((((FLD (f_disp8)) << (3))) | (FLD (f_disp3))); in epiphany_cgen_extract_operand() 926 …th = extract_normal (cd, ex_info, insn_value, 0, 0, 9, 3, 32, total_length, pc, & fields->f_disp3); in epiphany_cgen_extract_operand() 1081 …th = extract_normal (cd, ex_info, insn_value, 0, 0, 9, 3, 32, total_length, pc, & fields->f_disp3); in epiphany_cgen_extract_operand() 1086 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 | 175 print_normal (cd, info, fields->f_disp3, 0, pc, length); in epiphany_cgen_print_operand()
|