Home | History | Annotate | Download | only in ppc

Lines Matching defs:lis

149   // coded.  Being specially coded on PPC means that it is a lis/ori
332 // This code assumes a FIXED_SEQUENCE for 64bit loads (lis/ori)
336 // 3d800000 lis r12, 0
346 // This code assumes a FIXED_SEQUENCE for 32bit loads (lis/ori)
349 // 3d802553 lis r12, 9555
972 DCHECK(!src.is(r0)); // use lis instead to show intent
1130 void Assembler::lis(Register dst, const Operand& imm) {
1701 lis(dst, Operand(value >> 16));
1707 lis(dst, Operand(value >> 48));
1743 lis(dst, Operand(SIGN_EXT_IMM16(hi_word)));
1753 lis(dst, Operand(SIGN_EXT_IMM16(hi_word)));
1763 lis(dst, Operand(SIGN_EXT_IMM16(hi_word)));