Home
last modified time | relevance | path

Searched defs:shiftAmount (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/compiler/s390/
Dcode-generator-s390.cc1228 int shiftAmount = i.InputInt32(1); in AssembleArchInstruction() local
1235 int shiftAmount = i.InputInt32(1); in AssembleArchInstruction() local
1248 int shiftAmount = i.InputInt32(1); in AssembleArchInstruction() local
1254 int shiftAmount = i.InputInt32(1); in AssembleArchInstruction() local
1265 int shiftAmount = i.InputInt32(1); in AssembleArchInstruction() local
1271 int shiftAmount = i.InputInt32(1); in AssembleArchInstruction() local
1280 int shiftAmount = i.InputInt32(1); in AssembleArchInstruction() local
1286 int shiftAmount = i.InputInt32(1); in AssembleArchInstruction() local
/external/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp1149 uint64_t shiftAmount = Src2.AggregateVal[i].IntVal.getZExtValue(); in visitShl() local
1156 uint64_t shiftAmount = Src2.IntVal.getZExtValue(); in visitShl() local
1176 uint64_t shiftAmount = Src2.AggregateVal[i].IntVal.getZExtValue(); in visitLShr() local
1183 uint64_t shiftAmount = Src2.IntVal.getZExtValue(); in visitLShr() local
1203 uint64_t shiftAmount = Src2.AggregateVal[i].IntVal.getZExtValue(); in visitAShr() local
1210 uint64_t shiftAmount = Src2.IntVal.getZExtValue(); in visitAShr() local
/external/v8/src/s390/
Dmacro-assembler-s390.h1379 int shiftAmount = (64 - rangeEnd) % 64; // Convert to shift left. in ExtractBitRange() local
/external/deqp/framework/common/
DtcuAstcUtil.cpp933 const int shiftAmount = (mode >> 1) ^ 3; in decodeHDREndpointMode11() local