Home | History | Annotate | Download | only in mips

Lines Matching refs:ORI

848       ori(rd, rs, rt.imm32_);
1002 ori(rd, zero_reg, j.imm32_);
1007 ori(rd, rd, (j.imm32_ & kImm16Mask));
1016 ori(rd, rd, (j.imm32_ & kImm16Mask));
2995 ori(at, at, (imm32 & kImm16Mask));
3015 ori(at, at, (imm32 & kImm16Mask));
5566 // scratch is now ori(at, ...).
5570 scratch, Operand(ORI));
5576 // Update the I-cache so the new lui and ori can be executed.
5598 scratch, Operand(ORI));
5601 // "scratch" now holds an ori instruction. Extract the immediate.