Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DDecoderEmitter.cpp1348 APInt NegativeMask(BitWidth, 0ULL); in emitSoftFailTableEntry() local
1362 NegativeMask.setBit(i); in emitSoftFailTableEntry()
1376 bool NeedNegativeMask = NegativeMask.getBoolValue(); in emitSoftFailTableEntry()
1393 encodeULEB128(NegativeMask.getZExtValue(), S); in emitSoftFailTableEntry()