Searched refs:OpSize32 (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DX86RecognizableInstr.h145 OpSize16 = 1, OpSize32 = 2 enumerator in enum:llvm::X86Local::__anon4959
H A DX86RecognizableInstr.cpp868 } else if(OpSize == X86Local::OpSize32) {
869 // For OpSize32 instructions, a declared 32-bit register or
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h744 // 32-bit mode. OpSize32 means this is a 32-bit instruction needs a 0x66
751 OpSize32 = 2 << OpSizeShift,
H A DX86MCCodeEmitter.cpp1327 (STI.hasFeature(X86::Mode16Bit) ? X86II::OpSize32 : X86II::OpSize16))

Completed in 113 milliseconds