Searched refs:OpMapShift (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86BaseInfo.h | 417 OpMapShift = OpPrefixShift + 2, enumerator 418 OpMapMask = 0x7 << OpMapShift, 421 OB = 0 << OpMapShift, 425 TB = 1 << OpMapShift, 428 T8 = 2 << OpMapShift, TA = 3 << OpMapShift, 431 XOP8 = 4 << OpMapShift, 434 XOP9 = 5 << OpMapShift, 437 XOPA = 6 << OpMapShift, 445 ThreeDNow = 7 << OpMapShift, 453 REXShift = OpMapShift + 3,
|