/external/skia/src/sfnt/ |
D | SkOTTable_OS_2_V0.h | 123 static const SK_OT_USHORT NegativeMask = SkOTSetUSHORTBit<2>::value; member
|
D | SkOTTable_OS_2_VA.h | 125 static const SK_OT_USHORT NegativeMask = SkOTSetUSHORTBit<2>::value; member
|
D | SkOTTable_OS_2_V1.h | 366 static const SK_OT_USHORT NegativeMask = SkOTSetUSHORTBit<2>::value; member
|
D | SkOTTable_OS_2_V2.h | 382 static const SK_OT_USHORT NegativeMask = SkOTSetUSHORTBit<2>::value; member
|
D | SkOTTable_OS_2_V3.h | 391 static const SK_OT_USHORT NegativeMask = SkOTSetUSHORTBit<2>::value; member
|
D | SkOTTable_OS_2_V4.h | 423 static const SK_OT_USHORT NegativeMask = SkOTSetUSHORTBit<2>::value; member
|
/external/skqp/src/sfnt/ |
D | SkOTTable_OS_2_VA.h | 125 static const SK_OT_USHORT NegativeMask = SkOTSetUSHORTBit<2>::value; member
|
D | SkOTTable_OS_2_V0.h | 123 static const SK_OT_USHORT NegativeMask = SkOTSetUSHORTBit<2>::value; member
|
D | SkOTTable_OS_2_V1.h | 366 static const SK_OT_USHORT NegativeMask = SkOTSetUSHORTBit<2>::value; member
|
D | SkOTTable_OS_2_V2.h | 382 static const SK_OT_USHORT NegativeMask = SkOTSetUSHORTBit<2>::value; member
|
D | SkOTTable_OS_2_V3.h | 391 static const SK_OT_USHORT NegativeMask = SkOTSetUSHORTBit<2>::value; member
|
D | SkOTTable_OS_2_V4.h | 423 static const SK_OT_USHORT NegativeMask = SkOTSetUSHORTBit<2>::value; member
|
/external/llvm/utils/TableGen/ |
D | FixedLenDecoderEmitter.cpp | 1230 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/ |
D | XCoreGenDisassemblerTables.inc | 777 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/ |
D | FixedLenDecoderEmitter.cpp | 1255 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/ |
D | SparcGenDisassemblerTables.inc | 1956 InsnType Val, FieldValue, PositiveMask, NegativeMask; \ 2012 NegativeMask = (InsnType)decodeULEB128(Ptr, &Len); \ 2014 Fail = (insn & PositiveMask) || (~insn & NegativeMask); \
|
/external/capstone/arch/SystemZ/ |
D | SystemZGenDisassemblerTables.inc | 2947 InsnType Val, FieldValue, PositiveMask, NegativeMask; \ 3003 NegativeMask = (InsnType)decodeULEB128(Ptr, &Len); \ 3005 Fail = (insn & PositiveMask) || (~insn & NegativeMask); \
|
/external/capstone/arch/PowerPC/ |
D | PPCGenDisassemblerTables.inc | 3205 InsnType Val, FieldValue, PositiveMask, NegativeMask; \ 3261 NegativeMask = (InsnType)decodeULEB128(Ptr, &Len); \ 3263 Fail = (insn & PositiveMask) || (~insn & NegativeMask); \
|
/external/capstone/arch/Mips/ |
D | MipsGenDisassemblerTables.inc | 6517 InsnType Val, FieldValue, PositiveMask, NegativeMask; \ 6573 NegativeMask = (InsnType)decodeULEB128(Ptr, &Len); \ 6575 Fail = (insn & PositiveMask) || (~insn & NegativeMask); \
|
/external/capstone/arch/AArch64/ |
D | AArch64GenDisassemblerTables.inc | 12678 InsnType Val, FieldValue, PositiveMask, NegativeMask; \ 12734 NegativeMask = (InsnType)decodeULEB128(Ptr, &Len); \ 12736 Fail = (insn & PositiveMask) || (~insn & NegativeMask); \
|
/external/capstone/arch/ARM/ |
D | ARMGenDisassemblerTables.inc | 13463 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/ |
D | MipsGenDisassemblerTables.inc | 10380 InsnType NegativeMask = decodeULEB128(Ptr, &Len); 10382 bool Fail = (insn & PositiveMask) || (~insn & NegativeMask);
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/ARM/ |
D | ARMGenDisassemblerTables.inc | 15205 InsnType NegativeMask = decodeULEB128(Ptr, &Len); 15207 bool Fail = (insn & PositiveMask) || (~insn & NegativeMask);
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/AArch64/ |
D | AArch64GenDisassemblerTables.inc | 22587 InsnType NegativeMask = decodeULEB128(Ptr, &Len); 22589 bool Fail = (insn & PositiveMask) || (~insn & NegativeMask);
|