Searched refs:RawFrmDst (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 268 RawFrmDst = 9, enumerator 676 case X86II::RawFrmDst: in getMemoryOperandNo()
|
D | X86MCCodeEmitter.cpp | 1268 case X86II::RawFrmDst: { in EncodeInstruction()
|
/external/llvm/utils/TableGen/ |
D | X86RecognizableInstr.cpp | 103 RawFrmDst = 9, enumerator 578 case X86Local::RawFrmDst: in emitInstructionSpecifier()
|
/external/llvm/lib/Target/X86/ |
D | X86InstrInfo.td | 1183 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 …]
|
D | X86InstrFormats.td | 25 def RawFrmSrc : Format<8>; def RawFrmDst : Format<9>;
|