Lines Matching refs:PPC_RAW_RLWIMI
443 EMIT(PPC_RAW_RLWIMI(dst_reg_h, dst_reg, imm, 32 - imm, 31));
558 EMIT(PPC_RAW_RLWIMI(dst_reg, src2_reg_h, 32 - imm, 0, imm - 1));
671 EMIT(PPC_RAW_RLWIMI(dst_reg_h, src2_reg, imm, 32 - imm, 31));
709 EMIT(PPC_RAW_RLWIMI(dst_reg, src2_reg_h, 32 - imm, 0, imm - 1));
749 EMIT(PPC_RAW_RLWIMI(dst_reg, src2_reg_h, 32 - imm, 0, imm - 1));
807 EMIT(PPC_RAW_RLWIMI(dst_reg, src2_reg, 16, 0, 15));
819 EMIT(PPC_RAW_RLWIMI(_R0, src2_reg, 24, 0, 7));
821 EMIT(PPC_RAW_RLWIMI(_R0, src2_reg, 24, 16, 23));
829 EMIT(PPC_RAW_RLWIMI(tmp_reg, src2_reg, 24, 0, 7));
830 EMIT(PPC_RAW_RLWIMI(_R0, src2_reg_h, 24, 0, 7));
832 EMIT(PPC_RAW_RLWIMI(tmp_reg, src2_reg, 24, 16, 23));
833 EMIT(PPC_RAW_RLWIMI(_R0, src2_reg_h, 24, 16, 23));