Searched refs:RawFrmSrc (Results 1 – 11 of 11) sorted by relevance
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 263 RawFrmSrc = 8, enumerator 674 case X86II::RawFrmSrc: in getMemoryOperandNo()
|
D | X86MCCodeEmitter.cpp | 1219 case X86II::RawFrmSrc: { in encodeInstruction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 261 RawFrmSrc = 4, enumerator 706 case X86II::RawFrmSrc: in getMemoryOperandNo()
|
D | X86MCCodeEmitter.cpp | 1298 case X86II::RawFrmSrc: { in encodeInstruction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | X86RecognizableInstr.h | 100 RawFrmSrc = 4, enumerator
|
D | X86RecognizableInstr.cpp | 471 case X86Local::RawFrmSrc: in emitInstructionSpecifier() 722 case X86Local::RawFrmSrc: in emitDecodePath()
|
/external/llvm/utils/TableGen/ |
D | X86RecognizableInstr.cpp | 102 RawFrmSrc = 8, enumerator 576 case X86Local::RawFrmSrc: in emitInstructionSpecifier()
|
/external/llvm/lib/Target/X86/ |
D | X86InstrInfo.td | 1975 def LODSB : I<0xAC, RawFrmSrc, (outs), (ins srcidx8:$src), 1978 def LODSW : I<0xAD, RawFrmSrc, (outs), (ins srcidx16:$src), 1981 def LODSL : I<0xAD, RawFrmSrc, (outs), (ins srcidx32:$src), 1984 def LODSQ : RI<0xAD, RawFrmSrc, (outs), (ins srcidx64:$src), 1991 def OUTSB : I<0x6E, RawFrmSrc, (outs), (ins srcidx8:$src), 1993 def OUTSW : I<0x6F, RawFrmSrc, (outs), (ins srcidx16:$src), 1995 def OUTSL : I<0x6F, RawFrmSrc, (outs), (ins srcidx32:$src),
|
D | X86InstrFormats.td | 25 def RawFrmSrc : Format<8>; def RawFrmDst : Format<9>;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86InstrInfo.td | 2138 def LODSB : I<0xAC, RawFrmSrc, (outs), (ins srcidx8:$src), 2141 def LODSW : I<0xAD, RawFrmSrc, (outs), (ins srcidx16:$src), 2144 def LODSL : I<0xAD, RawFrmSrc, (outs), (ins srcidx32:$src), 2147 def LODSQ : RI<0xAD, RawFrmSrc, (outs), (ins srcidx64:$src), 2154 def OUTSB : I<0x6E, RawFrmSrc, (outs), (ins srcidx8:$src), 2156 def OUTSW : I<0x6F, RawFrmSrc, (outs), (ins srcidx16:$src), 2158 def OUTSL : I<0x6F, RawFrmSrc, (outs), (ins srcidx32:$src),
|
D | X86InstrFormats.td | 25 def RawFrmSrc : Format<4>;
|