Lines Matching refs:srcw

1171 …_s32 sljit_emit_return(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 src, sljit_sw srcw)  in sljit_emit_return()  argument
1177 CHECK(check_sljit_emit_return(compiler, op, src, srcw)); in sljit_emit_return()
1179 FAIL_IF(emit_mov_before_return(compiler, op, src, srcw)); in sljit_emit_return()
1288 sljit_s32 src, sljit_sw srcw) in sljit_emit_op1() argument
1294 CHECK(check_sljit_emit_op1(compiler, op, dst, dstw, src, srcw)); in sljit_emit_op1()
1296 ADJUST_LOCAL_OFFSET(src, srcw); in sljit_emit_op1()
1313 srcw = (sljit_u8)srcw; in sljit_emit_op1()
1318 srcw = (sljit_s8)srcw; in sljit_emit_op1()
1323 srcw = (sljit_u16)srcw; in sljit_emit_op1()
1328 srcw = (sljit_s16)srcw; in sljit_emit_op1()
1333 srcw = (sljit_u32)srcw; in sljit_emit_op1()
1338 srcw = (sljit_s32)srcw; in sljit_emit_op1()
1347 srcw = (sljit_u8)srcw; in sljit_emit_op1()
1352 srcw = (sljit_s8)srcw; in sljit_emit_op1()
1357 srcw = (sljit_u16)srcw; in sljit_emit_op1()
1362 srcw = (sljit_s16)srcw; in sljit_emit_op1()
1367 srcw = (sljit_u32)srcw; in sljit_emit_op1()
1372 srcw = (sljit_s32)srcw; in sljit_emit_op1()
1381 FAIL_IF(emit_op_imm(compiler, SLJIT_MOV | ARG2_IMM, dst_r, TMP_REG1, srcw)); in sljit_emit_op1()
1383 if (getput_arg_fast(compiler, flags, dst_r, src, srcw)) in sljit_emit_op1()
1386 FAIL_IF(getput_arg(compiler, flags, dst_r, src, srcw, dst, dstw)); in sljit_emit_op1()
1413 if (getput_arg_fast(compiler, mem_flags, TMP_REG2, src, srcw)) in sljit_emit_op1()
1416 FAIL_IF(getput_arg(compiler, mem_flags, TMP_REG2, src, srcw, dst, dstw)); in sljit_emit_op1()
1423 srcw = (sljit_s32)srcw; in sljit_emit_op1()
1425 srcw = src; in sljit_emit_op1()
1427 emit_op_imm(compiler, flags | op, dst_r, TMP_REG1, srcw); in sljit_emit_op1()
1613 sljit_s32 src, sljit_sw srcw) in sljit_emit_fop1_conv_sw_from_f64() argument
1622 emit_fop_mem(compiler, (op & SLJIT_F32_OP) ? INT_SIZE : WORD_SIZE, TMP_FREG1, src, srcw); in sljit_emit_fop1_conv_sw_from_f64()
1635 sljit_s32 src, sljit_sw srcw) in sljit_emit_fop1_conv_f64_from_sw() argument
1644 …mpiler, ((GET_OPCODE(op) == SLJIT_CONV_F64_FROM_S32) ? INT_SIZE : WORD_SIZE), TMP_REG1, src, srcw); in sljit_emit_fop1_conv_f64_from_sw()
1649 srcw = (sljit_s32)srcw; in sljit_emit_fop1_conv_f64_from_sw()
1651 FAIL_IF(load_immediate(compiler, TMP_REG1, srcw)); in sljit_emit_fop1_conv_f64_from_sw()
1684 sljit_s32 src, sljit_sw srcw) in sljit_emit_fop1() argument
1694 SELECT_FOP1_OPERATION_WITH_CHECKS(compiler, op, dst, dstw, src, srcw); in sljit_emit_fop1()
1700 …, (GET_OPCODE(op) == SLJIT_CONV_F64_FROM_F32) ? (mem_flags ^ 0x100) : mem_flags, dst_r, src, srcw); in sljit_emit_fop1()
1797 …UTE sljit_s32 sljit_emit_fast_return(struct sljit_compiler *compiler, sljit_s32 src, sljit_sw srcw) in sljit_emit_fast_return() argument
1800 CHECK(check_sljit_emit_fast_return(compiler, src, srcw)); in sljit_emit_fast_return()
1801 ADJUST_LOCAL_OFFSET(src, srcw); in sljit_emit_fast_return()
1806 FAIL_IF(emit_op_mem(compiler, WORD_SIZE, TMP_LR, src, srcw)); in sljit_emit_fast_return()
1808 FAIL_IF(load_immediate(compiler, TMP_LR, srcw)); in sljit_emit_fast_return()
1915 sljit_s32 src, sljit_sw srcw) in emit_cmp_to0() argument
1921 ADJUST_LOCAL_OFFSET(src, srcw); in emit_cmp_to0()
1929 PTR_FAIL_IF(emit_op_mem(compiler, inv_bits ? INT_SIZE : WORD_SIZE, TMP_REG1, src, srcw)); in emit_cmp_to0()
1933 PTR_FAIL_IF(load_immediate(compiler, TMP_REG1, srcw)); in emit_cmp_to0()
1948 …s32 sljit_emit_ijump(struct sljit_compiler *compiler, sljit_s32 type, sljit_s32 src, sljit_sw srcw) in sljit_emit_ijump() argument
1953 CHECK(check_sljit_emit_ijump(compiler, type, src, srcw)); in sljit_emit_ijump()
1954 ADJUST_LOCAL_OFFSET(src, srcw); in sljit_emit_ijump()
1959 FAIL_IF(emit_op_mem(compiler, WORD_SIZE, TMP_REG1, src, srcw)); in sljit_emit_ijump()
1968 jump->u.target = srcw; in sljit_emit_ijump()
1977 sljit_s32 src, sljit_sw srcw, in sljit_emit_op_flags() argument
1984 CHECK(check_sljit_emit_op_flags(compiler, op, dst, dstw, src, srcw, type)); in sljit_emit_op_flags()
1986 ADJUST_LOCAL_OFFSET(src, srcw); in sljit_emit_op_flags()
2011 FAIL_IF(emit_op_mem2(compiler, mem_flags, TMP_REG1, src, srcw, dst, dstw)); in sljit_emit_op_flags()
2013 srcw = 0; in sljit_emit_op_flags()