Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/MCTargetDesc/
DX86BaseInfo.h268 RawFrmDst = 9, enumerator
676 case X86II::RawFrmDst: in getMemoryOperandNo()
DX86MCCodeEmitter.cpp1268 case X86II::RawFrmDst: { in EncodeInstruction()
/external/llvm/utils/TableGen/
DX86RecognizableInstr.cpp103 RawFrmDst = 9, enumerator
578 case X86Local::RawFrmDst: in emitInstructionSpecifier()
/external/llvm/lib/Target/X86/
DX86InstrInfo.td1183 def STOSB : I<0xAA, RawFrmDst, (outs dstidx8:$dst), (ins),
1186 def STOSW : I<0xAB, RawFrmDst, (outs dstidx16:$dst), (ins),
1189 def STOSL : I<0xAB, RawFrmDst, (outs dstidx32:$dst), (ins),
1192 def STOSQ : RI<0xAB, RawFrmDst, (outs dstidx64:$dst), (ins),
1197 def SCASB : I<0xAE, RawFrmDst, (outs), (ins dstidx8:$dst),
1200 def SCASW : I<0xAF, RawFrmDst, (outs), (ins dstidx16:$dst),
1203 def SCASL : I<0xAF, RawFrmDst, (outs), (ins dstidx32:$dst),
1206 def SCASQ : RI<0xAF, RawFrmDst, (outs), (ins dstidx64:$dst),
1867 def INSB : I<0x6C, RawFrmDst, (outs dstidx8:$dst), (ins),
1869 def INSW : I<0x6D, RawFrmDst, (outs dstidx16:$dst), (ins),
[all …]
DX86InstrFormats.td25 def RawFrmSrc : Format<8>; def RawFrmDst : Format<9>;