Lines Matching refs:rEnd
44 * ori rEnd, r_ZERO, #table_size ; size in bytes
49 addu rEnd, rEnd, rBase ; end of table
52 * beq rBase, rEnd, done
84 int rEnd = AllocTemp();
86 NewLIR2(kMipsLui, rEnd, size_hi);
93 NewLIR3(kMipsOri, rEnd, rEnd, size_lo);
95 NewLIR3(kMipsOri, rEnd, r_ZERO, size_lo);
106 OpRegRegReg(kOpAdd, rEnd, rEnd, rBase);
114 LIR* exit_branch = OpCmpBranch(kCondEq, rBase, rEnd, NULL);