Searched defs:shiftAmount (Results 1 – 4 of 4) sorted by relevance
1228 int shiftAmount = i.InputInt32(1); in AssembleArchInstruction() local1235 int shiftAmount = i.InputInt32(1); in AssembleArchInstruction() local1248 int shiftAmount = i.InputInt32(1); in AssembleArchInstruction() local1254 int shiftAmount = i.InputInt32(1); in AssembleArchInstruction() local1265 int shiftAmount = i.InputInt32(1); in AssembleArchInstruction() local1271 int shiftAmount = i.InputInt32(1); in AssembleArchInstruction() local1280 int shiftAmount = i.InputInt32(1); in AssembleArchInstruction() local1286 int shiftAmount = i.InputInt32(1); in AssembleArchInstruction() 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
1379 int shiftAmount = (64 - rangeEnd) % 64; // Convert to shift left. in ExtractBitRange() local
933 const int shiftAmount = (mode >> 1) ^ 3; in decodeHDREndpointMode11() local