Searched refs:f_rm_x (Results 1 – 2 of 2) sorted by relevance
/toolchain/binutils/binutils-2.25/opcodes/ |
D | epiphany-ibld.c | 615 FLD (f_rm_x) = ((UINT) (FLD (f_rm6)) >> (3)); in epiphany_cgen_insert_operand() 617 errmsg = insert_normal (cd, fields->f_rm_x, 0, 0, 25, 3, 32, total_length, buffer); in epiphany_cgen_insert_operand() 683 FLD (f_rm_x) = ((UINT) (FLD (f_rm6)) >> (3)); in epiphany_cgen_insert_operand() 685 errmsg = insert_normal (cd, fields->f_rm_x, 0, 0, 25, 3, 32, total_length, buffer); in epiphany_cgen_insert_operand() 950 …th = extract_normal (cd, ex_info, insn_value, 0, 0, 25, 3, 32, total_length, pc, & fields->f_rm_x); in epiphany_cgen_extract_operand() 955 FLD (f_rm6) = ((((FLD (f_rm_x)) << (3))) | (FLD (f_rm))); in epiphany_cgen_extract_operand() 1006 …th = extract_normal (cd, ex_info, insn_value, 0, 0, 25, 3, 32, total_length, pc, & fields->f_rm_x); in epiphany_cgen_extract_operand() 1011 FLD (f_rm6) = ((((FLD (f_rm_x)) << (3))) | (FLD (f_rm))); in epiphany_cgen_extract_operand()
|
D | epiphany-opc.h | 175 long f_rm_x; member
|