Home | History | Annotate | Download | only in ppc

Lines Matching defs:lis

143   // coded.  Being specially coded on PPC means that it is a lis/ori
321 // This code assumes a FIXED_SEQUENCE for 64bit loads (lis/ori)
325 // 3d800000 lis r12, 0
335 // This code assumes a FIXED_SEQUENCE for 32bit loads (lis/ori)
338 // 3d802553 lis r12, 9555
947 DCHECK(!src.is(r0)); // use lis instead to show intent
1105 void Assembler::lis(Register dst, const Operand& imm) {
1668 lis(dst, Operand(value >> 16));
1674 lis(dst, Operand(value >> 48));
1710 lis(dst, Operand(SIGN_EXT_IMM16(hi_word)));
1720 lis(dst, Operand(SIGN_EXT_IMM16(hi_word)));
1730 lis(dst, Operand(SIGN_EXT_IMM16(hi_word)));