HomeSort by relevance Sort by last modified time
    Searched refs:f_imm16_10_11 (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.25/opcodes/
or1k-opc.h 112 long f_imm16_10_11; member in struct:cgen_fields
or1k-ibld.c 612 FLD (f_imm16_10_11) = ((FLD (f_simm16_split)) & (2047));
617 errmsg = insert_normal (cd, fields->f_imm16_10_11, 0, 0, 10, 11, 32, total_length, buffer);
629 FLD (f_imm16_10_11) = ((FLD (f_uimm16_split)) & (2047));
634 errmsg = insert_normal (cd, fields->f_imm16_10_11, 0, 0, 10, 11, 32, total_length, buffer);
727 length = extract_normal (cd, ex_info, insn_value, 0, 0, 10, 11, 32, total_length, pc, & fields->f_imm16_10_11);
729 FLD (f_simm16_split) = ((HI) (UINT) (((((FLD (f_imm16_25_5)) << (11))) | (FLD (f_imm16_10_11)))));
739 length = extract_normal (cd, ex_info, insn_value, 0, 0, 10, 11, 32, total_length, pc, & fields->f_imm16_10_11);
741 FLD (f_uimm16_split) = ((UHI) (UINT) (((((FLD (f_imm16_25_5)) << (11))) | (FLD (f_imm16_10_11)))));

Completed in 103 milliseconds