Searched refs:temp_1 (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/v8/src/compiler/arm/
H A Dcode-generator-arm.cc804 SwVfpRegister temp_1 = kScratchDoubleReg.low(); local
808 __ vldr(temp_1, dst);
810 __ vstr(temp_1, src);
829 DwVfpRegister temp_1 = kScratchDoubleReg; local
834 __ vldr(temp_1, dst0); // Save destination in temp_1.
839 __ vstr(temp_1, src0);
/external/chromium_org/third_party/libwebp/dsp/
H A Denc_mips32.c530 int cost_add, temp_1, temp_2, temp_3; local
547 "sll %[temp_1], %[n], 1 \n\t"
548 "addu %[res_coeffs], %[res_coeffs], %[temp_1] \n\t"
557 "move %[temp_1], %[const_max_level] \n\t"
570 "movn %[temp_1], %[v_reg], %[temp_3] \n\t"
574 "sll %[temp_1], %[temp_1], 1 \n\t"
575 "addu %[temp_1], %[temp_1], %[t] \n\t"
576 "lhu %[temp_3], 0(%[temp_1]) \
[all...]
/external/webp/src/dsp/
H A Denc_mips32.c530 int cost_add, temp_1, temp_2, temp_3; local
547 "sll %[temp_1], %[n], 1 \n\t"
548 "addu %[res_coeffs], %[res_coeffs], %[temp_1] \n\t"
557 "move %[temp_1], %[const_max_level] \n\t"
570 "movn %[temp_1], %[v_reg], %[temp_3] \n\t"
574 "sll %[temp_1], %[temp_1], 1 \n\t"
575 "addu %[temp_1], %[temp_1], %[t] \n\t"
576 "lhu %[temp_3], 0(%[temp_1]) \
[all...]
/external/chromium_org/v8/src/compiler/arm64/
H A Dcode-generator-arm64.cc820 CPURegister temp_1 = scope.AcquireX(); local
824 __ Ldr(temp_1, dst);
826 __ Str(temp_1, src);

Completed in 209 milliseconds