HomeSort by relevance Sort by last modified time
    Searched refs:Op0Shift (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
X86BaseInfo.h 272 Op0Shift = 8,
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...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86CodeEmitter.cpp 684 >> X86II::Op0Shift));
    [all...]

Completed in 264 milliseconds