/prebuilts/go/linux-x86/src/cmd/asm/internal/arch/ |
arch.go | 160 instructions["PSRLDQ"] = x86.APSRLO
|
/external/llvm/test/CodeGen/X86/ |
vector-shuffle-128-v16.ll | [all...] |
vector-rotate-128.ll | 126 ; SSE2-NEXT: psrldq {{.*#+}} xmm3 = xmm3[12,13,14,15],zero,zero,zero,zero,zero,zero,zero,zero,zero,zero,zero,zero 157 ; SSE41-NEXT: psrldq {{.*#+}} xmm3 = xmm3[12,13,14,15],zero,zero,zero,zero,zero,zero,zero,zero,zero,zero,zero,zero 228 ; X32-SSE-NEXT: psrldq {{.*#+}} xmm3 = xmm3[12,13,14,15],zero,zero,zero,zero,zero,zero,zero,zero,zero,zero,zero,zero [all...] |
vector-shift-ashr-128.ll | 105 ; SSE2-NEXT: psrldq {{.*#+}} xmm2 = xmm2[12,13,14,15],zero,zero,zero,zero,zero,zero,zero,zero,zero,zero,zero,zero 129 ; SSE41-NEXT: psrldq {{.*#+}} xmm2 = xmm2[12,13,14,15],zero,zero,zero,zero,zero,zero,zero,zero,zero,zero,zero,zero 183 ; X32-SSE-NEXT: psrldq {{.*#+}} xmm2 = xmm2[12,13,14,15],zero,zero,zero,zero,zero,zero,zero,zero,zero,zero,zero,zero [all...] |
vector-shift-lshr-128.ll | 79 ; SSE2-NEXT: psrldq {{.*#+}} xmm2 = xmm2[12,13,14,15],zero,zero,zero,zero,zero,zero,zero,zero,zero,zero,zero,zero 103 ; SSE41-NEXT: psrldq {{.*#+}} xmm2 = xmm2[12,13,14,15],zero,zero,zero,zero,zero,zero,zero,zero,zero,zero,zero,zero 157 ; X32-SSE-NEXT: psrldq {{.*#+}} xmm2 = xmm2[12,13,14,15],zero,zero,zero,zero,zero,zero,zero,zero,zero,zero,zero,zero [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ |
sse2avx.s | 658 psrldq $100,%xmm4 1319 psrldq xmm4,100
|
x86-64-sse2avx.s | 701 psrldq $100,%xmm4 1405 psrldq xmm4,100
|
sse2.d | 156 [ ]*[a-f0-9]+: 66 0f 73 d8 01 psrldq \$0x1,%xmm0
|
/art/compiler/utils/x86/ |
assembler_x86.h | 400 void psrldq(XmmRegister reg, const Immediate& shift_count);
|
/external/boringssl/win-x86/crypto/sha/ |
sha1-586.asm | 1486 psrldq xmm6,4 1548 psrldq xmm7,4 1610 psrldq xmm0,4 1673 psrldq xmm1,4 [all...] |
sha256-586.asm | [all...] |
/external/boringssl/win-x86_64/crypto/sha/ |
sha1-x86_64.asm | 1334 psrldq xmm8,4 1395 psrldq xmm9,4 1456 psrldq xmm10,4 1517 psrldq xmm8,4 [all...] |
sha256-x86_64.asm | 1938 psrldq xmm7,8 2082 psrldq xmm7,8 2226 psrldq xmm7,8 2370 psrldq xmm7,8 [all...] |
/external/v8/test/cctest/ |
test-disasm-x64.cc | 522 __ psrldq(xmm5, 123);
|
/external/boringssl/linux-x86/crypto/sha/ |
sha1-586.S | 1477 psrldq $4,%xmm6 1539 psrldq $4,%xmm7 1601 psrldq $4,%xmm0 1664 psrldq $4,%xmm1 [all...] |
/external/boringssl/linux-x86_64/crypto/sha/ |
sha1-x86_64.S | 1305 psrldq $4,%xmm8 1366 psrldq $4,%xmm9 1427 psrldq $4,%xmm10 1488 psrldq $4,%xmm8 [all...] |
sha256-x86_64.S | 1908 psrldq $8,%xmm7 2052 psrldq $8,%xmm7 [all...] |
/external/boringssl/mac-x86/crypto/sha/ |
sha1-586.S | 1474 psrldq $4,%xmm6 1536 psrldq $4,%xmm7 1598 psrldq $4,%xmm0 1661 psrldq $4,%xmm1 [all...] |
/external/boringssl/mac-x86_64/crypto/sha/ |
sha1-x86_64.S | 1304 psrldq $4,%xmm8 1365 psrldq $4,%xmm9 1426 psrldq $4,%xmm10 1487 psrldq $4,%xmm8 [all...] |
sha256-x86_64.S | 1907 psrldq $8,%xmm7 2051 psrldq $8,%xmm7 [all...] |
/art/disassembler/ |
disassembler_x86.cc | 794 "unknown-73", "unknown-73", "psrlq", "psrldq", [all...] |
/external/libvpx/libvpx/third_party/libyuv/source/ |
row_win.cc | 775 psrldq xmm1, 4 // 8 bytes from 1 782 psrldq xmm2, 8 // 4 bytes from 2 813 psrldq xmm1, 4 // 8 bytes from 1 820 psrldq xmm2, 8 // 4 bytes from 2 [all...] |
x86inc.asm | 1065 AVX_INSTR psrldq, 0, 0, 0
|
/external/libyuv/files/source/ |
row_win.cc | 770 psrldq xmm1, 4 // 8 bytes from 1 777 psrldq xmm2, 8 // 4 bytes from 2 808 psrldq xmm1, 4 // 8 bytes from 1 815 psrldq xmm2, 8 // 4 bytes from 2 [all...] |
/external/llvm/lib/IR/ |
AutoUpgrade.cpp | 323 // Handles upgrading SSE2 and AVX2 PSRLDQ intrinsics by converting them [all...] |