| /third_party/node/deps/openssl/openssl/crypto/sha/asm/ |
| H A D | sha512-mips.pl | 477 .dword 0x428a2f98d728ae22, 0x7137449123ef65cd 478 .dword 0xb5c0fbcfec4d3b2f, 0xe9b5dba58189dbbc 479 .dword 0x3956c25bf348b538, 0x59f111f1b605d019 480 .dword 0x923f82a4af194f9b, 0xab1c5ed5da6d8118 481 .dword 0xd807aa98a3030242, 0x12835b0145706fbe 482 .dword 0x243185be4ee4b28c, 0x550c7dc3d5ffb4e2 483 .dword 0x72be5d74f27b896f, 0x80deb1fe3b1696b1 484 .dword 0x9bdc06a725c71235, 0xc19bf174cf692694 485 .dword 0xe49b69c19ef14ad2, 0xefbe4786384f25e3 486 .dword [all...] |
| /third_party/openssl/crypto/sha/asm/ |
| H A D | sha512-mips.pl | 477 .dword 0x428a2f98d728ae22, 0x7137449123ef65cd 478 .dword 0xb5c0fbcfec4d3b2f, 0xe9b5dba58189dbbc 479 .dword 0x3956c25bf348b538, 0x59f111f1b605d019 480 .dword 0x923f82a4af194f9b, 0xab1c5ed5da6d8118 481 .dword 0xd807aa98a3030242, 0x12835b0145706fbe 482 .dword 0x243185be4ee4b28c, 0x550c7dc3d5ffb4e2 483 .dword 0x72be5d74f27b896f, 0x80deb1fe3b1696b1 484 .dword 0x9bdc06a725c71235, 0xc19bf174cf692694 485 .dword 0xe49b69c19ef14ad2, 0xefbe4786384f25e3 486 .dword [all...] |
| /third_party/mesa3d/src/gallium/drivers/i915/ |
| H A D | i915_debug_fp.c | 160 print_src_reg(char **stream, unsigned dword) in print_src_reg() argument 162 unsigned nr = (dword >> A2_SRC2_NR_SHIFT) & REG_NR_MASK; in print_src_reg() 163 unsigned type = (dword >> A2_SRC2_TYPE_SHIFT) & REG_TYPE_MASK; in print_src_reg() 165 print_reg_neg_swizzle(stream, dword); in print_src_reg() 169 print_dest_reg(char **stream, unsigned dword) in print_dest_reg() argument 171 unsigned nr = (dword >> A0_DEST_NR_SHIFT) & REG_NR_MASK; in print_dest_reg() 172 unsigned type = (dword >> A0_DEST_TYPE_SHIFT) & REG_TYPE_MASK; in print_dest_reg() 174 if ((dword & A0_DEST_CHANNEL_ALL) == A0_DEST_CHANNEL_ALL) in print_dest_reg() 177 if (dword & A0_DEST_CHANNEL_X) in print_dest_reg() 179 if (dword in print_dest_reg() [all...] |
| H A D | i915_batchbuffer.h | 51 unsigned dword) in i915_winsys_batchbuffer_dword_unchecked() 53 *(unsigned *)batch->ptr = dword; in i915_winsys_batchbuffer_dword_unchecked() 71 unsigned dword) in i915_winsys_batchbuffer_dword() 74 i915_winsys_batchbuffer_dword_unchecked(batch, dword); in i915_winsys_batchbuffer_dword() 50 i915_winsys_batchbuffer_dword_unchecked(struct i915_winsys_batchbuffer *batch, unsigned dword) i915_winsys_batchbuffer_dword_unchecked() argument 70 i915_winsys_batchbuffer_dword(struct i915_winsys_batchbuffer *batch, unsigned dword) i915_winsys_batchbuffer_dword() argument
|
| H A D | i915_batch.h | 36 #define OUT_BATCH(dword) i915_winsys_batchbuffer_dword(i915->batch, dword)
|
| /third_party/ffmpeg/libavfilter/x86/ |
| H A D | vf_ssim.asm | 126 ; m4 = [dword] ss a,a,b,b 127 ; m6 = [dword] s12 a,a,b,b 130 vphaddwq m0, m0 ; [dword] s1 a, 0, b, 0 131 vphaddwq m1, m1 ; [dword] s2 a, 0, b, 0 132 vphadddq m4, m4 ; [dword] ss a, 0, b, 0 133 vphadddq m6, m6 ; [dword] s12 a, 0, b, 0 134 punpckhdq m2, m0, m1 ; [dword] s1 b, s2 b, 0, 0 135 punpckldq m0, m1 ; [dword] s1 a, s2 a, 0, 0 136 punpckhdq m3, m4, m6 ; [dword] ss b, s12 b, 0, 0 137 punpckldq m4, m6 ; [dword] s [all...] |
| H A D | vf_lut3d.asm | 480 mov tmpd, dword [ctxq + LUT3DContext.lutsize] 491 mulss xm1, xm0, dword [ctxq + LUT3DContext.scale + 0*4] 496 mulss xm1, xm0, dword [ctxq + LUT3DContext.scale + 1*4] 501 mulss xm1, xm0, dword [ctxq + LUT3DContext.scale + 2*4] 506 cvtsi2ss xm0, dword [ctxq + LUT3DContext.lutsize2] 514 mov tmpd, dword [prelutq + Lut3DPreLut.size] 519 VBROADCASTSS m0, dword [prelutq + Lut3DPreLut.min + 0*4] 521 VBROADCASTSS m0, dword [prelutq + Lut3DPreLut.min + 1*4] 523 VBROADCASTSS m0, dword [prelutq + Lut3DPreLut.min + 2*4] 525 VBROADCASTSS m0, dword [prelut [all...] |
| /third_party/ffmpeg/libswscale/x86/ |
| H A D | input.asm | 196 pmaddwd m0, coeff1 ; (dword) { B0*BY + G0*GY, B1*BY, B2*BY + G2*GY, B3*BY } 197 pmaddwd m1, coeff2 ; (dword) { R0*RY, G1+GY + R1*RY, R2*RY, G3+GY + R3*RY } 198 pmaddwd m2, coeff1 ; (dword) { B4*BY + G4*GY, B5*BY, B6*BY + G6*GY, B7*BY } 199 pmaddwd m3, coeff2 ; (dword) { R4*RY, G5+GY + R5*RY, R6*RY, G7+GY + R7*RY } 200 paddd m0, m1 ; (dword) { Bx*BY + Gx*GY + Rx*RY }[0-3] 201 paddd m2, m3 ; (dword) { Bx*BY + Gx*GY + Rx*RY }[4-7] 202 paddd m0, m4 ; += rgb_Yrnd, i.e. (dword) { Y[0-3] } 203 paddd m2, m4 ; += rgb_Yrnd, i.e. (dword) { Y[4-7] } 248 movsxd wq, dword r5m 278 pmaddwd m2, m0, coeffV1 ; (dword) { B [all...] |
| H A D | scale.asm | 108 mov32 pos0q, dword [fltposq+wq*4+ 0] ; filterPos[0] 109 mov32 pos1q, dword [fltposq+wq*4+ 4] ; filterPos[1] 119 mov32 pos0q, dword [fltposq+wq*4+ 8] ; filterPos[2] 120 mov32 pos1q, dword [fltposq+wq*4+12] ; filterPos[3] 158 mov32 pos0q, dword [fltposq+wq*2+0] ; filterPos[0] 159 mov32 pos1q, dword [fltposq+wq*2+4] ; filterPos[1] 167 mov32 pos0q, dword [fltposq+wq*2+8] ; filterPos[2] 168 mov32 pos1q, dword [fltposq+wq*2+12] ; filterPos[3] 255 mov32 pos0q, dword [fltposq+wq*4+0] ; filterPos[0] 256 mov32 pos1q, dword [fltpos [all...] |
| /third_party/skia/third_party/externals/swiftshader/src/Shader/ |
| H A D | Constants.hpp | 89 dword maxX[16]; 90 dword maxY[16]; 91 dword maxZ[16]; 92 dword minX[16]; 93 dword minY[16]; 94 dword minZ[16]; 95 dword fini[16];
|
| /third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
| H A D | Constants.hpp | 128 dword maxX[16]; 129 dword maxY[16]; 130 dword maxZ[16]; 131 dword minX[16]; 132 dword minY[16]; 133 dword minZ[16]; 134 dword fini[16];
|
| /third_party/ffmpeg/libswresample/x86/ |
| H A D | resample.asm | 125 PUSH dword [ctxq+ResampleContext.dst_incr_div] 126 PUSH dword [ctxq+ResampleContext.dst_incr_mod] 127 PUSH dword [ctxq+ResampleContext.filter_alloc] 129 PUSH dword [ctxq+ResampleContext.phase_count] ; unneeded replacement for phase_mask 130 PUSH dword [ctxq+ResampleContext.src_incr] 145 %define filter_bankq dword [rsp+0x0] 146 %define min_filter_length_x4q dword [rsp+0x4] 147 %define src_incrd dword [rsp+0x8] 148 %define phase_maskd dword [rsp+0xc] 149 %define dst_endq dword [rs [all...] |
| /third_party/libdrm/intel/ |
| H A D | intel_decode.c | 307 instr_out(ctx, 2, "dword\n"); in decode_mi() 309 instr_out(ctx, 3, "upper dword\n"); in decode_mi() 349 instr_out(ctx, 2, "dword\n"); in decode_mi() 351 instr_out(ctx, 3, "upper dword\n"); in decode_mi() 363 instr_out(ctx, i, "dword %d\n", i); in decode_mi() 577 instr_out(ctx, i, "dword %d\n", i); in decode_2d() 1786 int width, height, pitch, dword; in decode_3d_1d() local 1789 dword = data[i]; in decode_3d_1d() 1792 dword & (1 << 31) ? in decode_3d_1d() 1794 dword in decode_3d_1d() 2033 uint32_t dword; decode_3d_1d() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
| H A D | fd6_vsc.c | 39 dword = 4 * byte, enumerator 102 return align(nbits, dword); in primitive_stream_size_bits() 120 unsigned ndwords = prim_strm_bits / dword; in draw_stream_size_bits() 145 batch->prim_strm_bits = align(final_pkt_sz, dword); in fd6_vsc_update_sizes()
|
| /third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/ |
| H A D | jidctflt-3dn.asm | 93 mov eax, dword [DWBLOCK(1,0,esi,SIZEOF_JCOEF)] 94 or eax, dword [DWBLOCK(2,0,esi,SIZEOF_JCOEF)] 98 mov ebx, dword [DWBLOCK(3,0,esi,SIZEOF_JCOEF)] 99 mov eax, dword [DWBLOCK(4,0,esi,SIZEOF_JCOEF)] 100 or ebx, dword [DWBLOCK(5,0,esi,SIZEOF_JCOEF)] 101 or eax, dword [DWBLOCK(6,0,esi,SIZEOF_JCOEF)] 102 or ebx, dword [DWBLOCK(7,0,esi,SIZEOF_JCOEF)] 109 movd mm0, dword [DWBLOCK(0,0,esi,SIZEOF_JCOEF)] 136 movd mm0, dword [DWBLOCK(0,0,esi,SIZEOF_JCOEF)] 137 movd mm1, dword [DWBLOC [all...] |
| /third_party/node/deps/openssl/config/archs/linux64-mips64/asm/crypto/sha/ |
| H A D | sha512-mips.S | 3163 .dword 0x428a2f98d728ae22, 0x7137449123ef65cd 3164 .dword 0xb5c0fbcfec4d3b2f, 0xe9b5dba58189dbbc 3165 .dword 0x3956c25bf348b538, 0x59f111f1b605d019 3166 .dword 0x923f82a4af194f9b, 0xab1c5ed5da6d8118 3167 .dword 0xd807aa98a3030242, 0x12835b0145706fbe 3168 .dword 0x243185be4ee4b28c, 0x550c7dc3d5ffb4e2 3169 .dword 0x72be5d74f27b896f, 0x80deb1fe3b1696b1 3170 .dword 0x9bdc06a725c71235, 0xc19bf174cf692694 3171 .dword 0xe49b69c19ef14ad2, 0xefbe4786384f25e3 3172 .dword [all...] |
| /third_party/node/deps/openssl/config/archs/linux64-mips64/asm_avx2/crypto/sha/ |
| H A D | sha512-mips.S | 3163 .dword 0x428a2f98d728ae22, 0x7137449123ef65cd 3164 .dword 0xb5c0fbcfec4d3b2f, 0xe9b5dba58189dbbc 3165 .dword 0x3956c25bf348b538, 0x59f111f1b605d019 3166 .dword 0x923f82a4af194f9b, 0xab1c5ed5da6d8118 3167 .dword 0xd807aa98a3030242, 0x12835b0145706fbe 3168 .dword 0x243185be4ee4b28c, 0x550c7dc3d5ffb4e2 3169 .dword 0x72be5d74f27b896f, 0x80deb1fe3b1696b1 3170 .dword 0x9bdc06a725c71235, 0xc19bf174cf692694 3171 .dword 0xe49b69c19ef14ad2, 0xefbe4786384f25e3 3172 .dword [all...] |
| /third_party/mesa3d/src/util/ |
| H A D | bitscan.h | 105 #define u_foreach_bit(b, dword) \ 106 for (uint32_t __dword = (dword), b; \ 118 #define u_foreach_bit64(b, dword) \ 119 for (uint64_t __dword = (dword), b; \
|
| /third_party/skia/third_party/externals/swiftshader/src/System/ |
| H A D | Types.hpp | 78 typedef ALIGN(4, uint32_t) dword; member 199 using dword2 = vec2<dword>; 207 using dword3 = vec3<dword>; 217 using dword4 = vec4<dword>;
|
| /third_party/vulkan-loader/loader/ |
| H A D | unknown_ext_chain_masm.asm | 78 mov eax, dword ptr [esp + 4] ; Load the wrapped VkPhysicalDevice into eax 82 jmp dword ptr [eax + (PHYS_DEV_OFFSET_INST_DISPATCH + (PTR_SIZE * num))] ; Jump to the next function in the chain, preserving the args on the stack 88 mov ecx, dword ptr [esp + 4] ; Move the wrapped VkPhysicalDevice into ecx 89 mov eax, dword ptr [ecx + ICD_TERM_OFFSET_PHYS_DEV_TERM] ; Store the loader_icd_term* in eax 90 cmp dword ptr [eax + (DISPATCH_OFFSET_ICD_TERM + (PTR_SIZE * num))], 0 ; Check if the next function in the chain is NULL 92 mov ecx, dword ptr [ecx + PHYS_DEV_OFFSET_PHYS_DEV_TERM] ; Unwrap the VkPhysicalDevice in ecx 93 mov dword ptr [esp + 4], ecx ; Copy the unwrapped VkPhysicalDevice into the first arg 94 jmp dword ptr [eax + (DISPATCH_OFFSET_ICD_TERM + (PTR_SIZE * num))] ; Jump to the next function in the chain 96 mov eax, dword ptr [eax + INSTANCE_OFFSET_ICD_TERM] ; Load the loader_instance into eax 97 push dword pt [all...] |
| /third_party/mesa3d/src/freedreno/decode/ |
| H A D | cffdec.c | 277 parse_dword_addr(uint32_t dword, uint32_t *gpuaddr, uint32_t *flags, in parse_dword_addr() argument 281 *gpuaddr = dword & ~mask; in parse_dword_addr() 282 *flags = dword & mask; in parse_dword_addr() 344 reg_dump_scratch(const char *name, uint32_t dword, int level) in reg_dump_scratch() argument 385 reg_dump_gpuaddr(const char *name, uint32_t dword, int level) in reg_dump_gpuaddr() argument 387 dump_gpuaddr(dword, level); in reg_dump_gpuaddr() 392 reg_gpuaddr_lo(const char *name, uint32_t dword, int level) in reg_gpuaddr_lo() argument 394 gpuaddr_lo = dword; in reg_gpuaddr_lo() 398 reg_dump_gpuaddr_hi(const char *name, uint32_t dword, int level) in reg_dump_gpuaddr_hi() argument 400 dump_gpuaddr(gpuaddr_lo | (((uint64_t)dword) << 3 in reg_dump_gpuaddr_hi() 462 reg_disasm_gpuaddr(const char *name, uint32_t dword, int level) reg_disasm_gpuaddr() argument 468 reg_disasm_gpuaddr_hi(const char *name, uint32_t dword, int level) reg_disasm_gpuaddr_hi() argument 506 reg_dump_tex_samp_hi(const char *name, uint32_t dword, int level) reg_dump_tex_samp_hi() argument 522 reg_dump_tex_const_hi(const char *name, uint32_t dword, int level) reg_dump_tex_const_hi() argument 819 dump_register_val(uint32_t regbase, uint32_t dword, int level) dump_register_val() argument 869 dump_register(uint32_t regbase, uint32_t dword, int level) dump_register() argument [all...] |
| /third_party/mesa3d/src/imagination/vulkan/ |
| H A D | pvr_csb.h | 200 * \brief Stores dword into the control stream pointed by the csb object. 203 * \param[in] dword Dword to store into control stream. 205 #define pvr_csb_emit_dword(csb, dword) \ 208 STATIC_ASSERT(sizeof(dword) == sizeof(uint32_t)); \ 212 *dw = dword; \
|
| /third_party/libsnd/src/ |
| H A D | wavlike.c | 1293 { uint32_t marker, dword = 0, vmajor = -1, vminor = -1, bytesread = 0 ; in exif_subchunk_parse() local 1309 bytesread += psf_binheader_readf (psf, "j4", 4, &dword) ; in exif_subchunk_parse() 1310 vmajor = 10 * (((dword >> 24) & 0xff) - '0') + (((dword >> 16) & 0xff) - '0') ; in exif_subchunk_parse() 1311 vminor = 10 * (((dword >> 8) & 0xff) - '0') + ((dword & 0xff) - '0') ; in exif_subchunk_parse() 1316 bytesread += psf_binheader_readf (psf, "4", &dword) ; in exif_subchunk_parse() 1317 psf_log_printf (psf, "%M : %u\n", marker, dword) ; in exif_subchunk_parse() 1318 if (dword > length || bytesread + dword > lengt in exif_subchunk_parse() [all...] |
| /third_party/ffmpeg/tests/checkasm/x86/ |
| H A D | checkasm.asm | 188 %define n3 dword 0x6549315c 189 %define n4 dword 0xe02f3e23 190 %define n5 dword 0xb78d0d1d 191 %define n6 dword 0x33627ba7 213 PUSH dword [esp+20+max_args*4]
|
| /third_party/ffmpeg/libavcodec/x86/ |
| H A D | h264_idct.asm | 299 mov dword [r1], 0 309 mov dword [r1], 0 345 mov dst2d, dword [r1+r5*4] 360 mov dst2d, dword [r1+r5*4] 383 mov r0d, dword [r1+r5*4] 388 add r0, dword [r1+r5*4] 480 mov r0d, dword [r1+%1*8] 517 mov r0d, dword [r1+%1*8] 529 mov r0d, dword [r1+%1*8] 565 mov r0d, dword [r [all...] |