Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/MCTargetDesc/
DX86BaseInfo.h368 OpMapShift = OpPrefixShift + 3, enumerator
369 OpMapMask = 0x7 << OpMapShift,
372 OB = 0 << OpMapShift,
376 TB = 1 << OpMapShift,
379 T8 = 2 << OpMapShift, TA = 3 << OpMapShift,
382 XOP8 = 4 << OpMapShift,
385 XOP9 = 5 << OpMapShift,
388 XOPA = 6 << OpMapShift,
396 REXShift = OpMapShift + 3,