Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/MCTargetDesc/
DX86BaseInfo.h369 OpMapShift = OpPrefixShift + 3, enumerator
370 OpMapMask = 0x7 << OpMapShift,
373 OB = 0 << OpMapShift,
377 TB = 1 << OpMapShift,
380 T8 = 2 << OpMapShift, TA = 3 << OpMapShift,
383 XOP8 = 4 << OpMapShift,
386 XOP9 = 5 << OpMapShift,
389 XOPA = 6 << OpMapShift,
397 REXShift = OpMapShift + 3,