Home
last modified time | relevance | path

Searched refs:RawFrmDst (Results 1 – 16 of 16) sorted by relevance

/external/llvm/lib/Target/X86/MCTargetDesc/
DX86BaseInfo.h267 RawFrmDst = 9, enumerator
675 case X86II::RawFrmDst: in getMemoryOperandNo()
DX86MCCodeEmitter.cpp1232 case X86II::RawFrmDst: { in encodeInstruction()
/external/llvm-project/llvm/utils/TableGen/
DX86RecognizableInstr.h100 RawFrmDst = 5, enumerator
DX86RecognizableInstr.cpp470 case X86Local::RawFrmDst: in emitInstructionSpecifier()
766 case X86Local::RawFrmDst: in emitDecodePath()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
DX86BaseInfo.h562 RawFrmDst = 5, enumerator
1028 case X86II::RawFrmDst: in getMemoryOperandNo()
DX86MCCodeEmitter.cpp720 case X86II::RawFrmDst: { in emitPrefixImpl()
1424 case X86II::RawFrmDst: in encodeInstruction()
/external/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
DX86BaseInfo.h600 RawFrmDst = 5, enumerator
1097 case X86II::RawFrmDst: in getMemoryOperandNo()
DX86MCCodeEmitter.cpp737 case X86II::RawFrmDst: { in emitPrefixImpl()
1440 case X86II::RawFrmDst: in encodeInstruction()
/external/llvm/utils/TableGen/
DX86RecognizableInstr.cpp103 RawFrmDst = 9, enumerator
579 case X86Local::RawFrmDst: in emitInstructionSpecifier()
/external/llvm/lib/Target/X86/
DX86InstrInfo.td1315 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 …]
DX86InstrFormats.td25 def RawFrmSrc : Format<8>; def RawFrmDst : Format<9>;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrInfo.td1489 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 …]
DX86InstrFormats.td25 def RawFrmDst : Format<5>;
/external/llvm-project/llvm/lib/Target/X86/
DX86InstrInfo.td1544 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 …]
DX86InstrFormats.td25 def RawFrmDst : Format<5>;
/external/llvm-project/llvm/tools/llvm-exegesis/lib/X86/
DTarget.cpp184 case X86II::RawFrmDst: in isInvalidMemoryInstr()