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
1201 uint64_t shiftAmount = Src2.AggregateVal[i].IntVal.getZExtValue(); in visitShl() local1208 uint64_t shiftAmount = Src2.IntVal.getZExtValue(); in visitShl() local1228 uint64_t shiftAmount = Src2.AggregateVal[i].IntVal.getZExtValue(); in visitLShr() local1235 uint64_t shiftAmount = Src2.IntVal.getZExtValue(); in visitLShr() local1255 uint64_t shiftAmount = Src2.AggregateVal[i].IntVal.getZExtValue(); in visitAShr() local1262 uint64_t shiftAmount = Src2.IntVal.getZExtValue(); in visitAShr() local
1600 int shiftAmount = i.InputInt32(1); in AssembleArchInstruction() local1607 int shiftAmount = i.InputInt32(1); in AssembleArchInstruction() local1618 int shiftAmount = i.InputInt32(1); in AssembleArchInstruction() local1625 int shiftAmount = i.InputInt32(1); in AssembleArchInstruction() local1634 int shiftAmount = i.InputInt32(1); in AssembleArchInstruction() local1641 int shiftAmount = i.InputInt32(1); in AssembleArchInstruction() local
956 int shiftAmount = (64 - rangeEnd) % 64; // Convert to shift left. in ExtractBitRange() local
945 const int shiftAmount = (mode >> 1) ^ 3; in decodeHDREndpointMode11() local