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 325 // 32-bit mode. OpSize32 means this is a 32-bit instruction needs a 0x66
331 OpSize32 = 2,
X86MCCodeEmitter.cpp     [all...]
  /external/llvm/utils/TableGen/
X86RecognizableInstr.cpp 118 OpSize16 = 1, OpSize32 = 2
887 } else if(OpSize == X86Local::OpSize32) {
888 // For OpSize32 instructions, a declared 32-bit register or
    [all...]

Completed in 166 milliseconds