HomeSort by relevance Sort by last modified time
    Searched refs:ctx_reg (Results 1 - 2 of 2) sorted by null

  /external/webp/src/dsp/
cost_mips_dsp_r2.c 20 int v_reg, ctx_reg; local
53 "move %[ctx_reg], %[v_reg] \n\t"
54 "movz %[ctx_reg], %[const_2], %[temp0] \n\t"
61 "sll %[ctx_reg], %[ctx_reg], 2 \n\t"
64 "addu %[t], %[p_costs], %[ctx_reg] \n\t"
71 [ctx_reg]"=&r"(ctx_reg), [p_costs]"+&r"(p_costs), [temp0]"=&r"(temp0),
cost_mips32.c 20 int v_reg, ctx_reg; local
55 "move %[ctx_reg], %[v_reg] \n\t"
56 "movz %[ctx_reg], %[const_2], %[temp0] \n\t"
64 "sll %[ctx_reg], %[ctx_reg], 2 \n\t"
68 "addu %[t], %[p_costs], %[ctx_reg] \n\t"
76 [ctx_reg]"=&r"(ctx_reg), [p_costs]"+&r"(p_costs), [temp0]"=&r"(temp0),

Completed in 121 milliseconds