Searched defs:shiftAmount (Results 1 – 7 of 7) sorted by relevance
37 uint32_t shiftAmount = 0; in CountTrailingZeros() local93 uint32_t shiftAmount = CountTrailingZeros(constVal); in ReplaceMultiplyByPowerOf2() local
1148 uint64_t shiftAmount = Src2.AggregateVal[i].IntVal.getZExtValue(); in visitShl() local1155 uint64_t shiftAmount = Src2.IntVal.getZExtValue(); in visitShl() local1175 uint64_t shiftAmount = Src2.AggregateVal[i].IntVal.getZExtValue(); in visitLShr() local1182 uint64_t shiftAmount = Src2.IntVal.getZExtValue(); in visitLShr() local1202 uint64_t shiftAmount = Src2.AggregateVal[i].IntVal.getZExtValue(); in visitAShr() local1209 uint64_t shiftAmount = Src2.IntVal.getZExtValue(); in visitAShr() local
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
1810 int shiftAmount = i.InputInt32(1); in AssembleArchInstruction() local1816 int shiftAmount = i.InputInt32(1); in AssembleArchInstruction() local1827 int shiftAmount = i.InputInt32(1); in AssembleArchInstruction() local1833 int shiftAmount = i.InputInt32(1); in AssembleArchInstruction() local1842 int shiftAmount = i.InputInt32(1); in AssembleArchInstruction() local1848 int shiftAmount = i.InputInt32(1); in AssembleArchInstruction() local
905 int shiftAmount = (64 - rangeEnd) % 64; // Convert to shift left. in ExtractBitRange() local
945 const int shiftAmount = (mode >> 1) ^ 3; in decodeHDREndpointMode11() local