Lines Matching defs:Rx
360 int Rx = scratches.obtain();
362 CONTEXT_LOAD(Rx, iterators.xl);
366 // parts.count = iterators.xr - Rx
367 SUB(AL, 0, parts.count.reg, parts.count.reg, Rx);
378 AND(AL, 0, tx, Rx, imm(GGL_DITHER_MASK));
396 SMLABB(AL, Rs, Ry, Rs, Rx); // Rs = Rx + Ry*Rs
411 MLA(AL, 0, f, Rx, dfdx, ydfdy);
424 MLA(AL, 0, parts.z.reg, Rx, dzdx, ydzdy);
432 SMLABB(AL, Rs, Ry, Rs, Rx);
439 init_textures(parts.coords, reg_t(Rx), reg_t(Ry));
443 init_iterated_color(parts, reg_t(Rx));
449 ADD(AL, 0, parts.covPtr.reg, parts.covPtr.reg, reg_imm(Rx, LSL, 1));