Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DDecoderEmitter.cpp1358 APInt NegativeMask(BitWidth, 0ULL); in emitSoftFailTableEntry() local
1372 NegativeMask.setBit(i); in emitSoftFailTableEntry()
1386 bool NeedNegativeMask = NegativeMask.getBoolValue(); in emitSoftFailTableEntry()
1403 encodeULEB128(NegativeMask.getZExtValue(), S); in emitSoftFailTableEntry()