Home
last modified time | relevance | path

Searched refs:temp_1 (Results 1 – 6 of 6) sorted by relevance

/external/libavc/common/x86/
Dih264_resi_trans_quant_sse42.c117 __m128i temp_1 = _mm_set1_epi16(1); in ih264_resi_trans_quant_4x4_sse42() local
245 sign_reg0 = _mm_add_epi16(temp_1,sign_reg0); in ih264_resi_trans_quant_4x4_sse42()
246 sign_reg2 = _mm_add_epi16(temp_1,sign_reg2); in ih264_resi_trans_quant_4x4_sse42()
301 cmp0 = _mm_and_si128(temp_1, cmp0); in ih264_resi_trans_quant_4x4_sse42()
314 cmp1 = _mm_and_si128(temp_1, cmp1); in ih264_resi_trans_quant_4x4_sse42()
391 __m128i temp_1 = _mm_set1_epi16(1); in ih264_resi_trans_quant_chroma_4x4_sse42() local
528 sign_reg0 = _mm_add_epi16(temp_1,sign_reg0); in ih264_resi_trans_quant_chroma_4x4_sse42()
529 sign_reg2 = _mm_add_epi16(temp_1,sign_reg2); in ih264_resi_trans_quant_chroma_4x4_sse42()
586 cmp0 = _mm_and_si128(temp_1, cmp0); in ih264_resi_trans_quant_chroma_4x4_sse42()
599 cmp1 = _mm_and_si128(temp_1, cmp1); in ih264_resi_trans_quant_chroma_4x4_sse42()
[all …]
/external/libxaac/decoder/
Dixheaacd_env_dec.c669 WORD32 temp_1 = in ixheaacd_dec_envelope() local
671 if (temp_1 < 0) return -1; in ixheaacd_dec_envelope()
672 temp_1 = ptr_sbr_data->str_frame_info_details.border_vec[0] - temp_1; in ixheaacd_dec_envelope()
675 (temp_1 != 0)) { in ixheaacd_dec_envelope()
/external/v8/src/compiler/arm/
Dcode-generator-arm.cc3404 SwVfpRegister temp_1 = temps.AcquireS(); in AssembleSwap() local
3406 __ vldr(temp_1, src); in AssembleSwap()
3408 __ vstr(temp_1, dst); in AssembleSwap()
3414 DwVfpRegister temp_1 = temps.AcquireD(); in AssembleSwap() local
3416 __ vldr(temp_1, src); in AssembleSwap()
3418 __ vstr(temp_1, dst); in AssembleSwap()
3427 SwVfpRegister temp_1 = temp.high(); in AssembleSwap() local
3429 __ vldr(temp_1, src0); in AssembleSwap()
3431 __ vstr(temp_1, dst0); in AssembleSwap()
3433 __ vldr(temp_1, src1); in AssembleSwap()
[all …]
/external/v8/src/compiler/mips/
Dcode-generator-mips.cc3503 Register temp_1 = kScratchReg2; in AssembleSwap() local
3507 __ lw(temp_1, dst); in AssembleSwap()
3509 __ sw(temp_1, src); in AssembleSwap()
3560 FPURegister temp_1 = kScratchDoubleReg; in AssembleSwap() local
3567 __ Ldc1(temp_1, dst0); // Save destination in temp_1. in AssembleSwap()
3572 __ Sdc1(temp_1, src0); in AssembleSwap()
3574 __ lwc1(temp_1, dst0); // Save destination in temp_1. in AssembleSwap()
3577 __ swc1(temp_1, src0); in AssembleSwap()
3587 MSARegister temp_1 = kSimd128ScratchReg; in AssembleSwap() local
3588 __ ld_b(temp_1, dst0); // Save destination in temp_1. in AssembleSwap()
[all …]
/external/v8/src/compiler/mips64/
Dcode-generator-mips64.cc3739 Register temp_1 = kScratchReg2; in AssembleSwap() local
3743 __ Ld(temp_1, dst); in AssembleSwap()
3745 __ Sd(temp_1, src); in AssembleSwap()
3794 MSARegister temp_1 = kSimd128ScratchReg; in AssembleSwap() local
3795 __ ld_b(temp_1, dst0); // Save destination in temp_1. in AssembleSwap()
3804 __ st_b(temp_1, src0); in AssembleSwap()
3806 FPURegister temp_1 = kScratchDoubleReg; in AssembleSwap() local
3807 __ Ldc1(temp_1, dst0); // Save destination in temp_1. in AssembleSwap()
3812 __ Sdc1(temp_1, src0); in AssembleSwap()
/external/v8/src/compiler/arm64/
Dcode-generator-arm64.cc2749 VRegister temp_1 = scope.AcquireD(); in AssembleSwap() local
2752 __ Ldr(temp_1.Q(), dst); in AssembleSwap()
2754 __ Str(temp_1.Q(), src); in AssembleSwap()
2757 __ Ldr(temp_1, dst); in AssembleSwap()
2759 __ Str(temp_1, src); in AssembleSwap()