/external/libxaac/decoder/armv8/ |
D | ixheaacd_fft32x32_ld2_armv8.s | 46 LDR w5, [x0, #96] //x_6 = x[24] 47 sxtw x5, w5 50 ADD w8, w3, w5 //xh0_1 = x_2 + x_6 51 SUB w9, w3, w5 //xl0_1 = x_2 - x_6 59 LDR w5, [x0, #100] //x_7 = x[24+1] 60 sxtw x5, w5 63 ADD w12, w3, w5 //xh1_1 = x_3 + x_7 64 SUB w14, w3, w5 //xl1_1 = x_3 - x_7 69 SUB w5, w7, w14 //n30 = xl0_0 - xl1_1 73 STR w5, [x0, #96] //x[24] = n30 [all …]
|
D | ixheaacd_postradixcompute4.s | 46 LDP w5, w6, [x1], #8 // x_0 :x_1 51 ADD w14, w5, w9 // xh0_0 = x_0 + x_4 52 SUB w5, w5, w9 // xl0_0 = x_0 - x_4 69 ADD w11, w5, w8 // n10 = xl0_0 + xl1_1 70 SUB w5, w5, w8 // n30 = xl0_0 - xl1_1 86 STR w5, [x0], #4 // y3[h2] = n30, x7 -> y3[h2 + 1] 91 LDP w5, w6, [x4], #8 // x_8 :x_8 99 ADD w14, w5, w9 100 SUB w5, w5, w9 117 ADD w11, w5, w8 [all …]
|
/external/llvm/test/MC/AArch64/ |
D | cyclone-crc.s | 3 crc32b w0, w1, w5 4 crc32h w3, w5, w6 6 crc32x w3, w5, x20 8 CHECK: crc32b w0, w1, w5 10 CHECK: crc32h w3, w5, w6 14 CHECK: crc32x w3, w5, x20 16 crc32cb w5, w10, w15 17 crc32ch w3, w5, w7 21 CHECK: crc32cb w5, w10, w15 23 CHECK: crc32ch w3, w5, w7
|
/external/libavc/common/armv8/ |
D | ih264_intra_pred_luma_4x4_av8.s | 268 ands w5, w4, #0x01 273 ldrb w5, [x10], #-1 276 add w5, w5, w6 278 add w5, w5, w7 280 add w5, w5, w8 286 add w5, w5, w6 288 add w5, w5, w7 290 add w5, w5, w8 291 add w5, w5, w9 292 add w5, w5, #4 [all …]
|
D | ih264_intra_pred_luma_8x8_av8.s | 201 ldrb w5, [x0], #-1 203 dup v0.8b, w5 212 ldrb w5, [x0], #-1 214 dup v0.8b, w5 302 ldrb w5, [x10], -1 305 add w5, w5, w6 307 add w5, w5, w7 309 add w5, w5, w8 311 add w5, w5, w6 313 add w5, w5, w7 [all …]
|
/external/capstone/suite/MC/Mips/ |
D | test_3r.s.cs | 11 0x79,0x3a,0xb9,0x50 = adds_s.h $w5, $w23, $w26 30 0x7a,0x01,0x28,0x90 = ave_s.b $w2, $w5, $w1 32 0x7a,0x45,0xfc,0x50 = ave_s.w $w17, $w31, $w5 50 0x7b,0x18,0x81,0x4d = binsl.b $w5, $w16, $w24 51 0x7b,0x2a,0x2f,0x8d = binsl.h $w30, $w5, $w10 62 0x7a,0x1f,0x2f,0xcd = bset.b $w31, $w5, $w31 65 0x7a,0x65,0xb1,0x4d = bset.d $w5, $w22, $w5 68 0x78,0x4e,0x2a,0x4f = ceq.w $w9, $w5, $w14 69 0x78,0x60,0x89,0x4f = ceq.d $w5, $w17, $w0 73 0x7a,0x6a,0x2c,0x8f = cle_s.d $w18, $w5, $w10 [all …]
|
D | test_2rf.s.cs | 7 0x7b,0x33,0x11,0x5e = fexupr.d $w5, $w2 26 0x7b,0x38,0x2f,0x9e = ftint_s.w $w30, $w5 27 0x7b,0x39,0xb9,0x5e = ftint_s.d $w5, $w23 33 0x7b,0x25,0xd9,0x5e = ftrunc_u.d $w5, $w27
|
/external/libaom/libaom/aom_dsp/x86/ |
D | lpf_common_sse2.h | 25 __m128i w0, w1, w2, w3, w4, w5, ww0; in highbd_transpose6x6_sse2() local 49 w5 = _mm_unpackhi_epi16(*x4, *x5); // 44 54 45 55 xx xx xx xx in highbd_transpose6x6_sse2() 54 *d4 = _mm_unpacklo_epi64(ww0, w5); // 04 14 24 34 44 54 45 55 in highbd_transpose6x6_sse2() 56 _mm_slli_si128(w5, 4)); // 05 15 25 35 45 55 xx xx in highbd_transpose6x6_sse2() 318 __m128i w0, w1, w2, w3, w4, w5; in transpose8x8_low_sse2() local 334 w5 = _mm_unpacklo_epi16( in transpose8x8_low_sse2() 338 w4, w5); // 00 10 20 30 40 50 60 70 01 11 21 31 41 51 61 71 in transpose8x8_low_sse2() 341 w4, w5); // 02 12 22 32 42 52 62 72 03 13 23 33 43 53 63 73 in transpose8x8_low_sse2() 350 __m128i w0, w1, w2, w3, w4, w5, w6, w7; in transpose8x8_sse2() local 373 w5 = _mm_unpacklo_epi16( in transpose8x8_sse2() [all …]
|
/external/llvm/test/MC/Mips/msa/ |
D | test_3r.s | 12 # CHECK: adds_s.h $w5, $w23, $w26 # encoding: [0x79,0x3a,0xb9,0x50] 31 # CHECK: ave_s.b $w2, $w5, $w1 # encoding: [0x7a,0x01,0x28,0x90] 33 # CHECK: ave_s.w $w17, $w31, $w5 # encoding: [0x7a,0x45,0xfc,0x50] 51 # CHECK: binsl.b $w5, $w16, $w24 # encoding: [0x7b,0x18,0x81,0x4d] 52 # CHECK: binsl.h $w30, $w5, $w10 # encoding: [0x7b,0x2a,0x2f,0x8d] 63 # CHECK: bset.b $w31, $w5, $w31 # encoding: [0x7a,0x1f,0x2f,0xcd] 66 # CHECK: bset.d $w5, $w22, $w5 # encoding: [0x7a,0x65,0xb1,0x4d] 69 # CHECK: ceq.w $w9, $w5, $w14 # encoding: [0x78,0x4e,0x2a,0x4f] 70 # CHECK: ceq.d $w5, $w17, $w0 # encoding: [0x78,0x60,0x89,0x4f] 74 # CHECK: cle_s.d $w18, $w5, $w10 # encoding: [0x7a,0x6a,0x2c,0x8f] [all …]
|
D | test_2rf.s | 8 # CHECK: fexupr.d $w5, $w2 # encoding: [0x7b,0x33,0x11,0x5e] 27 # CHECK: ftint_s.w $w30, $w5 # encoding: [0x7b,0x38,0x2f,0x9e] 28 # CHECK: ftint_s.d $w5, $w23 # encoding: [0x7b,0x39,0xb9,0x5e] 34 # CHECK: ftrunc_u.d $w5, $w27 # encoding: [0x7b,0x25,0xd9,0x5e] 41 fexupr.d $w5, $w2 60 ftint_s.w $w30, $w5 61 ftint_s.d $w5, $w23 67 ftrunc_u.d $w5, $w27
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/msa/ |
D | test_3r.s | 12 # CHECK: adds_s.h $w5, $w23, $w26 # encoding: [0x79,0x3a,0xb9,0x50] 31 # CHECK: ave_s.b $w2, $w5, $w1 # encoding: [0x7a,0x01,0x28,0x90] 33 # CHECK: ave_s.w $w17, $w31, $w5 # encoding: [0x7a,0x45,0xfc,0x50] 51 # CHECK: binsl.b $w5, $w16, $w24 # encoding: [0x7b,0x18,0x81,0x4d] 52 # CHECK: binsl.h $w30, $w5, $w10 # encoding: [0x7b,0x2a,0x2f,0x8d] 63 # CHECK: bset.b $w31, $w5, $w31 # encoding: [0x7a,0x1f,0x2f,0xcd] 66 # CHECK: bset.d $w5, $w22, $w5 # encoding: [0x7a,0x65,0xb1,0x4d] 69 # CHECK: ceq.w $w9, $w5, $w14 # encoding: [0x78,0x4e,0x2a,0x4f] 70 # CHECK: ceq.d $w5, $w17, $w0 # encoding: [0x78,0x60,0x89,0x4f] 74 # CHECK: cle_s.d $w18, $w5, $w10 # encoding: [0x7a,0x6a,0x2c,0x8f] [all …]
|
D | test_2rf.s | 8 # CHECK: fexupr.d $w5, $w2 # encoding: [0x7b,0x33,0x11,0x5e] 27 # CHECK: ftint_s.w $w30, $w5 # encoding: [0x7b,0x38,0x2f,0x9e] 28 # CHECK: ftint_s.d $w5, $w23 # encoding: [0x7b,0x39,0xb9,0x5e] 34 # CHECK: ftrunc_u.d $w5, $w27 # encoding: [0x7b,0x25,0xd9,0x5e] 41 fexupr.d $w5, $w2 60 ftint_s.w $w30, $w5 61 ftint_s.d $w5, $w23 67 ftrunc_u.d $w5, $w27
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AArch64/ |
D | crc.s | 14 crc32b w0, w1, w5 15 crc32h w3, w5, w6 17 crc32x w3, w5, x20 33 crc32cb w5, w10, w15 34 crc32ch w3, w5, w7
|
D | directive-arch.s | 14 casa w5, w7, [x20] 15 # CHECK: casa w5, w7, [x20] 18 casa w5, w7, [x20] 19 # CHECK: casa w5, w7, [x20]
|
D | basic-a64-instructions.s | 18 add x2, x4, w5, uxtb 36 add w2, w5, w7, uxtb 40 add w2, w5, w1, sxtb 43 add w2, w3, w5, sxtx 54 add x2, x3, w5, sxtb #0 64 sub x2, x4, w5, uxtb #2 81 sub w2, w5, w7, uxtb 85 sub w2, w5, w1, sxtb 88 sub w2, w3, w5, sxtx 99 adds x2, x4, w5, uxtb #2 [all …]
|
/external/tcpdump/ |
D | print-tipc.c | 129 uint32_t w5; member 141 #define TIPC_SESS_NO(w5) (((w5) >> 16) & 0xFFFF) argument 151 uint32_t w5; member 156 #define TIPC_MEDIA_ID(w5) (((w5) >> 0) & 0xFF) argument 226 uint32_t w0, w1, w2, w4, w5, w9; in print_internal() local 273 w5 = EXTRACT_32BITS(&ap->w5); in print_internal() 274 sess_no = TIPC_SESS_NO(w5); in print_internal() 294 uint32_t w0, w1, w5; in print_link_conf() local 323 ND_TCHECK(ap->w5); in print_link_conf() 326 w5 = EXTRACT_32BITS(&ap->w5); in print_link_conf() [all …]
|
/external/openssh/ |
D | blocks.c | 57 M(w4 ,w2 ,w13,w5 ) \ 58 M(w5 ,w3 ,w14,w6 ) \ 60 M(w7 ,w5 ,w0 ,w8 ) \ 65 M(w12,w10,w5 ,w13) \ 111 uint64 w5 = load_bigendian(in + 40); in crypto_hashblocks_sha512() local 128 F(w5 ,0x59f111f1b605d019ULL) in crypto_hashblocks_sha512() 147 F(w5 ,0x4a7484aa6ea6e483ULL) in crypto_hashblocks_sha512() 166 F(w5 ,0x766a0abb3c77b2a8ULL) in crypto_hashblocks_sha512() 185 F(w5 ,0x4ed8aa4ae3418acbULL) in crypto_hashblocks_sha512() 204 F(w5 ,0x0a637dc5a2c898a6ULL) in crypto_hashblocks_sha512()
|
/external/boringssl/ios-aarch64/crypto/fipsmodule/ |
D | sha1-armv8.S | 77 add w22,w22,w5 // future e+=X[i] 230 eor w3,w3,w5 256 eor w5,w5,w7 260 eor w5,w5,w13 264 eor w5,w5,w19 268 ror w5,w5,#31 279 add w21,w21,w5 // future e+=X[i] 305 eor w8,w8,w5 362 eor w13,w13,w5 430 eor w3,w3,w5 [all …]
|
/external/boringssl/linux-aarch64/crypto/fipsmodule/ |
D | sha1-armv8.S | 78 add w22,w22,w5 // future e+=X[i] 231 eor w3,w3,w5 257 eor w5,w5,w7 261 eor w5,w5,w13 265 eor w5,w5,w19 269 ror w5,w5,#31 280 add w21,w21,w5 // future e+=X[i] 306 eor w8,w8,w5 363 eor w13,w13,w5 431 eor w3,w3,w5 [all …]
|
/external/libhevc/decoder/arm64/ |
D | ihevcd_fmt_conv_420sp_to_420p.s | 95 LDR w5, [sp,#88] ////Load u2_dest_stridey 96 sxtw x5,w5 102 LDR w5, [sp,#112] ////Load disable_luma_copy flag 103 sxtw x5,w5 143 LDR w5, [sp,#96] ////Load u2_dest_strideuv 144 sxtw x5,w5
|
/external/capstone/suite/MC/AArch64/ |
D | basic-a64-instructions.s.cs | 2 0x82,0x00,0x25,0x8b = add x2, x4, w5, uxtb 10 0xa2,0x00,0x27,0x0b = add w2, w5, w7, uxtb 14 0xa2,0x80,0x21,0x0b = add w2, w5, w1, sxtb 17 0x62,0xe0,0x25,0x0b = add w2, w3, w5, sxtx 18 0x62,0x80,0x25,0x8b = add x2, x3, w5, sxtb 22 0x82,0x08,0x25,0xcb = sub x2, x4, w5, uxtb #2 30 0xa2,0x00,0x27,0x4b = sub w2, w5, w7, uxtb 34 0xa2,0x80,0x21,0x4b = sub w2, w5, w1, sxtb 37 0x62,0xe0,0x25,0x4b = sub w2, w3, w5, sxtx 38 0x82,0x08,0x25,0xab = adds x2, x4, w5, uxtb #2 [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/Mips/msa/ |
D | test_3r.txt | 12 0x79 0x3a 0xb9 0x50 # CHECK: adds_s.h $w5, $w23, $w26 31 0x7a 0x01 0x28 0x90 # CHECK: ave_s.b $w2, $w5, $w1 33 0x7a 0x45 0xfc 0x50 # CHECK: ave_s.w $w17, $w31, $w5 51 0x7b 0x18 0x81 0x4d # CHECK: binsl.b $w5, $w16, $w24 52 0x7b 0x2a 0x2f 0x8d # CHECK: binsl.h $w30, $w5, $w10 63 0x7a 0x1f 0x2f 0xcd # CHECK: bset.b $w31, $w5, $w31 66 0x7a 0x65 0xb1 0x4d # CHECK: bset.d $w5, $w22, $w5 69 0x78 0x4e 0x2a 0x4f # CHECK: ceq.w $w9, $w5, $w14 70 0x78 0x60 0x89 0x4f # CHECK: ceq.d $w5, $w17, $w0 74 0x7a 0x6a 0x2c 0x8f # CHECK: cle_s.d $w18, $w5, $w10 [all …]
|
/external/llvm/test/MC/Disassembler/Mips/msa/ |
D | test_3r.txt | 12 0x79 0x3a 0xb9 0x50 # CHECK: adds_s.h $w5, $w23, $w26 31 0x7a 0x01 0x28 0x90 # CHECK: ave_s.b $w2, $w5, $w1 33 0x7a 0x45 0xfc 0x50 # CHECK: ave_s.w $w17, $w31, $w5 51 0x7b 0x18 0x81 0x4d # CHECK: binsl.b $w5, $w16, $w24 52 0x7b 0x2a 0x2f 0x8d # CHECK: binsl.h $w30, $w5, $w10 63 0x7a 0x1f 0x2f 0xcd # CHECK: bset.b $w31, $w5, $w31 66 0x7a 0x65 0xb1 0x4d # CHECK: bset.d $w5, $w22, $w5 69 0x78 0x4e 0x2a 0x4f # CHECK: ceq.w $w9, $w5, $w14 70 0x78 0x60 0x89 0x4f # CHECK: ceq.d $w5, $w17, $w0 74 0x7a 0x6a 0x2c 0x8f # CHECK: cle_s.d $w18, $w5, $w10 [all …]
|
/external/boringssl/linux-aarch64/crypto/chacha/ |
D | chacha-armv8.S | 78 mov w5,w22 // unpack key block 99 add w5,w5,w9 103 eor w17,w17,w5 123 add w5,w5,w9 127 eor w17,w17,w5 147 add w5,w5,w10 151 eor w21,w21,w5 171 add w5,w5,w10 175 eor w21,w21,w5 197 add w5,w5,w22 // accumulate key block [all …]
|
/external/boringssl/ios-aarch64/crypto/chacha/ |
D | chacha-armv8.S | 77 mov w5,w22 // unpack key block 98 add w5,w5,w9 102 eor w17,w17,w5 122 add w5,w5,w9 126 eor w17,w17,w5 146 add w5,w5,w10 150 eor w21,w21,w5 170 add w5,w5,w10 174 eor w21,w21,w5 196 add w5,w5,w22 // accumulate key block [all …]
|