Searched refs:f_crnx_hi (Results 1 – 2 of 2) sorted by relevance
/toolchain/binutils/binutils-2.25/opcodes/ |
D | mep-ibld.c | 715 FLD (f_crnx_hi) = ((UINT) (FLD (f_crnx)) >> (4)); in mep_cgen_insert_operand() 717 errmsg = insert_normal (cd, fields->f_crnx_hi, 0, 0, 28, 1, 32, total_length, buffer); in mep_cgen_insert_operand() 729 FLD (f_crnx_hi) = ((UINT) (FLD (f_crnx)) >> (4)); in mep_cgen_insert_operand() 731 errmsg = insert_normal (cd, fields->f_crnx_hi, 0, 0, 28, 1, 32, total_length, buffer); in mep_cgen_insert_operand() 1363 …= extract_normal (cd, ex_info, insn_value, 0, 0, 28, 1, 32, total_length, pc, & fields->f_crnx_hi); in mep_cgen_extract_operand() 1367 FLD (f_crnx) = ((((FLD (f_crnx_hi)) << (4))) | (FLD (f_crnx_lo))); in mep_cgen_extract_operand() 1372 …= extract_normal (cd, ex_info, insn_value, 0, 0, 28, 1, 32, total_length, pc, & fields->f_crnx_hi); in mep_cgen_extract_operand() 1376 FLD (f_crnx) = ((((FLD (f_crnx_hi)) << (4))) | (FLD (f_crnx_lo))); in mep_cgen_extract_operand()
|
D | mep-opc.h | 362 long f_crnx_hi; member
|