Lines Matching refs:srcw

1155 …jit_si sljit_emit_return(struct sljit_compiler *compiler, sljit_si op, sljit_si src, sljit_sw srcw)  in sljit_emit_return()  argument
1161 CHECK(check_sljit_emit_return(compiler, op, src, srcw)); in sljit_emit_return()
1163 FAIL_IF(emit_mov_before_return(compiler, op, src, srcw)); in sljit_emit_return()
1258 sljit_si src, sljit_sw srcw) in sljit_emit_op1() argument
1264 CHECK(check_sljit_emit_op1(compiler, op, dst, dstw, src, srcw)); in sljit_emit_op1()
1266 ADJUST_LOCAL_OFFSET(src, srcw); in sljit_emit_op1()
1283 srcw = (sljit_ub)srcw; in sljit_emit_op1()
1288 srcw = (sljit_sb)srcw; in sljit_emit_op1()
1293 srcw = (sljit_uh)srcw; in sljit_emit_op1()
1298 srcw = (sljit_sh)srcw; in sljit_emit_op1()
1303 srcw = (sljit_ui)srcw; in sljit_emit_op1()
1308 srcw = (sljit_si)srcw; in sljit_emit_op1()
1317 srcw = (sljit_ub)srcw; in sljit_emit_op1()
1322 srcw = (sljit_sb)srcw; in sljit_emit_op1()
1327 srcw = (sljit_uh)srcw; in sljit_emit_op1()
1332 srcw = (sljit_sh)srcw; in sljit_emit_op1()
1337 srcw = (sljit_ui)srcw; in sljit_emit_op1()
1342 srcw = (sljit_si)srcw; in sljit_emit_op1()
1351 FAIL_IF(emit_op_imm(compiler, SLJIT_MOV | ARG2_IMM, dst_r, TMP_REG1, srcw)); in sljit_emit_op1()
1353 if (getput_arg_fast(compiler, flags, dst_r, src, srcw)) in sljit_emit_op1()
1356 FAIL_IF(getput_arg(compiler, flags, dst_r, src, srcw, dst, dstw)); in sljit_emit_op1()
1383 if (getput_arg_fast(compiler, mem_flags, TMP_REG2, src, srcw)) in sljit_emit_op1()
1386 FAIL_IF(getput_arg(compiler, mem_flags, TMP_REG2, src, srcw, dst, dstw)); in sljit_emit_op1()
1393 srcw = (sljit_si)srcw; in sljit_emit_op1()
1395 srcw = src; in sljit_emit_op1()
1397 emit_op_imm(compiler, flags | op, dst_r, TMP_REG1, srcw); in sljit_emit_op1()
1583 sljit_si src, sljit_sw srcw) in sljit_emit_fop1_convw_fromd() argument
1592 emit_fop_mem(compiler, (op & SLJIT_SINGLE_OP) ? INT_SIZE : WORD_SIZE, TMP_FREG1, src, srcw); in sljit_emit_fop1_convw_fromd()
1605 sljit_si src, sljit_sw srcw) in sljit_emit_fop1_convd_fromw() argument
1614 …mem(compiler, ((GET_OPCODE(op) == SLJIT_CONVD_FROMI) ? INT_SIZE : WORD_SIZE), TMP_REG1, src, srcw); in sljit_emit_fop1_convd_fromw()
1619 srcw = (sljit_si)srcw; in sljit_emit_fop1_convd_fromw()
1621 FAIL_IF(load_immediate(compiler, TMP_REG1, srcw)); in sljit_emit_fop1_convd_fromw()
1654 sljit_si src, sljit_sw srcw) in sljit_emit_fop1() argument
1664 SELECT_FOP1_OPERATION_WITH_CHECKS(compiler, op, dst, dstw, src, srcw); in sljit_emit_fop1()
1670 …mpiler, (GET_OPCODE(op) == SLJIT_CONVD_FROMS) ? (mem_flags ^ 0x100) : mem_flags, dst_r, src, srcw); in sljit_emit_fop1()
1767 …IBUTE sljit_si sljit_emit_fast_return(struct sljit_compiler *compiler, sljit_si src, sljit_sw srcw) in sljit_emit_fast_return() argument
1770 CHECK(check_sljit_emit_fast_return(compiler, src, srcw)); in sljit_emit_fast_return()
1771 ADJUST_LOCAL_OFFSET(src, srcw); in sljit_emit_fast_return()
1776 FAIL_IF(emit_op_mem(compiler, WORD_SIZE, TMP_LR, src, srcw)); in sljit_emit_fast_return()
1778 FAIL_IF(load_immediate(compiler, TMP_LR, srcw)); in sljit_emit_fast_return()
1885 sljit_si src, sljit_sw srcw) in emit_cmp_to0() argument
1891 ADJUST_LOCAL_OFFSET(src, srcw); in emit_cmp_to0()
1899 PTR_FAIL_IF(emit_op_mem(compiler, inv_bits ? INT_SIZE : WORD_SIZE, TMP_REG1, src, srcw)); in emit_cmp_to0()
1903 PTR_FAIL_IF(load_immediate(compiler, TMP_REG1, srcw)); in emit_cmp_to0()
1918 …it_si sljit_emit_ijump(struct sljit_compiler *compiler, sljit_si type, sljit_si src, sljit_sw srcw) in sljit_emit_ijump() argument
1923 CHECK(check_sljit_emit_ijump(compiler, type, src, srcw)); in sljit_emit_ijump()
1924 ADJUST_LOCAL_OFFSET(src, srcw); in sljit_emit_ijump()
1929 FAIL_IF(emit_op_mem(compiler, WORD_SIZE, TMP_REG1, src, srcw)); in sljit_emit_ijump()
1938 jump->u.target = srcw; in sljit_emit_ijump()
1947 sljit_si src, sljit_sw srcw, in sljit_emit_op_flags() argument
1954 CHECK(check_sljit_emit_op_flags(compiler, op, dst, dstw, src, srcw, type)); in sljit_emit_op_flags()
1956 ADJUST_LOCAL_OFFSET(src, srcw); in sljit_emit_op_flags()
1981 FAIL_IF(emit_op_mem2(compiler, mem_flags, TMP_REG1, src, srcw, dst, dstw)); in sljit_emit_op_flags()
1983 srcw = 0; in sljit_emit_op_flags()