Searched refs:OpMapShift (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86BaseInfo.h | 729 OpMapShift = OpPrefixShift + 2, enumerator 730 OpMapMask = 0xF << OpMapShift, 732 OB = 0 << OpMapShift, 735 TB = 1 << OpMapShift, 737 T8 = 2 << OpMapShift, 738 TA = 3 << OpMapShift, 740 XOP8 = 4 << OpMapShift, 742 XOP9 = 5 << OpMapShift, 744 XOPA = 6 << OpMapShift, 751 ThreeDNow = 7 << OpMapShift, [all …]
|