Searched refs:src2_reg (Results 1 – 2 of 2) sorted by relevance
1781 sljit_s32 src2_reg = 0; in emit_op() local1816 src2_reg = (sljit_s32)get_imm((sljit_uw)src2w); in emit_op()1817 if (src2_reg) in emit_op()1821 if (src2_reg) { in emit_op()1828 if (src2_reg) { in emit_op()1836 src2_reg = (sljit_s32)get_imm((sljit_uw)src1w); in emit_op()1837 if (src2_reg) { in emit_op()1845 if (src2_reg) { in emit_op()1855 if (src2_reg) { in emit_op()1894 if (src2_reg == 0) { in emit_op()[all …]
1641 sljit_s32 dst_reg, flags, src2_reg; in sljit_emit_op2() local1667 src2_reg = (!(flags & ARG1_IMM) && (src1w == TMP_REG1)) ? TMP_REG2 : TMP_REG1; in sljit_emit_op2()1668 emit_op_mem(compiler, WORD_SIZE, src2_reg, src2, src2w, src2_reg); in sljit_emit_op2()1669 src2w = src2_reg; in sljit_emit_op2()
Completed in 17 milliseconds