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

/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DX86RecognizableInstr.cpp295 if (HasREX_WPrefix && (OpSize == X86Local::OpSize16 || OpPrefix == X86Local::PD))
299 else if (OpSize == X86Local::OpSize16 && OpPrefix == X86Local::XD)
301 else if (OpSize == X86Local::OpSize16 && OpPrefix == X86Local::XS)
305 else if (OpSize == X86Local::OpSize16 && AdSize == X86Local::AdSize32)
307 else if (OpSize == X86Local::OpSize16 || OpPrefix == X86Local::PD)
324 if (OpSize == X86Local::OpSize16 && OpPrefix == X86Local::XD)
326 else if (OpSize == X86Local::OpSize16 && OpPrefix == X86Local::XS)
334 else if (OpSize == X86Local::OpSize16 && AdSize == X86Local::AdSize16)
336 else if (OpSize == X86Local::OpSize16 || OpPrefix == X86Local::PD)
833 if(OpSize == X86Local::OpSize16) {
[all...]
H A DX86RecognizableInstr.h139 OpSize16 = 1, OpSize32 = 2 enumerator in enum:llvm::X86Local::__anon3412
249 /// @param OpSize - Indicates whether this is an OpSize16 instruction.
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h693 // OpSize16 means this is a 16-bit instruction and needs 0x66 prefix in
700 OpSize16 = 1 << OpSizeShift,
H A DX86MCCodeEmitter.cpp1303 (STI.hasFeature(X86::Mode16Bit) ? X86II::OpSize32 : X86II::OpSize16))

Completed in 161 milliseconds