Searched refs:stosq (Results 1 – 5 of 5) sorted by relevance
/external/llvm/test/MC/Disassembler/X86/ |
D | prefixes.txt | 11 # CHECK-NEXT: stosq %rax, %es:(%rdi) 15 # CHECK-NEXT: stosq %rax, %es:(%edi) 54 # CHECK-NEXT: stosq
|
/external/llvm/test/MC/X86/ |
D | index-operations.s | 68 stosq label
|
D | x86-64.s | 633 stosq label 1187 stosq 1188 stosq %rax, %es:(%rdi)
|
/external/llvm/lib/Target/X86/ |
D | X86InstrCompiler.td | 432 def REP_STOSQ_64 : RI<0xAB, RawFrm, (outs), (ins), "{rep;stosq|rep stosq}",
|
D | X86InstrInfo.td | 1254 "stosq\t{%rax, $dst|$dst, rax}", [], IIC_STOS>; 2766 def : InstAlias<"stosq $dst", (STOSQ dstidx64:$dst), 0>, Requires<[In64BitMode]>;
|