Home | History | Annotate | Download | only in mips

Lines Matching refs:lui

783       lui(rd, (j.imm32_ >> kLuiShift) & kImm16Mask);
785 lui(rd, (j.imm32_ >> kLuiShift) & kImm16Mask);
794 lui(rd, (j.imm32_ >> kLuiShift) & kImm16Mask);
1284 lui(mask, 0x8000);
2628 lui(at, (imm32 & kHiMask) >> kLuiShift);
2648 lui(at, (imm32 & kHiMask) >> kLuiShift);
5017 // At this point scratch is a lui(at, ...) instruction.
5020 Check(eq, "The instruction to patch should be a lui.",
5021 scratch, Operand(LUI));
5039 // Update the I-cache so the new lui and ori can be executed.
5049 Check(eq, "The instruction should be a lui.",
5050 value, Operand(LUI));
5054 // value now holds a lui instruction. Extract the immediate.