Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DFixedLenDecoderEmitter.cpp128 BIT_TRUE, // '1' enumerator
135 return (V == BIT_TRUE || V == BIT_FALSE); in ValueSet()
145 return bit->getValue() ? BIT_TRUE : BIT_FALSE; in bitFromBits()
154 case BIT_TRUE: in dumpBits()
379 if (SFBits && bitFromBits(*SFBits, i) == BIT_TRUE) in insnWithID()
573 BitValueArray[StartBit + bitIndex] = BIT_TRUE; in recurse()
932 if (Insn[StartBit + i] == BIT_TRUE) in fieldFromInsn()
951 case BIT_TRUE: in dumpFilterArray()
1257 if (B != BIT_TRUE) continue; in emitSoftFailTableEntry()
1264 case BIT_TRUE: in emitSoftFailTableEntry()
[all …]