Searched refs:RawFrmSrc (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 264 RawFrmSrc = 8, enumerator 675 case X86II::RawFrmSrc: in getMemoryOperandNo()
|
D | X86MCCodeEmitter.cpp | 1255 case X86II::RawFrmSrc: { in EncodeInstruction()
|
/external/llvm/utils/TableGen/ |
D | X86RecognizableInstr.cpp | 102 RawFrmSrc = 8, enumerator 575 case X86Local::RawFrmSrc: in emitInstructionSpecifier()
|
/external/llvm/lib/Target/X86/ |
D | X86InstrInfo.td | 1841 def LODSB : I<0xAC, RawFrmSrc, (outs), (ins srcidx8:$src), 1844 def LODSW : I<0xAD, RawFrmSrc, (outs), (ins srcidx16:$src), 1847 def LODSL : I<0xAD, RawFrmSrc, (outs), (ins srcidx32:$src), 1850 def LODSQ : RI<0xAD, RawFrmSrc, (outs), (ins srcidx64:$src), 1857 def OUTSB : I<0x6E, RawFrmSrc, (outs), (ins srcidx8:$src), 1859 def OUTSW : I<0x6F, RawFrmSrc, (outs), (ins srcidx16:$src), 1861 def OUTSL : I<0x6F, RawFrmSrc, (outs), (ins srcidx32:$src),
|
D | X86InstrFormats.td | 25 def RawFrmSrc : Format<8>; def RawFrmDst : Format<9>;
|