Home | History | Annotate | Download | only in cctest

Lines Matching refs:addiu

102   __ addiu(a1, a1, -1);
136 // Test lui, ori, and addiu, used in the li pseudo-instruction.
144 __ addiu(t1, t0, 1);
145 __ addiu(t2, t1, -0x10);
193 __ addiu(v0, zero_reg, 0x7421); // 0x00007421
194 __ addiu(v0, v0, -0x1); // 0x00007420
195 __ addiu(v0, v0, -0x20); // 0x00007400
198 __ addiu(v1, t3, 0x1); // 0x80000000