Home
last modified time | relevance | path

Searched refs:tmp32 (Results 1 – 7 of 7) sorted by relevance

/third_party/ffmpeg/libswscale/ppc/
Dswscale_vsx.c537 vec_s32 vy32_l, vy32_r, vu32_l, vu32_r, vv32_l, vv32_r, tmp32; in yuv2rgb_full_X_vsx_template() local
644 tmp32 = vec_mul(vu32_l, u2g_coeff); in yuv2rgb_full_X_vsx_template()
646 G_l = vec_add(G_l, tmp32); in yuv2rgb_full_X_vsx_template()
648 tmp32 = vec_mul(vu32_r, u2g_coeff); in yuv2rgb_full_X_vsx_template()
650 G_r = vec_add(G_r, tmp32); in yuv2rgb_full_X_vsx_template()
694 vec_s32 vy32_l, vy32_r, vu32_l, vu32_r, vv32_l, vv32_r, tmp32; in yuv2rgb_full_2_vsx_template() local
784 tmp32 = vec_mul(vu32_l, u2g_coeff); in yuv2rgb_full_2_vsx_template()
786 G_l = vec_add(G_l, tmp32); in yuv2rgb_full_2_vsx_template()
788 tmp32 = vec_mul(vu32_r, u2g_coeff); in yuv2rgb_full_2_vsx_template()
790 G_r = vec_add(G_r, tmp32); in yuv2rgb_full_2_vsx_template()
[all …]
/third_party/openssl/crypto/sha/asm/
Dsha512-sparcv9.pl128 $tmp32="%i5";
142 subcc %g0,$tmp31,$tmp32 ! should be 64-$tmp31, but -$tmp31 works too
152 srlx @X[$j+1],$tmp32,$tmp1
158 srlx $T1,$tmp32,$T1
192 srlx @pair[2],$tmp32,@pair[1]
210 srlx @pair[2],$tmp32,@pair[1]
282 $xi=$tmp32;
300 $xi=$tmp32;
682 mov 32,$tmp32
683 sub $tmp32,$tmp31,$tmp32
/third_party/node/deps/openssl/openssl/crypto/sha/asm/
Dsha512-sparcv9.pl128 $tmp32="%i5";
142 subcc %g0,$tmp31,$tmp32 ! should be 64-$tmp31, but -$tmp31 works too
152 srlx @X[$j+1],$tmp32,$tmp1
158 srlx $T1,$tmp32,$T1
192 srlx @pair[2],$tmp32,@pair[1]
210 srlx @pair[2],$tmp32,@pair[1]
282 $xi=$tmp32;
300 $xi=$tmp32;
682 mov 32,$tmp32
683 sub $tmp32,$tmp31,$tmp32
/third_party/curl/projects/
Dbuild-openssl.bat514 move tmp32.dbg\lib.pdb "%OUTDIR%\LIB Debug" 1>nul
517 rd tmp32.dbg /s /q
545 move tmp32\lib.pdb "%OUTDIR%\LIB Release" 1>nul
548 rd tmp32 /s /q
/third_party/skia/third_party/externals/libwebp/src/enc/
Dpredictor_enc.c433 uint32_t* const tmp32 = upper_row; in CopyImageWithPrediction() local
435 current_row = tmp32; in CopyImageWithPrediction()
/third_party/mesa3d/src/intel/compiler/
Dbrw_vec4_nir.cpp1400 src_reg tmp32 = src_reg(this, glsl_type::vec4_type); in nir_emit_alu() local
1414 emit(F16TO32(dst_reg(tmp32), tmp16)); in nir_emit_alu()
1416 inst = emit(BRW_OPCODE_SEL, dst, zero, tmp32); in nir_emit_alu()
Dbrw_fs_nir.cpp1660 fs_reg tmp32 = bld.vgrf(BRW_REGISTER_TYPE_F); in nir_emit_alu() local
1679 bld.emit(BRW_OPCODE_F16TO32, tmp32, tmp16); in nir_emit_alu()
1681 inst = bld.SEL(result, zero, tmp32); in nir_emit_alu()