Lines Matching refs:lr
456 SLJIT_S390X_RR(lr, 0x1800)
1041 return push_inst(compiler, (compiler->mode & SLJIT_32) ? lr(dst_r, src_r) : lgr(dst_r, src_r)); in emit_move()
1078 return push_inst(compiler, (compiler->mode & SLJIT_32) ? lr(dst_r, tmp0) : lgr(dst_r, tmp0)); in emit_rr()
1226 return push_inst(compiler, (compiler->mode & SLJIT_32) ? lr(dst_r, tmp0) : lgr(dst_r, tmp0)); in emit_rx()
1917 FAIL_IF(push_inst(compiler, lr(tmp1, arg0))); in sljit_emit_op0()
1919 FAIL_IF(push_inst(compiler, lr(arg0, tmp1))); /* quotient */ in sljit_emit_op0()
1921 return push_inst(compiler, lr(arg1, tmp0)); /* remainder */ in sljit_emit_op0()
1927 FAIL_IF(push_inst(compiler, lr(tmp1, arg0))); in sljit_emit_op0()
1929 FAIL_IF(push_inst(compiler, lr(arg0, tmp1))); /* quotient */ in sljit_emit_op0()
1931 return push_inst(compiler, lr(arg1, tmp0)); /* remainder */ in sljit_emit_op0()
2120 ins = lr(dst_r, src_r); in sljit_emit_op1()