Lines Matching refs:RLDI
38 #define RLDI(dst, src, sh, mb, type) \ macro
42 push_inst(compiler, RLDI(reg, reg, 63 - shift, shift, 1))
209 FAIL_IF(push_inst(compiler, RLDI(TMP_REG2, src2, 32, 31, 1))); in emit_single_op()
211 return push_inst(compiler, RLDI(dst, dst, 32, 32, 0)); in emit_single_op()
227 FAIL_IF(push_inst(compiler, RLDI(TMP_REG1, src1, 32, 31, 1))); in emit_single_op()
229 FAIL_IF(push_inst(compiler, RLDI(TMP_REG2, src2, 32, 31, 1))); in emit_single_op()
235 return push_inst(compiler, RLDI(dst, dst, 32, 32, 0)); in emit_single_op()
285 FAIL_IF(push_inst(compiler, RLDI(TMP_REG1, src1, 32, 31, 1))); in emit_single_op()
287 FAIL_IF(push_inst(compiler, RLDI(TMP_REG2, src2, 32, 31, 1))); in emit_single_op()
293 return push_inst(compiler, RLDI(dst, dst, 32, 32, 0)); in emit_single_op()
383 return push_inst(compiler, RLDI(dst, src1, compiler->imm, 63 - compiler->imm, 1) | RC(flags)); in emit_single_op()
395 return push_inst(compiler, RLDI(dst, src1, 64 - compiler->imm, compiler->imm, 0) | RC(flags)); in emit_single_op()