/prebuilts/go/darwin-x86/src/syscall/ |
asm_plan9_amd64.s | 27 MOVSQ 28 MOVSQ 29 MOVSQ 49 MOVSQ 50 MOVSQ 62 MOVSQ 63 MOVSQ 64 MOVSQ 65 MOVSQ 66 MOVSQ [all...] |
/prebuilts/go/linux-x86/src/syscall/ |
asm_plan9_amd64.s | 27 MOVSQ 28 MOVSQ 29 MOVSQ 49 MOVSQ 50 MOVSQ 62 MOVSQ 63 MOVSQ 64 MOVSQ 65 MOVSQ 66 MOVSQ [all...] |
/external/llvm/test/CodeGen/X86/ |
byval2.ll | 2 ; X64-NOT: movsq 5 ; X64: movsq 6 ; X64-NOT: movsq 9 ; X64: movsq 11 ; X64-NOT: movsq
|
byval3.ll | 2 ; X64-NOT: movsq 5 ; X64: movsq 6 ; X64-NOT: movsq 9 ; X64: movsq 11 ; X64-NOT: movsq
|
byval4.ll | 2 ; X64-NOT: movsq 5 ; X64: movsq 6 ; X64-NOT: movsq 9 ; X64: movsq 11 ; X64-NOT: movsq
|
byval5.ll | 2 ; X64-NOT: movsq 5 ; X64: movsq 6 ; X64-NOT: movsq 9 ; X64: movsq 11 ; X64-NOT: movsq
|
/prebuilts/go/darwin-x86/src/runtime/ |
memmove_nacl_amd64p32.s | 19 REP; MOVSQ 39 REP; MOVSQ
|
memmove_plan9_amd64.s | 36 // with some straightline code. The REP MOVSQ instruction is really fast 64 REP; MOVSQ 93 REP; MOVSQ
|
memmove_amd64.s | 38 // with some straightline code. The REP MOVSQ instruction is really fast 82 REP; MOVSQ 111 REP; MOVSQ
|
/prebuilts/go/linux-x86/src/runtime/ |
memmove_nacl_amd64p32.s | 19 REP; MOVSQ 39 REP; MOVSQ
|
memmove_plan9_amd64.s | 36 // with some straightline code. The REP MOVSQ instruction is really fast 64 REP; MOVSQ 93 REP; MOVSQ
|
memmove_amd64.s | 38 // with some straightline code. The REP MOVSQ instruction is really fast 82 REP; MOVSQ 111 REP; MOVSQ
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ |
x86-64-rep.s | 28 rep movsq 58 addr32 rep movsq
|
x86-64-rep.d | 30 31: f3 48 a5[ ]+rep movsq %ds:\(%rsi\),%es:\(%rdi\) 56 86: 67 f3 48 a5[ ]+rep movsq %ds:\(%esi\),%es:\(%edi\)
|
x86_64.s | 34 REP MOVSQ #[RSI],[RDI] 36 REP MOVSQ #[RSI],[RDI]
|
/external/llvm/test/Instrumentation/AddressSanitizer/X86/ |
asm_rep_movs.ll | 77 ; CHECK-NEXT: movsq (%rsi), %es:(%rdi) 82 tail call void asm sideeffect "rep movsq \0A\09", "{si},{di},{cx},~{memory},~{dirflag},~{fpsr},~{flags}"(i64* %src, i64* %dst, i64 %n) #1
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ilp32/ |
x86-64-rep.d | 31 31: f3 48 a5[ ]+rep movsq %ds:\(%rsi\),%es:\(%rdi\) 57 86: 67 f3 48 a5[ ]+rep movsq %ds:\(%esi\),%es:\(%edi\)
|
x86-64.s | 34 REP MOVSQ #[RSI],[RDI] 36 REP MOVSQ #[RSI],[RDI]
|
/external/llvm/test/MC/Disassembler/X86/ |
intel-syntax.txt | 12 # CHECK: movsq
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/amd64/ |
cgen.go | 98 // We don't need the MOVSQ side-effect of updating SI and DI,
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/internal/obj/x86/ |
anames.go | 431 "MOVSQ",
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/amd64/ |
cgen.go | 95 // We don't need the MOVSQ side-effect of updating SI and DI,
|
/prebuilts/go/darwin-x86/src/cmd/internal/obj/x86/ |
anames.go | 428 "MOVSQ",
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/amd64/ |
cgen.go | 98 // We don't need the MOVSQ side-effect of updating SI and DI,
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/internal/obj/x86/ |
anames.go | 431 "MOVSQ",
|