Searched refs:BIT_UNSET (Results 1 - 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/utils/TableGen/
H A DARMDecoderEmitter.cpp166 // The set (BIT_TRUE, BIT_FALSE, BIT_UNSET) represents a ternary logic system
174 BIT_UNSET, // '?' enumerator in enum:__anon20404
182 return (V == BIT_UNSET);
192 return BIT_UNSET;
206 case BIT_UNSET:
610 // Conservatively marks each segment position as BIT_UNSET.
612 BitValueArray[StartBit + bitIndex] = BIT_UNSET;
858 if (Insn[StartBit + i] == BIT_UNSET)
879 case BIT_UNSET:
1169 if (insn[BitIndex] == BIT_UNSET)
[all...]
H A DFixedLenDecoderEmitter.cpp30 // The set (BIT_TRUE, BIT_FALSE, BIT_UNSET) represents a ternary logic system
38 BIT_UNSET, // '?' enumerator in enum:__anon20425
46 return (V == BIT_UNSET);
56 return BIT_UNSET;
70 case BIT_UNSET:
447 // Conservatively marks each segment position as BIT_UNSET.
449 BitValueArray[StartBit + bitIndex] = BIT_UNSET;
605 if (Insn[StartBit + i] == BIT_UNSET)
626 case BIT_UNSET:
1005 if (insn[BitIndex] == BIT_UNSET)
[all...]
/external/llvm/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp122 // The set (BIT_TRUE, BIT_FALSE, BIT_UNSET) represents a ternary logic system
130 BIT_UNSET, // '?' enumerator in enum:__anon13892
138 return (V == BIT_UNSET);
148 return BIT_UNSET;
160 case BIT_UNSET:
380 Insn.push_back(BIT_UNSET);
544 // Conservatively marks each segment position as BIT_UNSET.
546 BitValueArray[StartBit + bitIndex] = BIT_UNSET;
931 if (Insn[StartBit + i] == BIT_UNSET)
950 case BIT_UNSET
[all...]

Completed in 125 milliseconds