Lines Matching refs:dst_reg
1432 sljit_s32 dst_reg, flags, src2_reg; in sljit_emit_op2() local
1443 dst_reg = SLOW_IS_REG(dst) ? dst : TMP_REG1; in sljit_emit_op2()
1468 emit_op_imm(compiler, flags | GET_OPCODE(op), dst_reg, src1w, src2w); in sljit_emit_op2()
1472 return emit_op_mem(compiler, WORD_SIZE | STORE, dst_reg, dst, dstw, TMP_REG2); in sljit_emit_op2()
2220 sljit_s32 dst_reg, in sljit_emit_cmov() argument
2226 CHECK(check_sljit_emit_cmov(compiler, type, dst_reg, src, srcw)); in sljit_emit_cmov()
2228 dst_reg &= ~SLJIT_I32_OP; in sljit_emit_cmov()
2234 return push_inst16(compiler, MOV | SET_REGS44(dst_reg, src)); in sljit_emit_cmov()
2242 return push_inst32(compiler, MOVW | RD4(dst_reg) in sljit_emit_cmov()
2249 return push_inst32(compiler, MOV_WI | RD4(dst_reg) | tmp); in sljit_emit_cmov()
2255 return push_inst32(compiler, MVN_WI | RD4(dst_reg) | tmp); in sljit_emit_cmov()
2261 FAIL_IF(push_inst32(compiler, MOVW | RD4(dst_reg) in sljit_emit_cmov()
2263 return push_inst32(compiler, MOVT | RD4(dst_reg) in sljit_emit_cmov()