Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
DX86BaseInfo.h272 Op0Shift = 8, enumerator
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,
288 DE = 9 << Op0Shift, DF = 10 << Op0Shift,
292 XD = 11 << Op0Shift, XS = 12 << Op0Shift,
295 T8 = 13 << Op0Shift, TA = 14 << Op0Shift,
[all …]
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86CodeEmitter.cpp684 >> X86II::Op0Shift)); in emitInstruction()