/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 267 RawFrmDst = 9, enumerator 675 case X86II::RawFrmDst: in getMemoryOperandNo()
|
D | X86MCCodeEmitter.cpp | 1232 case X86II::RawFrmDst: { in encodeInstruction()
|
/external/llvm-project/llvm/utils/TableGen/ |
D | X86RecognizableInstr.h | 100 RawFrmDst = 5, enumerator
|
D | X86RecognizableInstr.cpp | 470 case X86Local::RawFrmDst: in emitInstructionSpecifier() 766 case X86Local::RawFrmDst: in emitDecodePath()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 562 RawFrmDst = 5, enumerator 1028 case X86II::RawFrmDst: in getMemoryOperandNo()
|
D | X86MCCodeEmitter.cpp | 720 case X86II::RawFrmDst: { in emitPrefixImpl() 1424 case X86II::RawFrmDst: in encodeInstruction()
|
/external/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 600 RawFrmDst = 5, enumerator 1097 case X86II::RawFrmDst: in getMemoryOperandNo()
|
D | X86MCCodeEmitter.cpp | 737 case X86II::RawFrmDst: { in emitPrefixImpl() 1440 case X86II::RawFrmDst: in encodeInstruction()
|
/external/llvm/utils/TableGen/ |
D | X86RecognizableInstr.cpp | 103 RawFrmDst = 9, enumerator 579 case X86Local::RawFrmDst: in emitInstructionSpecifier()
|
/external/llvm/lib/Target/X86/ |
D | X86InstrInfo.td | 1315 def STOSB : I<0xAA, RawFrmDst, (outs), (ins dstidx8:$dst), 1318 def STOSW : I<0xAB, RawFrmDst, (outs), (ins dstidx16:$dst), 1321 def STOSL : I<0xAB, RawFrmDst, (outs), (ins dstidx32:$dst), 1324 def STOSQ : RI<0xAB, RawFrmDst, (outs), (ins dstidx64:$dst), 1329 def SCASB : I<0xAE, RawFrmDst, (outs), (ins dstidx8:$dst), 1332 def SCASW : I<0xAF, RawFrmDst, (outs), (ins dstidx16:$dst), 1335 def SCASL : I<0xAF, RawFrmDst, (outs), (ins dstidx32:$dst), 1338 def SCASQ : RI<0xAF, RawFrmDst, (outs), (ins dstidx64:$dst), 2001 def INSB : I<0x6C, RawFrmDst, (outs), (ins dstidx8:$dst), 2003 def INSW : I<0x6D, RawFrmDst, (outs), (ins dstidx16:$dst), [all …]
|
D | X86InstrFormats.td | 25 def RawFrmSrc : Format<8>; def RawFrmDst : Format<9>;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86InstrInfo.td | 1489 def STOSB : I<0xAA, RawFrmDst, (outs), (ins dstidx8:$dst), 1492 def STOSW : I<0xAB, RawFrmDst, (outs), (ins dstidx16:$dst), 1495 def STOSL : I<0xAB, RawFrmDst, (outs), (ins dstidx32:$dst), 1498 def STOSQ : RI<0xAB, RawFrmDst, (outs), (ins dstidx64:$dst), 1503 def SCASB : I<0xAE, RawFrmDst, (outs), (ins dstidx8:$dst), 1506 def SCASW : I<0xAF, RawFrmDst, (outs), (ins dstidx16:$dst), 1509 def SCASL : I<0xAF, RawFrmDst, (outs), (ins dstidx32:$dst), 1512 def SCASQ : RI<0xAF, RawFrmDst, (outs), (ins dstidx64:$dst), 2214 def INSB : I<0x6C, RawFrmDst, (outs), (ins dstidx8:$dst), 2216 def INSW : I<0x6D, RawFrmDst, (outs), (ins dstidx16:$dst), [all …]
|
D | X86InstrFormats.td | 25 def RawFrmDst : Format<5>;
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86InstrInfo.td | 1544 def STOSB : I<0xAA, RawFrmDst, (outs), (ins dstidx8:$dst), 1547 def STOSW : I<0xAB, RawFrmDst, (outs), (ins dstidx16:$dst), 1550 def STOSL : I<0xAB, RawFrmDst, (outs), (ins dstidx32:$dst), 1553 def STOSQ : RI<0xAB, RawFrmDst, (outs), (ins dstidx64:$dst), 1558 def SCASB : I<0xAE, RawFrmDst, (outs), (ins dstidx8:$dst), 1561 def SCASW : I<0xAF, RawFrmDst, (outs), (ins dstidx16:$dst), 1564 def SCASL : I<0xAF, RawFrmDst, (outs), (ins dstidx32:$dst), 1567 def SCASQ : RI<0xAF, RawFrmDst, (outs), (ins dstidx64:$dst), 2280 def INSB : I<0x6C, RawFrmDst, (outs), (ins dstidx8:$dst), 2282 def INSW : I<0x6D, RawFrmDst, (outs), (ins dstidx16:$dst), [all …]
|
D | X86InstrFormats.td | 25 def RawFrmDst : Format<5>;
|
/external/llvm-project/llvm/tools/llvm-exegesis/lib/X86/ |
D | Target.cpp | 184 case X86II::RawFrmDst: in isInvalidMemoryInstr()
|