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

/freebsd-11.0-release/contrib/llvm/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h338 // 32-bit mode. OpSize32 means this is a 32-bit instruction needs a 0x66
345 OpSize32 = 2 << OpSizeShift,
H A DX86MCCodeEmitter.cpp1115 if ((TSFlags & X86II::OpSizeMask) == (is16BitMode(STI) ? X86II::OpSize32
/freebsd-11.0-release/contrib/llvm/utils/TableGen/
H A DX86RecognizableInstr.cpp131 OpSize16 = 1, OpSize32 = 2 enumerator in enum:X86Local::__anon4617
926 } else if(OpSize == X86Local::OpSize32) {
927 // For OpSize32 instructions, a declared 32-bit register or

Completed in 164 milliseconds