Searched refs:Op0Shift (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 272 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/ |
D | X86CodeEmitter.cpp | 684 >> X86II::Op0Shift)); in emitInstruction()
|