/external/llvm/test/MC/X86/ |
D | x86-64.s | 611 movq $12, foo(%rip) label 636 movq $12, foo(%eip) label 649 movq _foo@GOTPCREL(%rip), %rax label 654 movq _foo@GOTPCREL(%rip), %r14 label 659 movq _foo@GOTPCREL(%eip), %rax label 664 movq _foo@GOTPCREL(%eip), %r14 label 668 movq 0x00(%r13,%rax,8),%r13 label 1116 movq %rax, %mm5 // CHECK: movd %rax, %mm5 # encoding: [0x48,0x0f,0x6e,0xe8] label 1117 movq %mm5, %rbx // CHECK: movd %mm5, %rbx # encoding: [0x48,0x0f,0x7e,0xeb] label 1123 movq 18446744073709551615,%rbx // CHECK: movq -1, %rbx label [all …]
|
D | x86_64-signed-reloc.s | 10 movq $foo, %rax // CHECK-NEXT: R_X86_64_32S label
|
D | x86_errors.s | 34 movq (%rsi,%ecx),%xmm0 label
|
D | x86_64-encoding.s | 11 movq %gs:(%rdi), %rax label
|
/external/boringssl/src/crypto/hrss/asm/ |
D | poly_rq_mul.S | 309 movq %rsp, %rbp label 736 movq %r9, -16(%rsp) label 737 movq %r9, -8(%rsp) label 738 movq 1384(%rsi), %r9 label 739 movq %r9, -32(%rsp) label 740 movq 1384+8(%rsi), %r9 label 741 movq %r9, -24(%rsp) label 1343 movq %r9, -16(%rsp) label 1344 movq %r9, -8(%rsp) label 1345 movq 1384(%rdx), %r9 label [all …]
|
/external/swiftshader/third_party/subzero/src/ |
D | IceAssemblerX8664.cpp | 516 void AssemblerX8664::movq(XmmRegister dst, XmmRegister src) { in movq() function in Ice::X8664::AssemblerX8664 525 void AssemblerX8664::movq(const AsmAddress &dst, XmmRegister src) { in movq() function in Ice::X8664::AssemblerX8664 534 void AssemblerX8664::movq(XmmRegister dst, const AsmAddress &src) { in movq() function in Ice::X8664::AssemblerX8664
|
D | IceAssemblerX8632.cpp | 479 void AssemblerX8632::movq(XmmRegister dst, XmmRegister src) { in movq() function in Ice::X8632::AssemblerX8632 487 void AssemblerX8632::movq(const AsmAddress &dst, XmmRegister src) { in movq() function in Ice::X8632::AssemblerX8632 495 void AssemblerX8632::movq(XmmRegister dst, const AsmAddress &src) { in movq() function in Ice::X8632::AssemblerX8632
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/hrss/asm/ |
D | poly_rq_mul.S | 326 movq %rsp, %rbp label
|