Lines Matching refs:srcw

1165 …jit_si sljit_emit_return(struct sljit_compiler *compiler, sljit_si op, sljit_si src, sljit_sw srcw)  in sljit_emit_return()  argument
1171 CHECK(check_sljit_emit_return(compiler, op, src, srcw)); in sljit_emit_return()
1173 FAIL_IF(emit_mov_before_return(compiler, op, src, srcw)); in sljit_emit_return()
1280 sljit_si src, sljit_sw srcw) in sljit_emit_op1() argument
1286 CHECK(check_sljit_emit_op1(compiler, op, dst, dstw, src, srcw)); in sljit_emit_op1()
1288 ADJUST_LOCAL_OFFSET(src, srcw); in sljit_emit_op1()
1305 srcw = (sljit_ub)srcw; in sljit_emit_op1()
1310 srcw = (sljit_sb)srcw; in sljit_emit_op1()
1315 srcw = (sljit_uh)srcw; in sljit_emit_op1()
1320 srcw = (sljit_sh)srcw; in sljit_emit_op1()
1325 srcw = (sljit_ui)srcw; in sljit_emit_op1()
1330 srcw = (sljit_si)srcw; in sljit_emit_op1()
1339 srcw = (sljit_ub)srcw; in sljit_emit_op1()
1344 srcw = (sljit_sb)srcw; in sljit_emit_op1()
1349 srcw = (sljit_uh)srcw; in sljit_emit_op1()
1354 srcw = (sljit_sh)srcw; in sljit_emit_op1()
1359 srcw = (sljit_ui)srcw; in sljit_emit_op1()
1364 srcw = (sljit_si)srcw; in sljit_emit_op1()
1373 FAIL_IF(emit_op_imm(compiler, SLJIT_MOV | ARG2_IMM, dst_r, TMP_REG1, srcw)); in sljit_emit_op1()
1375 if (getput_arg_fast(compiler, flags, dst_r, src, srcw)) in sljit_emit_op1()
1378 FAIL_IF(getput_arg(compiler, flags, dst_r, src, srcw, dst, dstw)); in sljit_emit_op1()
1405 if (getput_arg_fast(compiler, mem_flags, TMP_REG2, src, srcw)) in sljit_emit_op1()
1408 FAIL_IF(getput_arg(compiler, mem_flags, TMP_REG2, src, srcw, dst, dstw)); in sljit_emit_op1()
1415 srcw = (sljit_si)srcw; in sljit_emit_op1()
1417 srcw = src; in sljit_emit_op1()
1419 emit_op_imm(compiler, flags | op, dst_r, TMP_REG1, srcw); in sljit_emit_op1()
1605 sljit_si src, sljit_sw srcw) in sljit_emit_fop1_convw_fromd() argument
1614 emit_fop_mem(compiler, (op & SLJIT_SINGLE_OP) ? INT_SIZE : WORD_SIZE, TMP_FREG1, src, srcw); in sljit_emit_fop1_convw_fromd()
1627 sljit_si src, sljit_sw srcw) in sljit_emit_fop1_convd_fromw() argument
1636 …mem(compiler, ((GET_OPCODE(op) == SLJIT_CONVD_FROMI) ? INT_SIZE : WORD_SIZE), TMP_REG1, src, srcw); in sljit_emit_fop1_convd_fromw()
1641 srcw = (sljit_si)srcw; in sljit_emit_fop1_convd_fromw()
1643 FAIL_IF(load_immediate(compiler, TMP_REG1, srcw)); in sljit_emit_fop1_convd_fromw()
1676 sljit_si src, sljit_sw srcw) in sljit_emit_fop1() argument
1686 SELECT_FOP1_OPERATION_WITH_CHECKS(compiler, op, dst, dstw, src, srcw); in sljit_emit_fop1()
1692 …mpiler, (GET_OPCODE(op) == SLJIT_CONVD_FROMS) ? (mem_flags ^ 0x100) : mem_flags, dst_r, src, srcw); in sljit_emit_fop1()
1789 …IBUTE sljit_si sljit_emit_fast_return(struct sljit_compiler *compiler, sljit_si src, sljit_sw srcw) in sljit_emit_fast_return() argument
1792 CHECK(check_sljit_emit_fast_return(compiler, src, srcw)); in sljit_emit_fast_return()
1793 ADJUST_LOCAL_OFFSET(src, srcw); in sljit_emit_fast_return()
1798 FAIL_IF(emit_op_mem(compiler, WORD_SIZE, TMP_LR, src, srcw)); in sljit_emit_fast_return()
1800 FAIL_IF(load_immediate(compiler, TMP_LR, srcw)); in sljit_emit_fast_return()
1907 sljit_si src, sljit_sw srcw) in emit_cmp_to0() argument
1913 ADJUST_LOCAL_OFFSET(src, srcw); in emit_cmp_to0()
1921 PTR_FAIL_IF(emit_op_mem(compiler, inv_bits ? INT_SIZE : WORD_SIZE, TMP_REG1, src, srcw)); in emit_cmp_to0()
1925 PTR_FAIL_IF(load_immediate(compiler, TMP_REG1, srcw)); in emit_cmp_to0()
1940 …it_si sljit_emit_ijump(struct sljit_compiler *compiler, sljit_si type, sljit_si src, sljit_sw srcw) in sljit_emit_ijump() argument
1945 CHECK(check_sljit_emit_ijump(compiler, type, src, srcw)); in sljit_emit_ijump()
1946 ADJUST_LOCAL_OFFSET(src, srcw); in sljit_emit_ijump()
1951 FAIL_IF(emit_op_mem(compiler, WORD_SIZE, TMP_REG1, src, srcw)); in sljit_emit_ijump()
1960 jump->u.target = srcw; in sljit_emit_ijump()
1969 sljit_si src, sljit_sw srcw, in sljit_emit_op_flags() argument
1976 CHECK(check_sljit_emit_op_flags(compiler, op, dst, dstw, src, srcw, type)); in sljit_emit_op_flags()
1978 ADJUST_LOCAL_OFFSET(src, srcw); in sljit_emit_op_flags()
2003 FAIL_IF(emit_op_mem2(compiler, mem_flags, TMP_REG1, src, srcw, dst, dstw)); in sljit_emit_op_flags()
2005 srcw = 0; in sljit_emit_op_flags()