Home
last modified time | relevance | path

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

/external/skia/src/sfnt/
DSkOTTable_OS_2_V0.h123 static const SK_OT_USHORT NegativeMask = SkOTSetUSHORTBit<2>::value; member
DSkOTTable_OS_2_VA.h125 static const SK_OT_USHORT NegativeMask = SkOTSetUSHORTBit<2>::value; member
DSkOTTable_OS_2_V1.h366 static const SK_OT_USHORT NegativeMask = SkOTSetUSHORTBit<2>::value; member
DSkOTTable_OS_2_V2.h382 static const SK_OT_USHORT NegativeMask = SkOTSetUSHORTBit<2>::value; member
DSkOTTable_OS_2_V3.h391 static const SK_OT_USHORT NegativeMask = SkOTSetUSHORTBit<2>::value; member
DSkOTTable_OS_2_V4.h423 static const SK_OT_USHORT NegativeMask = SkOTSetUSHORTBit<2>::value; member
/external/skqp/src/sfnt/
DSkOTTable_OS_2_VA.h125 static const SK_OT_USHORT NegativeMask = SkOTSetUSHORTBit<2>::value; member
DSkOTTable_OS_2_V0.h123 static const SK_OT_USHORT NegativeMask = SkOTSetUSHORTBit<2>::value; member
DSkOTTable_OS_2_V1.h366 static const SK_OT_USHORT NegativeMask = SkOTSetUSHORTBit<2>::value; member
DSkOTTable_OS_2_V2.h382 static const SK_OT_USHORT NegativeMask = SkOTSetUSHORTBit<2>::value; member
DSkOTTable_OS_2_V3.h391 static const SK_OT_USHORT NegativeMask = SkOTSetUSHORTBit<2>::value; member
DSkOTTable_OS_2_V4.h423 static const SK_OT_USHORT NegativeMask = SkOTSetUSHORTBit<2>::value; member
/external/llvm/utils/TableGen/
DFixedLenDecoderEmitter.cpp1230 APInt NegativeMask(BitWidth, 0ULL); in emitSoftFailTableEntry() local
1244 NegativeMask.setBit(i); in emitSoftFailTableEntry()
1258 bool NeedNegativeMask = NegativeMask.getBoolValue(); in emitSoftFailTableEntry()
1275 encodeULEB128(NegativeMask.getZExtValue(), S); in emitSoftFailTableEntry()
/external/capstone/arch/XCore/
DXCoreGenDisassemblerTables.inc777 InsnType Val, FieldValue, PositiveMask, NegativeMask; \
833 NegativeMask = (InsnType)decodeULEB128(Ptr, &Len); \
835 Fail = (insn & PositiveMask) || (~insn & NegativeMask); \
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DFixedLenDecoderEmitter.cpp1255 APInt NegativeMask(BitWidth, 0ULL); in emitSoftFailTableEntry() local
1269 NegativeMask.setBit(i); in emitSoftFailTableEntry()
1283 bool NeedNegativeMask = NegativeMask.getBoolValue(); in emitSoftFailTableEntry()
1300 encodeULEB128(NegativeMask.getZExtValue(), S); in emitSoftFailTableEntry()
/external/capstone/arch/Sparc/
DSparcGenDisassemblerTables.inc1956 InsnType Val, FieldValue, PositiveMask, NegativeMask; \
2012 NegativeMask = (InsnType)decodeULEB128(Ptr, &Len); \
2014 Fail = (insn & PositiveMask) || (~insn & NegativeMask); \
/external/capstone/arch/SystemZ/
DSystemZGenDisassemblerTables.inc2947 InsnType Val, FieldValue, PositiveMask, NegativeMask; \
3003 NegativeMask = (InsnType)decodeULEB128(Ptr, &Len); \
3005 Fail = (insn & PositiveMask) || (~insn & NegativeMask); \
/external/capstone/arch/PowerPC/
DPPCGenDisassemblerTables.inc3205 InsnType Val, FieldValue, PositiveMask, NegativeMask; \
3261 NegativeMask = (InsnType)decodeULEB128(Ptr, &Len); \
3263 Fail = (insn & PositiveMask) || (~insn & NegativeMask); \
/external/capstone/arch/Mips/
DMipsGenDisassemblerTables.inc6517 InsnType Val, FieldValue, PositiveMask, NegativeMask; \
6573 NegativeMask = (InsnType)decodeULEB128(Ptr, &Len); \
6575 Fail = (insn & PositiveMask) || (~insn & NegativeMask); \
/external/capstone/arch/AArch64/
DAArch64GenDisassemblerTables.inc12678 InsnType Val, FieldValue, PositiveMask, NegativeMask; \
12734 NegativeMask = (InsnType)decodeULEB128(Ptr, &Len); \
12736 Fail = (insn & PositiveMask) || (~insn & NegativeMask); \
/external/capstone/arch/ARM/
DARMGenDisassemblerTables.inc13463 InsnType Val, FieldValue, PositiveMask, NegativeMask; \
13519 NegativeMask = (InsnType)decodeULEB128(Ptr, &Len); \
13521 Fail = (insn & PositiveMask) || (~insn & NegativeMask); \
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/Mips/
DMipsGenDisassemblerTables.inc10380 InsnType NegativeMask = decodeULEB128(Ptr, &Len);
10382 bool Fail = (insn & PositiveMask) || (~insn & NegativeMask);
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/ARM/
DARMGenDisassemblerTables.inc15205 InsnType NegativeMask = decodeULEB128(Ptr, &Len);
15207 bool Fail = (insn & PositiveMask) || (~insn & NegativeMask);
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/AArch64/
DAArch64GenDisassemblerTables.inc22587 InsnType NegativeMask = decodeULEB128(Ptr, &Len);
22589 bool Fail = (insn & PositiveMask) || (~insn & NegativeMask);