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

  /external/llvm/lib/Target/X86/MCTargetDesc/
X86BaseInfo.h 327 // 32-bit mode. OpSize32 means this is a 32-bit instruction needs a 0x66
334 OpSize32 = 2 << OpSizeShift,
X86MCCodeEmitter.cpp     [all...]
  /external/llvm/utils/TableGen/
X86RecognizableInstr.cpp 131 OpSize16 = 1, OpSize32 = 2
925 } else if(OpSize == X86Local::OpSize32) {
926 // For OpSize32 instructions, a declared 32-bit register or
    [all...]

Completed in 493 milliseconds