Lines Matching refs:lr
474 SLJIT_S390X_RR(lr, 0x1800)
1039 return push_inst(compiler, (compiler->mode & SLJIT_32) ? lr(dst_r, src_r) : lgr(dst_r, src_r)); in emit_move()
1076 return push_inst(compiler, (compiler->mode & SLJIT_32) ? lr(dst_r, tmp0) : lgr(dst_r, tmp0)); in emit_rr()
1224 return push_inst(compiler, (compiler->mode & SLJIT_32) ? lr(dst_r, tmp0) : lgr(dst_r, tmp0)); in emit_rx()
1812 FAIL_IF(push_inst(compiler, lr(tmp1, arg0))); in sljit_emit_op0()
1814 FAIL_IF(push_inst(compiler, lr(arg0, tmp1))); /* quotient */ in sljit_emit_op0()
1816 return push_inst(compiler, lr(arg1, tmp0)); /* remainder */ in sljit_emit_op0()
1822 FAIL_IF(push_inst(compiler, lr(tmp1, arg0))); in sljit_emit_op0()
1824 FAIL_IF(push_inst(compiler, lr(arg0, tmp1))); /* quotient */ in sljit_emit_op0()
1826 return push_inst(compiler, lr(arg1, tmp0)); /* remainder */ in sljit_emit_op0()
1901 ins = lr(dst_r, src_r); in sljit_emit_op1()
2116 FAIL_IF(push_inst(compiler, lr(dst_r, src_r))); in sljit_emit_op1()
2136 FAIL_IF(push_inst(compiler, lr(dst_r, tmp0))); in sljit_emit_op1()