Home
last modified time | relevance | path

Searched refs:stosq (Results 1 – 5 of 5) 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.s633 stosq label
1187 stosq
1188 stosq %rax, %es:(%rdi)
/external/llvm/lib/Target/X86/
DX86InstrCompiler.td432 def REP_STOSQ_64 : RI<0xAB, RawFrm, (outs), (ins), "{rep;stosq|rep stosq}",
DX86InstrInfo.td1254 "stosq\t{%rax, $dst|$dst, rax}", [], IIC_STOS>;
2766 def : InstAlias<"stosq $dst", (STOSQ dstidx64:$dst), 0>, Requires<[In64BitMode]>;