Searched refs:OpMapShift (Results 1 – 1 of 1) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 735 OpMapShift = OpPrefixShift + 2, enumerator 736 OpMapMask = 0x7 << OpMapShift, 739 OB = 0 << OpMapShift, 743 TB = 1 << OpMapShift, 746 T8 = 2 << OpMapShift, TA = 3 << OpMapShift, 749 XOP8 = 4 << OpMapShift, 752 XOP9 = 5 << OpMapShift, 755 XOPA = 6 << OpMapShift, 763 ThreeDNow = 7 << OpMapShift, 771 REXShift = OpMapShift + 3,
|