Home
last modified time | relevance | path

Searched refs:f_rm_x (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.27/opcodes/
Depiphany-ibld.c622 FLD (f_rm_x) = ((UINT) (FLD (f_rm6)) >> (3)); in epiphany_cgen_insert_operand()
624 errmsg = insert_normal (cd, fields->f_rm_x, 0, 0, 25, 3, 32, total_length, buffer); in epiphany_cgen_insert_operand()
690 FLD (f_rm_x) = ((UINT) (FLD (f_rm6)) >> (3)); in epiphany_cgen_insert_operand()
692 errmsg = insert_normal (cd, fields->f_rm_x, 0, 0, 25, 3, 32, total_length, buffer); in epiphany_cgen_insert_operand()
957 …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()
962 FLD (f_rm6) = ((((FLD (f_rm_x)) << (3))) | (FLD (f_rm))); in epiphany_cgen_extract_operand()
1013 …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()
1018 FLD (f_rm6) = ((((FLD (f_rm_x)) << (3))) | (FLD (f_rm))); in epiphany_cgen_extract_operand()
Depiphany-opc.h175 long f_rm_x; member