Home
last modified time | relevance | path

Searched refs:temp_1 (Results 1 – 8 of 8) 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.c643 WORD32 temp_1 = in ixheaacd_dec_envelope() local
645 temp_1 = ptr_sbr_data->str_frame_info_details.border_vec[0] - temp_1; in ixheaacd_dec_envelope()
648 (temp_1 != 0)) { in ixheaacd_dec_envelope()
/external/v8/src/compiler/mips/
Dcode-generator-mips.cc2288 Register temp_1 = kCompareReg; in AssembleSwap() local
2292 __ lw(temp_1, dst); in AssembleSwap()
2294 __ sw(temp_1, src); in AssembleSwap()
2324 FPURegister temp_1 = kScratchDoubleReg; in AssembleSwap() local
2331 __ ldc1(temp_1, dst0); // Save destination in temp_1. in AssembleSwap()
2336 __ sdc1(temp_1, src0); in AssembleSwap()
2338 __ lwc1(temp_1, dst0); // Save destination in temp_1. in AssembleSwap()
2341 __ swc1(temp_1, src0); in AssembleSwap()
/external/v8/src/compiler/ppc/
Dcode-generator-ppc.cc2516 Register temp_1 = r0; in AssembleMove() local
2520 __ LoadP(temp_1, dst); in AssembleMove()
2522 __ StoreP(temp_1, src); in AssembleMove()
2542 DoubleRegister temp_1 = d0; in AssembleMove() local
2546 __ lfd(temp_1, dst); in AssembleMove()
2548 __ stfd(temp_1, src); in AssembleMove()
/external/v8/src/compiler/mips64/
Dcode-generator-mips64.cc2610 Register temp_1 = kScratchReg2; in AssembleSwap() local
2614 __ ld(temp_1, dst); in AssembleSwap()
2616 __ sd(temp_1, src); in AssembleSwap()
2635 FPURegister temp_1 = kScratchDoubleReg; in AssembleSwap() local
2640 __ ldc1(temp_1, dst0); // Save destination in temp_1. in AssembleSwap()
2645 __ sdc1(temp_1, src0); in AssembleSwap()
/external/v8/src/compiler/s390/
Dcode-generator-s390.cc2836 Register temp_1 = r0; in AssembleMove() local
2840 __ LoadP(temp_1, dst); in AssembleMove()
2842 __ StoreP(temp_1, src); in AssembleMove()
2862 DoubleRegister temp_1 = d0; in AssembleMove() local
2867 __ LoadDouble(temp_1, dst); in AssembleMove()
2869 __ StoreDouble(temp_1, src); in AssembleMove()
/external/v8/src/compiler/arm64/
Dcode-generator-arm64.cc2123 DoubleRegister temp_1 = scope.AcquireD(); in AssembleSwap() local
2127 __ Ldr(temp_1, dst); in AssembleSwap()
2129 __ Str(temp_1, src); in AssembleSwap()
/external/v8/src/compiler/arm/
Dcode-generator-arm.cc2485 SwVfpRegister temp_1 = kScratchDoubleReg.low(); in AssembleSwap() local
2489 __ vldr(temp_1, dst); in AssembleSwap()
2491 __ vstr(temp_1, src); in AssembleSwap()