Searched refs:temp_3 (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libwebp/dsp/
H A Denc_mips32.c530 int cost_add, temp_1, temp_2, temp_3; local
560 "slti %[temp_3], %[v_reg], 0 \n\t"
561 "movn %[v_reg], %[temp_2], %[temp_3] \n\t"
565 "sltiu %[temp_3], %[v_reg], 2 \n\t"
567 "movz %[ctx_reg], %[const_2], %[temp_3] \n\t"
569 "slt %[temp_3], %[v_reg], %[const_max_level] \n\t"
570 "movn %[temp_1], %[v_reg], %[temp_3] \n\t"
576 "lhu %[temp_3], 0(%[temp_1]) \n\t"
582 "addu %[cost], %[cost], %[temp_3] \n\t"
585 "sll %[temp_3],
[all...]
/external/webp/src/dsp/
H A Denc_mips32.c530 int cost_add, temp_1, temp_2, temp_3; local
560 "slti %[temp_3], %[v_reg], 0 \n\t"
561 "movn %[v_reg], %[temp_2], %[temp_3] \n\t"
565 "sltiu %[temp_3], %[v_reg], 2 \n\t"
567 "movz %[ctx_reg], %[const_2], %[temp_3] \n\t"
569 "slt %[temp_3], %[v_reg], %[const_max_level] \n\t"
570 "movn %[temp_1], %[v_reg], %[temp_3] \n\t"
576 "lhu %[temp_3], 0(%[temp_1]) \n\t"
582 "addu %[cost], %[cost], %[temp_3] \n\t"
585 "sll %[temp_3],
[all...]

Completed in 285 milliseconds