Searched refs:RawFrmDst (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | X86RecognizableInstr.h | 103 RawFrmDst = 5, enumerator
|
H A D | X86RecognizableInstr.cpp | 511 case X86Local::RawFrmDst: in emitInstructionSpecifier() 883 case X86Local::RawFrmDst: in emitDecodePath()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86BaseInfo.h | 514 RawFrmDst = 5, enumerator 1022 case X86II::RawFrmDst: in getMemoryOperandNo()
|
H A D | X86MCCodeEmitter.cpp | 923 case X86II::RawFrmDst: { in emitPrefixImpl() 1383 case X86II::RawFrmDst: in emitREXPrefix() 1591 case X86II::RawFrmDst: in encodeInstruction()
|
H A D | X86MCTargetDesc.cpp | 144 case X86II::RawFrmDst: { in needsAddressSizeOverride()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrMisc.td | 316 def STOSB : I<0xAA, RawFrmDst, (outs), (ins dstidx8:$dst), 319 def STOSW : I<0xAB, RawFrmDst, (outs), (ins dstidx16:$dst), 322 def STOSL : I<0xAB, RawFrmDst, (outs), (ins dstidx32:$dst), 325 def STOSQ : RI<0xAB, RawFrmDst, (outs), (ins dstidx64:$dst), 330 def SCASB : I<0xAE, RawFrmDst, (outs), (ins dstidx8:$dst), 333 def SCASW : I<0xAF, RawFrmDst, (outs), (ins dstidx16:$dst), 336 def SCASL : I<0xAF, RawFrmDst, (outs), (ins dstidx32:$dst), 339 def SCASQ : RI<0xAF, RawFrmDst, (outs), (ins dstidx64:$dst), 1012 def INSB : I<0x6C, RawFrmDst, (outs), (ins dstidx8:$dst), 1014 def INSW : I<0x6D, RawFrmDst, (outs), (ins dstidx16:$dst), [all …]
|
H A D | X86InstrFormats.td | 25 def RawFrmDst : Format<5>;
|