Lines Matching defs:shift
1054 if (vertex_stream->shift) {
1057 if ((int32_t)vertex_stream->shift > 0)
1060 } else if (vertex_stream->shift) {
1088 * new: Iout = (Iin * Multiplier) >> (shift+31)
1112 if (vertex_stream->shift) {
1113 int32_t shift = (int32_t)vertex_stream->shift;
1115 /* new: >> (shift + 31) */
1116 shift += 31;
1117 shift *= -1;
1119 if (shift < -31) {
1128 * a shift operation.
1132 shift += 31;
1136 * new: >> (shift + 31)
1138 shift_2s_comp = *((uint32_t *)&shift);
1145 * a shift operation.
1163 if (vertex_stream->shift) {
1164 /* Shift Index/InstanceNum Right by shift bits. Put result
1168 /* 2's complement of shift as this will be a right shift. */
1169 shift_2s_comp = ~(vertex_stream->shift) + 1;
1178 * a shift operation.
1206 /* If the shift instruction doesn't happen, use the IR