Home
last modified time | relevance | path

Searched refs:stosq (Results 1 – 11 of 11) sorted by relevance

/external/llvm/test/MC/Disassembler/X86/
Dprefixes.txt11 # CHECK-NEXT: stosq %rax, %es:(%rdi)
15 # CHECK-NEXT: stosq %rax, %es:(%edi)
54 # CHECK-NEXT: stosq
/external/llvm/test/MC/X86/
Dindex-operations.s68 stosq label
Dx86-64.s688 stosq label
1274 stosq
1275 stosq %rax, %es:(%rdi)
/external/swiftshader/third_party/LLVM/test/MC/X86/
Dx86-64.s616 stosq label
1118 stosq
1119 stosq %rax, %es:(%rdi)
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86InstrCompiler.td290 def REP_STOSQ : RI<0xAB, RawFrm, (outs), (ins), "{rep;stosq|rep stosq}",
DX86InstrInfo.td827 def STOSQ : RI<0xAB, RawFrm, (outs), (ins), "stosq", []>;
DX86GenAsmWriter.inc3981 "sl\000rep;stosq\000rep;stosw\000ret\000ret\t\000retw\t\000rex64\000rolw"
4000 "stosb\000stosl\000stosq\000stosw\000strw\t\000strl\t\000strq\t\000fsts\t"
DX86GenAsmWriter1.inc3941 "rep stosd\000rep stosq\000rep stosw\000ret\000ret\t\000retw\t\000rex64\000"
3951 "stc\000std\000sti\000stmxcsr\t\000stosb\000stosd\000stosq\000stosw\000s"
DX86GenAsmMatcher.inc5009 { X86::STOSQ, "stosq", Convert, { }, 0},
/external/llvm/lib/Target/X86/
DX86InstrCompiler.td440 def REP_STOSQ_64 : RI<0xAB, RawFrm, (outs), (ins), "{rep;stosq|rep stosq}",
DX86InstrInfo.td1325 "stosq\t{%rax, $dst|$dst, rax}", [], IIC_STOS>;
2775 def : InstAlias<"stosq\t$dst", (STOSQ dstidx64:$dst), 0>, Requires<[In64BitMode]>;