Home
last modified time | relevance | path

Searched refs:AdSize (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/Target/X86/
DX86InstrControl.td83 "jcxz\t$dst", []>, AdSize, Requires<[In32BitMode]>;
93 "jecxz\t$dst", []>, AdSize, Requires<[In64BitMode]>;
DX86InstrInfo.h344 AdSize = 1 << 7, enumerator
DX86MCCodeEmitter.cpp731 if ((TSFlags & X86II::AdSize) || in EmitOpcodePrefix()
DX86CodeEmitter.cpp640 if (Desc->TSFlags & X86II::AdSize) in emitInstruction()
DX86InstrFormats.td89 class AdSize { bit hasAdSizePrefix = 1; }