Home
last modified time | relevance | path

Searched refs:stosq (Results 1 – 22 of 22) 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/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/X86/
Dprefixes.txt51 # CHECK: rep stosq %rax, %es:(%rdi)
54 # CHECK: rep stosq %rax, %es:(%edi)
91 # CHECK: rep stosq
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/X86/
Dindex-operations.s68 stosq label
Dx86-64.s698 stosq label
1297 stosq
1298 stosq %rax, %es:(%rdi)
/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-7.0/llvm/test/tools/llvm-mca/X86/Znver1/
Dresources-x86_64.s646 stosq label
1298 # CHECK-NEXT: 1 100 0.25 U stosq %rax, %es:(%rdi)
1953 … - - - - - - - - - - - stosq %rax, %es:(%rdi)
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/SandyBridge/
Dresources-x86_64.s646 stosq label
1298 # CHECK-NEXT: 3 5 1.00 U stosq %rax, %es:(%rdi)
1949 # CHECK-NEXT: - - 0.33 0.33 1.00 0.33 0.50 0.50 stosq %rax, %es:(%rdi)
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/Broadwell/
Dresources-x86_64.s646 stosq label
1298 # CHECK-NEXT: 3 2 1.00 U stosq %rax, %es:(%rdi)
1951 # CHECK-NEXT: - - 0.25 0.25 0.33 0.33 1.00 0.25 0.25 0.33 stosq %rax, %es…
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/Atom/
Dresources-x86_64.s646 stosq label
1298 # CHECK-NEXT: 1 1 0.50 U stosq %rax, %es:(%rdi)
1943 # CHECK-NEXT: 0.50 0.50 stosq %rax, %es:(%rdi)
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/SkylakeClient/
Dresources-x86_64.s646 stosq label
1298 # CHECK-NEXT: 3 2 1.00 U stosq %rax, %es:(%rdi)
1951 # CHECK-NEXT: - - 0.25 0.25 0.33 0.33 1.00 0.25 0.25 0.33 stosq %rax, %es…
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/Haswell/
Dresources-x86_64.s646 stosq label
1298 # CHECK-NEXT: 3 2 1.00 U stosq %rax, %es:(%rdi)
1951 # CHECK-NEXT: - - 0.25 0.25 0.33 0.33 1.00 0.25 0.25 0.33 stosq %rax, %es…
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/SkylakeServer/
Dresources-x86_64.s646 stosq label
1298 # CHECK-NEXT: 3 2 1.00 U stosq %rax, %es:(%rdi)
1951 # CHECK-NEXT: - - 0.25 0.25 0.33 0.33 1.00 0.25 0.25 0.33 stosq %rax, %es…
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/SLM/
Dresources-x86_64.s646 stosq label
1298 # CHECK-NEXT: 1 100 1.00 U stosq %rax, %es:(%rdi)
1949 # CHECK-NEXT: - - - 1.00 - - - - stosq %rax, %es:(%rdi)
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/BtVer2/
Dresources-x86_64.s646 stosq label
1298 # CHECK-NEXT: 1 100 0.50 U stosq %rax, %es:(%rdi)
1955 … - - - - - - - - - - - stosq %rax, %es:(%rdi)
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/Generic/
Dresources-x86_64.s646 stosq label
1298 # CHECK-NEXT: 3 5 1.00 U stosq %rax, %es:(%rdi)
1949 # CHECK-NEXT: - - 0.33 0.33 1.00 0.33 0.50 0.50 stosq %rax, %es:(%rdi)
/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]>;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86InstrCompiler.td456 def REP_STOSQ_64 : RI<0xAB, RawFrm, (outs), (ins), "{rep;stosq|rep stosq}",
DX86InstrInfo.td1449 "stosq\t{%rax, $dst|$dst, rax}", []>,
3176 def : InstAlias<"stosq\t$dst", (STOSQ dstidx64:$dst), 0>, Requires<[In64BitMode]>;
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dschedule-x86_64.ll14437 ; GENERIC-NEXT: stosq %rax, %es:(%rdi) # sched: [5:1.00]
14447 ; ATOM-NEXT: stosq %rax, %es:(%rdi) # sched: [1:0.50]
14457 ; SLM-NEXT: stosq %rax, %es:(%rdi) # sched: [100:1.00]
14467 ; SANDY-NEXT: stosq %rax, %es:(%rdi) # sched: [5:1.00]
14477 ; HASWELL-NEXT: stosq %rax, %es:(%rdi) # sched: [2:1.00]
14487 ; BROADWELL-NEXT: stosq %rax, %es:(%rdi) # sched: [2:1.00]
14497 ; SKYLAKE-NEXT: stosq %rax, %es:(%rdi) # sched: [2:1.00]
14507 ; SKX-NEXT: stosq %rax, %es:(%rdi) # sched: [2:1.00]
14517 ; BTVER2-NEXT: stosq %rax, %es:(%rdi) # sched: [100:0.50]
14527 ; ZNVER1-NEXT: stosq %rax, %es:(%rdi) # sched: [100:0.25]
[all …]
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/X86/
DX86GenAsmMatcher.inc6673 "\005stosq\005stosw\003str\004strl\004strq\004strw\003sub\004subb\004sub"
9295 { 7638 /* stosq */, X86::STOSQ, Convert__DstIdx641_0, Feature_In64BitMode, { MCK_DstIdx64 }, },
9296 …{ 7638 /* stosq */, X86::STOSQ, Convert__DstIdx641_1, Feature_In64BitMode, { MCK_RAX, MCK_DstIdx64…
23849 { 7638 /* stosq */, X86::STOSQ, Convert__DstIdx641_0, Feature_In64BitMode, { MCK_DstIdx64 }, },
23850 …{ 7638 /* stosq */, X86::STOSQ, Convert__DstIdx641_0, Feature_In64BitMode, { MCK_DstIdx64, MCK_RAX…