HomeSort by: relevance | last modified time | path
    Searched refs:OpSize32 (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
X86RecognizableInstr.h 145 OpSize16 = 1, OpSize32 = 2
X86RecognizableInstr.cpp 868 } else if(OpSize == X86Local::OpSize32) {
869 // For OpSize32 instructions, a declared 32-bit register or
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
X86BaseInfo.h 751 // 32-bit mode. OpSize32 means this is a 32-bit instruction needs a 0x66
758 OpSize32 = 2 << OpSizeShift,
X86MCCodeEmitter.cpp 1342 (STI.hasFeature(X86::Mode16Bit) ? X86II::OpSize32 : X86II::OpSize16))

Completed in 120 milliseconds