Home | History | Annotate | Download | only in cctest

Lines Matching full:ori

120   // Test lui, ori, and addiu, used in the li pseudo-instruction.
123 __ ori(t0, zero_reg, 0);
125 __ ori(t0, t0, 0);
126 __ ori(t0, t0, 0x0f0f);
127 __ ori(t0, t0, 0xf0f0);
196 __ ori(v0, v0, 0x8a00); // 0x00009a30
496 __ ori(t5, t5, 0x3333);