OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:f_imm16_25_5
(Results
1 - 2
of
2
) sorted by null
/toolchain/binutils/binutils-2.25/opcodes/
or1k-opc.h
111
long
f_imm16_25_5
;
member in struct:cgen_fields
or1k-ibld.c
611
FLD (
f_imm16_25_5
) = ((((INT) (FLD (f_simm16_split)) >> (11))) & (31));
614
errmsg = insert_normal (cd, fields->
f_imm16_25_5
, 0, 0, 25, 5, 32, total_length, buffer);
628
FLD (
f_imm16_25_5
) = ((((UINT) (FLD (f_uimm16_split)) >> (11))) & (31));
631
errmsg = insert_normal (cd, fields->
f_imm16_25_5
, 0, 0, 25, 5, 32, total_length, buffer);
725
length = extract_normal (cd, ex_info, insn_value, 0, 0, 25, 5, 32, total_length, pc, & fields->
f_imm16_25_5
);
729
FLD (f_simm16_split) = ((HI) (UINT) (((((FLD (
f_imm16_25_5
)) << (11))) | (FLD (f_imm16_10_11)))));
737
length = extract_normal (cd, ex_info, insn_value, 0, 0, 25, 5, 32, total_length, pc, & fields->
f_imm16_25_5
);
741
FLD (f_uimm16_split) = ((UHI) (UINT) (((((FLD (
f_imm16_25_5
)) << (11))) | (FLD (f_imm16_10_11)))));
Completed in 335 milliseconds