Home | History | Annotate | Download | only in codeflinger

Lines Matching defs:Rx

328     int Rx = x.reg;
349 ADD(AL, 0, Rx, Rx, reg_imm(txPtr.reg, ASR, 16)); // x += (s>>16)
354 SMLABB(AL, Rx, Ry, txPtr.reg, Rx); // x+y*stride
356 base_offset(txPtr, txPtr, Rx);
378 MLA(AL, 0, s.reg, Rx, s.reg, ydsdy);
379 MLA(AL, 0, t.reg, Rx, t.reg, ydtdy);