Home
last modified time | relevance | path

Searched refs:BIT_FALSE (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/utils/TableGen/
DARMDecoderEmitter.cpp173 BIT_FALSE, // '0' enumerator
179 return (V == BIT_TRUE || V == BIT_FALSE); in ValueSet()
185 return ValueNotSet(V) ? -1 : (V == BIT_FALSE ? 0 : 1); in Value()
189 return bit->getValue() ? BIT_TRUE : BIT_FALSE; in bitFromBits()
203 case BIT_FALSE: in dumpBits()
643 BitValueArray[StartBit + bitIndex] = BIT_FALSE; in recurse()
885 case BIT_FALSE: in dumpFilterArray()
1156 FilterBitValues[BitIndex] == BIT_FALSE) in filterProcessor()
DFixedLenDecoderEmitter.cpp37 BIT_FALSE, // '0' enumerator
43 return (V == BIT_TRUE || V == BIT_FALSE); in ValueSet()
49 return ValueNotSet(V) ? -1 : (V == BIT_FALSE ? 0 : 1); in Value()
53 return bit->getValue() ? BIT_TRUE : BIT_FALSE; in bitFromBits()
67 case BIT_FALSE: in dumpBits()
481 BitValueArray[StartBit + bitIndex] = BIT_FALSE; in recurse()
632 case BIT_FALSE: in dumpFilterArray()
992 FilterBitValues[BitIndex] == BIT_FALSE) in filterProcessor()
/external/llvm/utils/TableGen/
DFixedLenDecoderEmitter.cpp129 BIT_FALSE, // '0' enumerator
135 return (V == BIT_TRUE || V == BIT_FALSE); in ValueSet()
141 return ValueNotSet(V) ? -1 : (V == BIT_FALSE ? 0 : 1); in Value()
145 return bit->getValue() ? BIT_TRUE : BIT_FALSE; in bitFromBits()
157 case BIT_FALSE: in dumpBits()
571 BitValueArray[StartBit + bitIndex] = BIT_FALSE; in recurse()
956 case BIT_FALSE: in dumpFilterArray()
1238 case BIT_FALSE: in emitSoftFailTableEntry()
1459 FilterBitValues[BitIndex] == BIT_FALSE) in filterProcessor()