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 | 1262 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 | 1904 def LODSB : I<0xAC, RawFrmSrc, (outs), (ins srcidx8:$src), 1907 def LODSW : I<0xAD, RawFrmSrc, (outs), (ins srcidx16:$src), 1910 def LODSL : I<0xAD, RawFrmSrc, (outs), (ins srcidx32:$src), 1913 def LODSQ : RI<0xAD, RawFrmSrc, (outs), (ins srcidx64:$src), 1920 def OUTSB : I<0x6E, RawFrmSrc, (outs), (ins srcidx8:$src), 1922 def OUTSW : I<0x6F, RawFrmSrc, (outs), (ins srcidx16:$src), 1924 def OUTSL : I<0x6F, RawFrmSrc, (outs), (ins srcidx32:$src),
|
D | X86InstrFormats.td | 25 def RawFrmSrc : Format<8>; def RawFrmDst : Format<9>;
|