Home | History | Annotate | Download | only in cctest

Lines Matching refs:ori

136   // Test lui, ori, and addiu, used in the li pseudo-instruction.
139 __ ori(t0, zero_reg, 0);
141 __ ori(t0, t0, 0);
142 __ ori(t0, t0, 0x0f0f);
143 __ ori(t0, t0, 0xf0f0);
212 __ ori(v0, v0, 0x8a00); // 0x00009a30
518 __ ori(t5, t5, 0x3333);