Searched defs:float2_fmt (Results 1 – 1 of 1) sorted by relevance
158 struct float2_fmt { struct159 unsigned operand2 :3; /* second operand */160 unsigned immed :1; /* == 1 if second operand is a constant */161 unsigned pad1 :1; /* == 0 */162 unsigned rounding :2; /* ROUND_* */163 unsigned is_double :1; /* == 1 if precision is double (only if not extended) */164 unsigned pad2 :4; /* == 1 */165 unsigned dest :3; /* destination */166 unsigned is_2_op :1; /* == 1 if 2 operand ins */167 unsigned operand1 :3; /* first operand (only of is_2_op == 0) */[all …]