Searched refs:f_imm16_10_11 (Results 1 – 2 of 2) sorted by relevance
/toolchain/binutils/binutils-2.27/opcodes/ |
D | or1k-ibld.c | 616 FLD (f_imm16_10_11) = ((FLD (f_simm16_split)) & (2047)); in or1k_cgen_insert_operand() 621 errmsg = insert_normal (cd, fields->f_imm16_10_11, 0, 0, 10, 11, 32, total_length, buffer); in or1k_cgen_insert_operand() 633 FLD (f_imm16_10_11) = ((FLD (f_uimm16_split)) & (2047)); in or1k_cgen_insert_operand() 638 errmsg = insert_normal (cd, fields->f_imm16_10_11, 0, 0, 10, 11, 32, total_length, buffer); in or1k_cgen_insert_operand() 731 …ract_normal (cd, ex_info, insn_value, 0, 0, 10, 11, 32, total_length, pc, & fields->f_imm16_10_11); in or1k_cgen_extract_operand() 733 FLD (f_simm16_split) = ((HI) (UINT) (((((FLD (f_imm16_25_5)) << (11))) | (FLD (f_imm16_10_11))))); in or1k_cgen_extract_operand() 743 …ract_normal (cd, ex_info, insn_value, 0, 0, 10, 11, 32, total_length, pc, & fields->f_imm16_10_11); in or1k_cgen_extract_operand() 745 …FLD (f_uimm16_split) = ((UHI) (UINT) (((((FLD (f_imm16_25_5)) << (11))) | (FLD (f_imm16_10_11))))); in or1k_cgen_extract_operand()
|
D | or1k-opc.h | 112 long f_imm16_10_11; member
|