Home
last modified time | relevance | path

Searched refs:shiftcount (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/IR/
DAsmWriter.cpp1104 int shiftcount; in WriteConstantInternal() local
1112 shiftcount = 12; in WriteConstantInternal()
1114 for (int j=0; j<width; j+=4, shiftcount-=4) { in WriteConstantInternal()
1115 unsigned int nibble = (word>>shiftcount) & 15; in WriteConstantInternal()
1120 if (shiftcount == 0 && j+4 < width) { in WriteConstantInternal()
1122 shiftcount = 64; in WriteConstantInternal()
1124 shiftcount = width-j-4; in WriteConstantInternal()
1129 shiftcount = 60; in WriteConstantInternal()
1132 shiftcount = 60; in WriteConstantInternal()
1135 shiftcount = 12; in WriteConstantInternal()
[all …]
/external/bison/
DChangeLog-201220122 * src/LR0.c (new_itemsets): Use nshifts only, not shiftcount.