Searched defs:Op0Shift (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h272 Op0Shift = 8, enumerator in enum:llvm::X86II::__anon6954
273 Op0Mask = 0x1F << Op0Shift,
277 TB = 1 << Op0Shift,
281 REP = 2 << Op0Shift,
285 D8 = 3 << Op0Shift, D9 = 4 << Op0Shift,
286 DA = 5 << Op0Shift, DB = 6 << Op0Shift,
287 DC = 7 << Op0Shift, DD = 8 << Op0Shift,
[all...]

Completed in 35 milliseconds