Searched refs:shift1 (Results 1 – 3 of 3) sorted by relevance
78 #define EXTRACT_HELPER_SPLIT(name, shift1, nb1, shift2, nb2) \ argument81 return extract32(opcode, shift1, nb1) << nb2 | \
1212 int shift1, shift; in HELPER() local1213 shift1 = i & 0xff; in HELPER()1214 shift = shift1 & 0x1f; in HELPER()1216 if (shift1 != 0) in HELPER()
555 /* Saturate/shift1 and round/pack */