Searched refs:RLDICL (Results 1 – 2 of 2) sorted by relevance
120 (RLDICL | S(src) | A(dst) | RLDI_SH(0) | RLDI_MB(n))440 …return push_inst(compiler, RLDICL | RC(flags) | S(src1) | A(dst) | RLDI_SH((64 - imm) & 0x3f) | RL… in emit_single_op()487 return push_inst(compiler, RLDICL | S(src1) | A(dst) | RLDI_SH(imm)); in emit_single_op()
207 #define RLDICL (HI(30) | LO(0 << 1)) macro252 #define SRDI(shift) (RLDICL | RLDI_SH(64 - (shift)) | RLDI_MB(shift))1787 …FAIL_IF(push_inst(compiler, RLDICL | S(src1) | A(TMP_REG1) | RLDI_SH(src2w) | RLDI_MB(64 - src2w))… in sljit_emit_shift_into()
Completed in 15 milliseconds