Searched refs:SRDI (Results 1 – 2 of 2) sorted by relevance
217 …FAIL_IF(push_inst(compiler, ((flags & ALT_FORM1) ? SRWI(27) : SRDI(58)) | S(TMP_REG1) | A(TMP_REG1… in emit_single_op()231 return push_inst(compiler, SRDI(32) | S(dst) | A(dst)); in emit_single_op()320 return push_inst(compiler, SRDI(32) | S(dst) | A(dst)); in emit_single_op()
252 #define SRDI(shift) (RLDICL | RLDI_SH(64 - (shift)) | RLDI_MB(shift)) macro1781 FAIL_IF(push_inst(compiler, SRDI(src2w) | S(src_dst) | A(src_dst))); in sljit_emit_shift_into()1809 FAIL_IF(push_inst(compiler, (is_right ? SLDI(1) : SRDI(1)) | S(src1) | A(TMP_REG1))); in sljit_emit_shift_into()
Completed in 19 milliseconds