HomeSort by relevance Sort by last modified time
    Searched refs:opShift (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/LLVM/utils/TableGen/
CodeEmitterGen.cpp 167 int opShift = beginVarBit - N + 1;
168 opMask <<= opShift;
169 opShift = beginInstBit - beginVarBit;
171 if (opShift > 0) {
173 itostr(opShift) + ";\n";
174 } else if (opShift < 0) {
176 itostr(-opShift) + ";\n";
  /external/llvm/utils/TableGen/
CodeEmitterGen.cpp 160 int opShift = beginVarBit - N + 1;
161 opMask <<= opShift;
162 opShift = beginInstBit - beginVarBit;
164 if (opShift > 0) {
166 itostr(opShift) + ";\n";
167 } else if (opShift < 0) {
169 itostr(-opShift) + ";\n";

Completed in 182 milliseconds