Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/MCTargetDesc/
DX86BaseInfo.h359 OpMapShift = OpPrefixShift + 3, enumerator
360 OpMapMask = 0x7 << OpMapShift,
363 OB = 0 << OpMapShift,
367 TB = 1 << OpMapShift,
370 T8 = 2 << OpMapShift, TA = 3 << OpMapShift,
373 XOP8 = 4 << OpMapShift,
376 XOP9 = 5 << OpMapShift,
379 XOPA = 6 << OpMapShift,
387 REXShift = OpMapShift + 3,