Mirror of BoringSSL (grpc依赖)
https://boringssl.googlesource.com/boringssl
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
386 B
14 lines
386 B
.type foo, @function |
|
.globl foo |
|
foo: |
|
movq %rax, %rax |
|
shrxq %rbx, kBoringSSLRSASqrtTwo@GOTPCREL(%rip), %rax |
|
shrxq kBoringSSLRSASqrtTwo@GOTPCREL(%rip), %rbx, %rax |
|
|
|
|
|
.type kBoringSSLRSASqrtTwo,@object # @kBoringSSLRSASqrtTwo |
|
.section .rodata,"a",@progbits,unique,760 |
|
.globl kBoringSSLRSASqrtTwo |
|
.p2align 4 |
|
kBoringSSLRSASqrtTwo: |
|
.quad -2404814165548301886 # 0xdea06241f7aa81c2
|
|
|