Searched defs:shiftAmount (Results 1 – 2 of 2) sorted by relevance
1149 uint64_t shiftAmount = Src2.AggregateVal[i].IntVal.getZExtValue(); in visitShl() local1156 uint64_t shiftAmount = Src2.IntVal.getZExtValue(); in visitShl() local1176 uint64_t shiftAmount = Src2.AggregateVal[i].IntVal.getZExtValue(); in visitLShr() local1183 uint64_t shiftAmount = Src2.IntVal.getZExtValue(); in visitLShr() local1203 uint64_t shiftAmount = Src2.AggregateVal[i].IntVal.getZExtValue(); in visitAShr() local1210 uint64_t shiftAmount = Src2.IntVal.getZExtValue(); in visitAShr() local
1879 const int shiftAmount = (mode >> 1) ^ 3; in decodeHDREndpointMode11() local