/third_party/openssl/crypto/poly1305/asm/ |
D | poly1305-mips.pl | 71 ($in0,$in1,$tmp0,$tmp1,$tmp2,$tmp3,$tmp4) = ($a4,$a5,$a6,$a7,$at,$t0,$t1); 117 ori $tmp0,$zero,0xFF 118 dsll $tmp2,$tmp0,32 119 or $tmp0,$tmp2 # 0x000000FF000000FF 121 and $tmp1,$in0,$tmp0 # byte swap 122 and $tmp3,$in1,$tmp0 127 and $tmp2,$tmp0 128 and $tmp4,$tmp0 129 dsll $tmp0,8 # 0x0000FF000000FF00 132 and $tmp2,$in0,$tmp0 [all …]
|
/third_party/ffmpeg/libavcodec/ |
D | on2avc.c | 465 float *tmp0, float *tmp1) in wtf_end_512() argument 467 memcpy(src, tmp0, 384 * sizeof(*tmp0)); in wtf_end_512() 468 memcpy(tmp0 + 384, src + 384, 128 * sizeof(*tmp0)); in wtf_end_512() 489 pretwiddle(&tmp0[ 0], tmp1, 512, 84, 4, 16, 4, ff_on2avc_tabs_20_84_1); in wtf_end_512() 490 pretwiddle(&tmp0[128], tmp1, 512, 84, 4, 16, 4, ff_on2avc_tabs_20_84_2); in wtf_end_512() 491 pretwiddle(&tmp0[256], tmp1, 512, 84, 4, 13, 7, ff_on2avc_tabs_20_84_3); in wtf_end_512() 492 pretwiddle(&tmp0[384], tmp1, 512, 84, 4, 15, 5, ff_on2avc_tabs_20_84_4); in wtf_end_512() 498 float *tmp0, float *tmp1) in wtf_end_1024() argument 500 memcpy(src, tmp0, 768 * sizeof(*tmp0)); in wtf_end_1024() 501 memcpy(tmp0 + 768, src + 768, 256 * sizeof(*tmp0)); in wtf_end_1024() [all …]
|
D | jrevdct.c | 215 int32_t tmp0, tmp1, tmp2, tmp3; variable 278 tmp0 = (d0 + d4) * CONST_SCALE; 281 tmp10 = tmp0 + tmp3; 282 tmp13 = tmp0 - tmp3; 290 tmp0 = (d0 + d4) * CONST_SCALE; 293 tmp10 = tmp0 + tmp3; 294 tmp13 = tmp0 - tmp3; 304 tmp0 = (d0 + d4) * CONST_SCALE; 307 tmp10 = tmp0 + tmp3; 308 tmp13 = tmp0 - tmp3; [all …]
|
D | jfdctfst.c | 146 int tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; variable 156 tmp0 = dataptr[0] + dataptr[7]; 167 tmp10 = tmp0 + tmp3; /* phase 2 */ 168 tmp13 = tmp0 - tmp3; 210 int tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; in ff_fdct_ifast() local 222 tmp0 = dataptr[DCTSIZE*0] + dataptr[DCTSIZE*7]; in ff_fdct_ifast() 233 tmp10 = tmp0 + tmp3; /* phase 2 */ in ff_fdct_ifast() 234 tmp13 = tmp0 - tmp3; in ff_fdct_ifast() 276 int tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; in ff_fdct_ifast248() local 288 tmp0 = dataptr[DCTSIZE*0] + dataptr[DCTSIZE*1]; in ff_fdct_ifast248() [all …]
|
/third_party/openssl/crypto/sha/asm/ |
D | sha1-sparcv9a.pl | 55 $tmp0="%i3"; 156 sll $a,5,$tmp0 !! $i 161 add $tmp0,$e,$e 175 sll $a,5,$tmp0 !! $i 180 add $tmp0,$e,$e 209 sll $a,5,$tmp0 !! $i 213 add $tmp0,$e,$e 215 xor $c,$b,$tmp0 218 xor $d,$tmp0,$tmp1 227 sll $a,5,$tmp0 !! $i [all …]
|
D | sha512-sparcv9.pl | 119 $tmp0="%g3"; 189 add $tmp31,32,$tmp0 190 sllx @pair[0],$tmp0,$tmp1 206 add $tmp31,32,$tmp0 208 sllx @pair[0],$tmp0,$tmp1 238 $SRL $e,@Sigma1[1],$tmp0 241 xor $tmp0,$h,$h 242 $SRL $e,@Sigma1[2],$tmp0 245 xor $tmp0,$h,$h 247 xor $tmp1,$h,$tmp0 ! Sigma1(e) [all …]
|
D | sha512-mips.pl | 141 my ($T1,$tmp0,$tmp1,$tmp2)=(@X[4],@X[5],@X[6],@X[7]); 156 srl $tmp0,@X[0],24 # byte swap($i) 162 or @X[0],$tmp0 172 ori $tmp0,$zero,0xFF 173 dsll $tmp2,$tmp0,32 174 or $tmp0,$tmp2 # 0x000000FF000000FF 175 and $tmp1,@X[0],$tmp0 # byte swap($i) 178 and $tmp2,$tmp0 179 dsll $tmp0,8 # 0x0000FF000000FF00 181 and $tmp2,@X[0],$tmp0 [all …]
|
D | sha1-sparcv9.pl | 56 $tmp0="%i3"; 65 sll $a,5,$tmp0 !! $i 68 add $tmp0,$e,$e 69 and $c,$b,$tmp0 74 or $tmp1,$tmp0,$tmp1 93 sll $a,5,$tmp0 !! $i 103 sll $a,5,$tmp0 !! $i 128 add $tmp0,$e,$e !! 129 and $c,$b,$tmp0 135 or $tmp1,$tmp0,$tmp1 [all …]
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/ |
D | jidctred-neon.c | 147 int32x4_t tmp0 = vmull_lane_s16(vget_low_s16(cols_1155), consts, 3); in jsimd_idct_2x2_neon() local 148 tmp0 = vmlal_lane_s16(tmp0, vget_low_s16(cols_3377), consts, 2); in jsimd_idct_2x2_neon() 149 tmp0 = vmlal_lane_s16(tmp0, vget_high_s16(cols_1155), consts, 1); in jsimd_idct_2x2_neon() 150 tmp0 = vmlal_lane_s16(tmp0, vget_high_s16(cols_3377), consts, 0); in jsimd_idct_2x2_neon() 153 int16x8_t output_s16 = vcombine_s16(vaddhn_s32(tmp10, tmp0), in jsimd_idct_2x2_neon() 154 vsubhn_s32(tmp10, tmp0)); in jsimd_idct_2x2_neon() 262 int32x4_t tmp0 = vshll_n_s16(vget_high_s16(row0), CONST_BITS + 1); in jsimd_idct_4x4_neon() local 270 int32x4_t tmp10 = vaddq_s32(tmp0, tmp2); in jsimd_idct_4x4_neon() 271 int32x4_t tmp12 = vsubq_s32(tmp0, tmp2); in jsimd_idct_4x4_neon() 279 tmp0 = vmull_lane_s16(z1, consts.val[0], 2); in jsimd_idct_4x4_neon() [all …]
|
D | jidctint-neon.c | 379 int32x4_t tmp0 = vshll_n_s16(vadd_s16(z2_s16, z3_s16), CONST_BITS); in jsimd_idct_islow_pass1_regular() local 382 int32x4_t tmp10 = vaddq_s32(tmp0, tmp3); in jsimd_idct_islow_pass1_regular() 383 int32x4_t tmp13 = vsubq_s32(tmp0, tmp3); in jsimd_idct_islow_pass1_regular() 428 tmp0 = vmull_lane_s16(tmp0_s16, consts.val[0], 3); in jsimd_idct_islow_pass1_regular() 433 tmp0 = vmlsl_lane_s16(tmp0, tmp3_s16, consts.val[0], 0); in jsimd_idct_islow_pass1_regular() 438 tmp0 = vaddq_s32(tmp0, z3); in jsimd_idct_islow_pass1_regular() 448 vrshrn_n_s32(vaddq_s32(tmp13, tmp0), DESCALE_P1) in jsimd_idct_islow_pass1_regular() 451 vrshrn_n_s32(vsubq_s32(tmp13, tmp0), DESCALE_P1), in jsimd_idct_islow_pass1_regular() 501 int32x4_t tmp0 = vshll_n_s16(z2_s16, CONST_BITS); in jsimd_idct_islow_pass1_sparse() local 504 int32x4_t tmp10 = vaddq_s32(tmp0, tmp3); in jsimd_idct_islow_pass1_sparse() [all …]
|
/third_party/libjpeg-turbo/simd/arm/ |
D | jidctred-neon.c | 147 int32x4_t tmp0 = vmull_lane_s16(vget_low_s16(cols_1155), consts, 3); in jsimd_idct_2x2_neon() local 148 tmp0 = vmlal_lane_s16(tmp0, vget_low_s16(cols_3377), consts, 2); in jsimd_idct_2x2_neon() 149 tmp0 = vmlal_lane_s16(tmp0, vget_high_s16(cols_1155), consts, 1); in jsimd_idct_2x2_neon() 150 tmp0 = vmlal_lane_s16(tmp0, vget_high_s16(cols_3377), consts, 0); in jsimd_idct_2x2_neon() 153 int16x8_t output_s16 = vcombine_s16(vaddhn_s32(tmp10, tmp0), in jsimd_idct_2x2_neon() 154 vsubhn_s32(tmp10, tmp0)); in jsimd_idct_2x2_neon() 262 int32x4_t tmp0 = vshll_n_s16(vget_high_s16(row0), CONST_BITS + 1); in jsimd_idct_4x4_neon() local 270 int32x4_t tmp10 = vaddq_s32(tmp0, tmp2); in jsimd_idct_4x4_neon() 271 int32x4_t tmp12 = vsubq_s32(tmp0, tmp2); in jsimd_idct_4x4_neon() 279 tmp0 = vmull_lane_s16(z1, consts.val[0], 2); in jsimd_idct_4x4_neon() [all …]
|
D | jidctint-neon.c | 379 int32x4_t tmp0 = vshll_n_s16(vadd_s16(z2_s16, z3_s16), CONST_BITS); in jsimd_idct_islow_pass1_regular() local 382 int32x4_t tmp10 = vaddq_s32(tmp0, tmp3); in jsimd_idct_islow_pass1_regular() 383 int32x4_t tmp13 = vsubq_s32(tmp0, tmp3); in jsimd_idct_islow_pass1_regular() 428 tmp0 = vmull_lane_s16(tmp0_s16, consts.val[0], 3); in jsimd_idct_islow_pass1_regular() 433 tmp0 = vmlsl_lane_s16(tmp0, tmp3_s16, consts.val[0], 0); in jsimd_idct_islow_pass1_regular() 438 tmp0 = vaddq_s32(tmp0, z3); in jsimd_idct_islow_pass1_regular() 448 vrshrn_n_s32(vaddq_s32(tmp13, tmp0), DESCALE_P1) in jsimd_idct_islow_pass1_regular() 451 vrshrn_n_s32(vsubq_s32(tmp13, tmp0), DESCALE_P1), in jsimd_idct_islow_pass1_regular() 501 int32x4_t tmp0 = vshll_n_s16(z2_s16, CONST_BITS); in jsimd_idct_islow_pass1_sparse() local 504 int32x4_t tmp10 = vaddq_s32(tmp0, tmp3); in jsimd_idct_islow_pass1_sparse() [all …]
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/ |
D | jidctred.c | 125 JLONG tmp0, tmp2, tmp10, tmp12; variable 162 tmp0 = DEQUANTIZE(inptr[DCTSIZE * 0], quantptr[DCTSIZE * 0]); 163 tmp0 = LEFT_SHIFT(tmp0, CONST_BITS + 1); 170 tmp10 = tmp0 + tmp2; 171 tmp12 = tmp0 - tmp2; 180 tmp0 = MULTIPLY(z1, -FIX_0_211164243) + /* sqrt(2) * ( c3-c1) */ 197 (int)DESCALE(tmp12 + tmp0, CONST_BITS - PASS1_BITS + 1); 199 (int)DESCALE(tmp12 - tmp0, CONST_BITS - PASS1_BITS + 1); 228 tmp0 = LEFT_SHIFT((JLONG)wsptr[0], CONST_BITS + 1); 233 tmp10 = tmp0 + tmp2; [all …]
|
D | jidctint.c | 177 JLONG tmp0, tmp1, tmp2, tmp3; variable 242 tmp0 = LEFT_SHIFT(z2 + z3, CONST_BITS); 245 tmp10 = tmp0 + tmp3; 246 tmp13 = tmp0 - tmp3; 254 tmp0 = DEQUANTIZE(inptr[DCTSIZE * 7], quantptr[DCTSIZE * 7]); 259 z1 = tmp0 + tmp3; 261 z3 = tmp0 + tmp2; 265 tmp0 = MULTIPLY(tmp0, FIX_0_298631336); /* sqrt(2) * (-c1+c3+c5-c7) */ 277 tmp0 += z1 + z3; 290 wsptr[DCTSIZE * 3] = (int)DESCALE(tmp13 + tmp0, CONST_BITS - PASS1_BITS); [all …]
|
/third_party/libjpeg-turbo/ |
D | jidctred.c | 125 JLONG tmp0, tmp2, tmp10, tmp12; variable 162 tmp0 = DEQUANTIZE(inptr[DCTSIZE * 0], quantptr[DCTSIZE * 0]); 163 tmp0 = LEFT_SHIFT(tmp0, CONST_BITS + 1); 170 tmp10 = tmp0 + tmp2; 171 tmp12 = tmp0 - tmp2; 180 tmp0 = MULTIPLY(z1, -FIX_0_211164243) + /* sqrt(2) * ( c3-c1) */ 197 (int)DESCALE(tmp12 + tmp0, CONST_BITS - PASS1_BITS + 1); 199 (int)DESCALE(tmp12 - tmp0, CONST_BITS - PASS1_BITS + 1); 228 tmp0 = LEFT_SHIFT((JLONG)wsptr[0], CONST_BITS + 1); 233 tmp10 = tmp0 + tmp2; [all …]
|
D | jidctint.c | 177 JLONG tmp0, tmp1, tmp2, tmp3; variable 242 tmp0 = LEFT_SHIFT(z2 + z3, CONST_BITS); 245 tmp10 = tmp0 + tmp3; 246 tmp13 = tmp0 - tmp3; 254 tmp0 = DEQUANTIZE(inptr[DCTSIZE * 7], quantptr[DCTSIZE * 7]); 259 z1 = tmp0 + tmp3; 261 z3 = tmp0 + tmp2; 265 tmp0 = MULTIPLY(tmp0, FIX_0_298631336); /* sqrt(2) * (-c1+c3+c5-c7) */ 277 tmp0 += z1 + z3; 290 wsptr[DCTSIZE * 3] = (int)DESCALE(tmp13 + tmp0, CONST_BITS - PASS1_BITS); [all …]
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
D | jidctred.c | 125 JLONG tmp0, tmp2, tmp10, tmp12; variable 162 tmp0 = DEQUANTIZE(inptr[DCTSIZE * 0], quantptr[DCTSIZE * 0]); 163 tmp0 = LEFT_SHIFT(tmp0, CONST_BITS + 1); 170 tmp10 = tmp0 + tmp2; 171 tmp12 = tmp0 - tmp2; 180 tmp0 = MULTIPLY(z1, -FIX_0_211164243) + /* sqrt(2) * ( c3-c1) */ 197 (int)DESCALE(tmp12 + tmp0, CONST_BITS - PASS1_BITS + 1); 199 (int)DESCALE(tmp12 - tmp0, CONST_BITS - PASS1_BITS + 1); 228 tmp0 = LEFT_SHIFT((JLONG)wsptr[0], CONST_BITS + 1); 233 tmp10 = tmp0 + tmp2; [all …]
|
D | jidctint.c | 177 JLONG tmp0, tmp1, tmp2, tmp3; variable 242 tmp0 = LEFT_SHIFT(z2 + z3, CONST_BITS); 245 tmp10 = tmp0 + tmp3; 246 tmp13 = tmp0 - tmp3; 254 tmp0 = DEQUANTIZE(inptr[DCTSIZE * 7], quantptr[DCTSIZE * 7]); 259 z1 = tmp0 + tmp3; 261 z3 = tmp0 + tmp2; 265 tmp0 = MULTIPLY(tmp0, FIX_0_298631336); /* sqrt(2) * (-c1+c3+c5-c7) */ 277 tmp0 += z1 + z3; 290 wsptr[DCTSIZE * 3] = (int)DESCALE(tmp13 + tmp0, CONST_BITS - PASS1_BITS); [all …]
|
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_aa_point.c | 103 unsigned tmp0; in aa_prolog() local 156 tmp0 = ts->tmp; in aa_prolog() 160 TGSI_FILE_TEMPORARY, tmp0, TGSI_WRITEMASK_XY, in aa_prolog() 166 TGSI_FILE_TEMPORARY, tmp0, TGSI_WRITEMASK_X, in aa_prolog() 167 TGSI_FILE_TEMPORARY, tmp0, in aa_prolog() 168 TGSI_FILE_TEMPORARY, tmp0, false); in aa_prolog() 172 TGSI_FILE_TEMPORARY, tmp0, TGSI_WRITEMASK_X, in aa_prolog() 173 TGSI_FILE_TEMPORARY, tmp0); in aa_prolog() 179 TGSI_FILE_TEMPORARY, tmp0, TGSI_WRITEMASK_W, in aa_prolog() 185 TGSI_FILE_TEMPORARY, tmp0, TGSI_WRITEMASK_Y, in aa_prolog() [all …]
|
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_pipe_aapoint.c | 125 int tmp0, colorTemp; /**< temp registers */ member 175 int tmp0; in aa_transform_prolog() local 182 if (aactx->tmp0 < 0) in aa_transform_prolog() 183 aactx->tmp0 = i; in aa_transform_prolog() 191 assert(aactx->colorTemp != aactx->tmp0); in aa_transform_prolog() 193 tmp0 = aactx->tmp0; in aa_transform_prolog() 201 tgsi_transform_temp_decl(ctx, tmp0); in aa_transform_prolog() 216 TGSI_FILE_TEMPORARY, tmp0, TGSI_WRITEMASK_XY, in aa_transform_prolog() 222 TGSI_FILE_TEMPORARY, tmp0, TGSI_WRITEMASK_X, in aa_transform_prolog() 223 TGSI_FILE_TEMPORARY, tmp0, TGSI_SWIZZLE_X, in aa_transform_prolog() [all …]
|
/third_party/openh264/codec/common/loongarch/ |
D | satd_sad_lasx.c | 254 __m256i tmp0, tmp1, tmp2, tmp3; in WelsSampleSatd4x4_lasx() local 281 tmp0 = __lasx_xvsubwev_h_bu(src1_0, src2_0); in WelsSampleSatd4x4_lasx() 283 tmp2 = __lasx_xvilvl_w(tmp0, tmp1); in WelsSampleSatd4x4_lasx() 284 tmp3 = __lasx_xvilvh_w(tmp0, tmp1); in WelsSampleSatd4x4_lasx() 285 tmp0 = __lasx_xvpermi_q(tmp3, tmp2, 0x20); in WelsSampleSatd4x4_lasx() 286 tmp0 = __lasx_xvshuf_h((__m256i)mask, tmp0, tmp0); in WelsSampleSatd4x4_lasx() 288 iSample01 = __lasx_xvhaddw_w_h(tmp0, tmp0); in WelsSampleSatd4x4_lasx() 289 iSample23 = __lasx_xvhsubw_w_h(tmp0, tmp0); in WelsSampleSatd4x4_lasx() 290 tmp0 = __lasx_xvhaddw_d_w(iSample01, iSample01); in WelsSampleSatd4x4_lasx() 295 tmp1 = __lasx_xvpackev_w(tmp1, tmp0); in WelsSampleSatd4x4_lasx() [all …]
|
/third_party/openssl/crypto/bn/asm/ |
D | sparcv9-mont.pl | 71 $tmp0="%g4"; 124 mulx $apj,$mul0,$tmp0 !prologue! ap[1]*bp[0] 138 mov $tmp0,$acc0 !prologue! 141 mulx $apj,$mul0,$tmp0 151 mov $tmp0,$acc0 160 mulx $apj,$mul0,$tmp0 !epilogue! 170 add $tmp0,$car0,$car0 195 mulx $apj,$mul0,$tmp0 !prologue! 209 mov $tmp0,$acc0 !prologue! 212 mulx $apj,$mul0,$tmp0 [all …]
|
/third_party/flutter/skia/third_party/externals/libwebp/src/dsp/ |
D | enc_msa.c | 84 v4i32 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5; in FTransform_MSA() local 104 tmp0 = __msa_hadd_s_w(t3, t3); in FTransform_MSA() 109 PCKEV_H2_SH(tmp1, tmp0, tmp3, tmp2, t0, t1); in FTransform_MSA() 113 tmp0 = __msa_hadd_s_w(t3, t3); in FTransform_MSA() 115 ADDVI_W2_SW(tmp0, 7, tmp2, 7, tmp0, tmp2); in FTransform_MSA() 116 SRAI_W2_SW(tmp0, tmp2, 4); in FTransform_MSA() 126 PCKEV_H2_SH(tmp1, tmp0, tmp3, tmp2, t0, t1); in FTransform_MSA() 137 v8i16 tmp0, tmp1, tmp2, tmp3; in FTransformWHT_MSA() local 160 ADDSUB2(in0, in1, tmp0, tmp1); in FTransformWHT_MSA() 161 VSHF_H2_SH(tmp0, tmp1, tmp0, tmp1, mask0, mask1, tmp2, tmp3); in FTransformWHT_MSA() [all …]
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
D | enc_msa.c | 84 v4i32 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5; in FTransform_MSA() local 104 tmp0 = __msa_hadd_s_w(t3, t3); in FTransform_MSA() 109 PCKEV_H2_SH(tmp1, tmp0, tmp3, tmp2, t0, t1); in FTransform_MSA() 113 tmp0 = __msa_hadd_s_w(t3, t3); in FTransform_MSA() 115 ADDVI_W2_SW(tmp0, 7, tmp2, 7, tmp0, tmp2); in FTransform_MSA() 116 SRAI_W2_SW(tmp0, tmp2, 4); in FTransform_MSA() 126 PCKEV_H2_SH(tmp1, tmp0, tmp3, tmp2, t0, t1); in FTransform_MSA() 137 v8i16 tmp0, tmp1, tmp2, tmp3; in FTransformWHT_MSA() local 160 ADDSUB2(in0, in1, tmp0, tmp1); in FTransformWHT_MSA() 161 VSHF_H2_SH(tmp0, tmp1, tmp0, tmp1, mask0, mask1, tmp2, tmp3); in FTransformWHT_MSA() [all …]
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_aos.c | 436 LLVMValueRef tmp0; in lp_emit_instruction_aos() local 479 tmp0 = lp_build_abs(&bld->bld_base.base, src0); in lp_emit_instruction_aos() 480 dst0 = lp_build_rsqrt(&bld->bld_base.base, tmp0); in lp_emit_instruction_aos() 528 tmp0 = lp_build_cmp(&bld->bld_base.base, PIPE_FUNC_LESS, src0, src1); in lp_emit_instruction_aos() 529 …dst0 = lp_build_select(&bld->bld_base.base, tmp0, bld->bld_base.base.one, bld->bld_base.base.zero); in lp_emit_instruction_aos() 536 tmp0 = lp_build_cmp(&bld->bld_base.base, PIPE_FUNC_GEQUAL, src0, src1); in lp_emit_instruction_aos() 537 …dst0 = lp_build_select(&bld->bld_base.base, tmp0, bld->bld_base.base.one, bld->bld_base.base.zero); in lp_emit_instruction_aos() 545 tmp0 = lp_build_mul(&bld->bld_base.base, src0, src1); in lp_emit_instruction_aos() 546 dst0 = lp_build_add(&bld->bld_base.base, tmp0, src2); in lp_emit_instruction_aos() 553 tmp0 = lp_build_sub(&bld->bld_base.base, src1, src2); in lp_emit_instruction_aos() [all …]
|