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

  /external/llvm/lib/Target/X86/
X86InstrInfo.h 352 Op0Shift = 8,
353 Op0Mask = 0x1F << Op0Shift,
357 TB = 1 << Op0Shift,
361 REP = 2 << Op0Shift,
365 D8 = 3 << Op0Shift, D9 = 4 << Op0Shift,
366 DA = 5 << Op0Shift, DB = 6 << Op0Shift,
367 DC = 7 << Op0Shift, DD = 8 << Op0Shift,
    [all...]
X86CodeEmitter.cpp 669 >> X86II::Op0Shift));
    [all...]

Completed in 1168 milliseconds