Searched refs:stosq (Results 1 – 11 of 11) 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 | 688 stosq label 1274 stosq 1275 stosq %rax, %es:(%rdi)
|
/external/swiftshader/third_party/LLVM/test/MC/X86/ |
D | x86-64.s | 616 stosq label 1118 stosq 1119 stosq %rax, %es:(%rdi)
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86InstrCompiler.td | 290 def REP_STOSQ : RI<0xAB, RawFrm, (outs), (ins), "{rep;stosq|rep stosq}",
|
D | X86InstrInfo.td | 827 def STOSQ : RI<0xAB, RawFrm, (outs), (ins), "stosq", []>;
|
D | X86GenAsmWriter.inc | 3981 "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"
|
D | X86GenAsmWriter1.inc | 3941 "rep stosd\000rep stosq\000rep stosw\000ret\000ret\t\000retw\t\000rex64\000" 3951 "stc\000std\000sti\000stmxcsr\t\000stosb\000stosd\000stosq\000stosw\000s"
|
D | X86GenAsmMatcher.inc | 5009 { X86::STOSQ, "stosq", Convert, { }, 0},
|
/external/llvm/lib/Target/X86/ |
D | X86InstrCompiler.td | 440 def REP_STOSQ_64 : RI<0xAB, RawFrm, (outs), (ins), "{rep;stosq|rep stosq}",
|
D | X86InstrInfo.td | 1325 "stosq\t{%rax, $dst|$dst, rax}", [], IIC_STOS>; 2775 def : InstAlias<"stosq\t$dst", (STOSQ dstidx64:$dst), 0>, Requires<[In64BitMode]>;
|