Searched refs:RawFrmSrc (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 264 RawFrmSrc = 8, enumerator 660 case X86II::RawFrmSrc: in getMemoryOperandNo()
|
D | X86MCCodeEmitter.cpp | 1286 case X86II::RawFrmSrc: { in EncodeInstruction()
|
/external/llvm/utils/TableGen/ |
D | X86RecognizableInstr.cpp | 89 RawFrmSrc = 8, enumerator 531 case X86Local::RawFrmSrc: in emitInstructionSpecifier()
|
/external/llvm/lib/Target/X86/ |
D | X86InstrInfo.td | 1789 def LODSB : I<0xAC, RawFrmSrc, (outs), (ins srcidx8:$src), 1792 def LODSW : I<0xAD, RawFrmSrc, (outs), (ins srcidx16:$src), 1795 def LODSL : I<0xAD, RawFrmSrc, (outs), (ins srcidx32:$src), 1798 def LODSQ : RI<0xAD, RawFrmSrc, (outs), (ins srcidx64:$src), 1805 def OUTSB : I<0x6E, RawFrmSrc, (outs), (ins srcidx8:$src), 1807 def OUTSW : I<0x6F, RawFrmSrc, (outs), (ins srcidx16:$src), 1809 def OUTSL : I<0x6F, RawFrmSrc, (outs), (ins srcidx32:$src),
|
D | X86InstrFormats.td | 25 def RawFrmSrc : Format<8>; def RawFrmDst : Format<9>;
|