HomeSort by relevance Sort by last modified time
    Searched full:replace_with_mov (Results 1 - 1 of 1) sorted by null

  /external/mesa3d/src/gallium/drivers/vc4/
vc4_opt_algebraic.c 94 replace_with_mov(struct vc4_compile *c, struct qinst *inst, struct qreg arg) function
118 replace_with_mov(c, inst, inst->src[1 - arg]);
129 replace_with_mov(c, inst, inst->src[arg]);
140 replace_with_mov(c, inst, inst->src[1 - arg]);
155 replace_with_mov(c, inst, inst->src[0]);
164 replace_with_mov(c, inst, inst->src[0]);
172 replace_with_mov(c, inst, inst->src[0]);
256 replace_with_mov(c, inst, inst->src[1]);
261 replace_with_mov(c, inst, inst->src[0]);
277 replace_with_mov(c, inst, inst->src[0])
    [all...]

Completed in 6134 milliseconds