Searched refs:RawFrmSrc (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 558 RawFrmSrc = 4, enumerator 1027 case X86II::RawFrmSrc: in getMemoryOperandNo()
|
D | X86MCCodeEmitter.cpp | 708 case X86II::RawFrmSrc: { in emitPrefixImpl() 1423 case X86II::RawFrmSrc: in encodeInstruction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86InstrInfo.td | 2189 def LODSB : I<0xAC, RawFrmSrc, (outs), (ins srcidx8:$src), 2192 def LODSW : I<0xAD, RawFrmSrc, (outs), (ins srcidx16:$src), 2195 def LODSL : I<0xAD, RawFrmSrc, (outs), (ins srcidx32:$src), 2198 def LODSQ : RI<0xAD, RawFrmSrc, (outs), (ins srcidx64:$src), 2205 def OUTSB : I<0x6E, RawFrmSrc, (outs), (ins srcidx8:$src), 2207 def OUTSW : I<0x6F, RawFrmSrc, (outs), (ins srcidx16:$src), 2209 def OUTSL : I<0x6F, RawFrmSrc, (outs), (ins srcidx32:$src),
|
D | X86InstrFormats.td | 24 def RawFrmSrc : Format<4>;
|