Lines Matching refs:srcw

1190 …jit_si sljit_emit_return(struct sljit_compiler *compiler, sljit_si op, sljit_si src, sljit_sw srcw)  in sljit_emit_return()  argument
1196 CHECK(check_sljit_emit_return(compiler, op, src, srcw)); in sljit_emit_return()
1198 FAIL_IF(emit_mov_before_return(compiler, op, src, srcw)); in sljit_emit_return()
1284 sljit_si src, sljit_sw srcw) in sljit_emit_op1() argument
1290 CHECK(check_sljit_emit_op1(compiler, op, dst, dstw, src, srcw)); in sljit_emit_op1()
1292 ADJUST_LOCAL_OFFSET(src, srcw); in sljit_emit_op1()
1311 srcw = (sljit_ub)srcw; in sljit_emit_op1()
1316 srcw = (sljit_sb)srcw; in sljit_emit_op1()
1321 srcw = (sljit_uh)srcw; in sljit_emit_op1()
1326 srcw = (sljit_sh)srcw; in sljit_emit_op1()
1337 srcw = (sljit_ub)srcw; in sljit_emit_op1()
1342 srcw = (sljit_sb)srcw; in sljit_emit_op1()
1347 srcw = (sljit_uh)srcw; in sljit_emit_op1()
1352 srcw = (sljit_sh)srcw; in sljit_emit_op1()
1361 FAIL_IF(emit_op_imm(compiler, SLJIT_MOV | ARG2_IMM, dst_r, TMP_REG1, srcw)); in sljit_emit_op1()
1363 if (getput_arg_fast(compiler, flags, dst_r, src, srcw)) in sljit_emit_op1()
1366 FAIL_IF(getput_arg(compiler, flags, dst_r, src, srcw, dst, dstw)); in sljit_emit_op1()
1387 return sljit_emit_op2(compiler, SLJIT_SUB | op_flags, dst, dstw, SLJIT_IMM, 0, src, srcw); in sljit_emit_op1()
1392 if (getput_arg_fast(compiler, WORD_SIZE, TMP_REG2, src, srcw)) in sljit_emit_op1()
1395 FAIL_IF(getput_arg(compiler, WORD_SIZE, TMP_REG2, src, srcw, dst, dstw)); in sljit_emit_op1()
1402 srcw = src; in sljit_emit_op1()
1404 emit_op_imm(compiler, flags | op, dst_r, TMP_REG1, srcw); in sljit_emit_op1()
1599 sljit_si src, sljit_sw srcw) in sljit_emit_fop1_convw_fromd() argument
1602 FAIL_IF(emit_fop_mem(compiler, (op & SLJIT_SINGLE_OP) | FPU_LOAD, TMP_FREG1, src, srcw)); in sljit_emit_fop1_convw_fromd()
1620 sljit_si src, sljit_sw srcw) in sljit_emit_fop1_convd_fromw() argument
1628 FAIL_IF(emit_fop_mem(compiler, FPU_LOAD, TMP_FREG1, src, srcw)); in sljit_emit_fop1_convd_fromw()
1631 FAIL_IF(load_immediate(compiler, TMP_REG1, srcw)); in sljit_emit_fop1_convd_fromw()
1662 sljit_si src, sljit_sw srcw) in sljit_emit_fop1() argument
1673 SELECT_FOP1_OPERATION_WITH_CHECKS(compiler, op, dst, dstw, src, srcw); in sljit_emit_fop1()
1678 emit_fop_mem(compiler, (op & SLJIT_SINGLE_OP) | FPU_LOAD, dst_r, src, srcw); in sljit_emit_fop1()
1784 …IBUTE sljit_si sljit_emit_fast_return(struct sljit_compiler *compiler, sljit_si src, sljit_sw srcw) in sljit_emit_fast_return() argument
1787 CHECK(check_sljit_emit_fast_return(compiler, src, srcw)); in sljit_emit_fast_return()
1788 ADJUST_LOCAL_OFFSET(src, srcw); in sljit_emit_fast_return()
1793 if (getput_arg_fast(compiler, WORD_SIZE, TMP_REG3, src, srcw)) in sljit_emit_fast_return()
1798 FAIL_IF(getput_arg(compiler, WORD_SIZE, TMP_REG2, src, srcw, 0, 0)); in sljit_emit_fast_return()
1803 FAIL_IF(load_immediate(compiler, TMP_REG3, srcw)); in sljit_emit_fast_return()
1915 …it_si sljit_emit_ijump(struct sljit_compiler *compiler, sljit_si type, sljit_si src, sljit_sw srcw) in sljit_emit_ijump() argument
1920 CHECK(check_sljit_emit_ijump(compiler, type, src, srcw)); in sljit_emit_ijump()
1921 ADJUST_LOCAL_OFFSET(src, srcw); in sljit_emit_ijump()
1928 FAIL_IF(emit_op_mem(compiler, WORD_SIZE, type <= SLJIT_JUMP ? TMP_PC : TMP_REG1, src, srcw)); in sljit_emit_ijump()
1936 jump->u.target = srcw; in sljit_emit_ijump()
1945 sljit_si src, sljit_sw srcw, in sljit_emit_op_flags() argument
1952 CHECK(check_sljit_emit_op_flags(compiler, op, dst, dstw, src, srcw, type)); in sljit_emit_op_flags()
1954 ADJUST_LOCAL_OFFSET(src, srcw); in sljit_emit_op_flags()
1994 FAIL_IF(emit_op_mem2(compiler, WORD_SIZE, TMP_REG2, src, srcw, dst, dstw)); in sljit_emit_op_flags()
1996 srcw = 0; in sljit_emit_op_flags()
1998 FAIL_IF(load_immediate(compiler, TMP_REG2, srcw)); in sljit_emit_op_flags()
2000 srcw = 0; in sljit_emit_op_flags()