Home
last modified time | relevance | path

Searched refs:srcw (Results 1 – 16 of 16) sorted by relevance

/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_common.c830 srcw = disp; in adjust_shadow_stack()
866 SLJIT_UNUSED_ARG(srcw); in adjust_shadow_stack()
1487 srcw = (sljit_u8)srcw; in sljit_emit_op1()
1490 srcw = (sljit_s8)srcw; in sljit_emit_op1()
1493 srcw = (sljit_u16)srcw; in sljit_emit_op1()
1496 srcw = (sljit_s16)srcw; in sljit_emit_op1()
1500 srcw = (sljit_u32)srcw; in sljit_emit_op1()
1503 srcw = (sljit_s32)srcw; in sljit_emit_op1()
2517 srcw = (sljit_s32)srcw;
2521 srcw = 0;
[all …]
H A DsljitNativePPC_common.c1184 srcw &= 0x3; in emit_prefetch()
1186 if (srcw == 0) in emit_prefetch()
1192 FAIL_IF(push_inst(compiler, RLDI(TMP_REG1, OFFS_REG(src), srcw, 63 - srcw, 1))); in emit_prefetch()
1202 sljit_s32 src, sljit_sw srcw) in sljit_emit_op1() argument
1294 (((src) & SLJIT_IMM) && (srcw) <= SIMM_MAX && (srcw) >= SIMM_MIN)
1301 (((src) & SLJIT_IMM) && !((srcw) & 0xffff) && (srcw) <= 0x7fffffffl && (srcw) >= -0x80000000l)
1312 (((src) & SLJIT_IMM) && (srcw) <= 0x7fff7fffl && (srcw) >= -0x80000000l)
1539 sljit_s32 src, sljit_sw srcw) in sljit_emit_op_src() argument
1612 sljit_s32 src, sljit_sw srcw) in sljit_emit_fop1_conv_sw_from_f64() argument
1681 srcw = (sljit_s32)srcw; in sljit_emit_fop1_conv_f64_from_sw()
[all …]
H A DsljitNativeSPARC_common.c888 sljit_s32 src, sljit_sw srcw) in sljit_emit_op1() argument
978 sljit_s32 src, sljit_sw srcw) in sljit_emit_op_src() argument
1035 sljit_s32 src, sljit_sw srcw) in sljit_emit_fop1_conv_sw_from_f64() argument
1055 sljit_s32 src, sljit_sw srcw) in sljit_emit_fop1_conv_f64_from_sw() argument
1062 srcw = (sljit_s32)srcw; in sljit_emit_fop1_conv_f64_from_sw()
1066 srcw = 0; in sljit_emit_fop1_conv_f64_from_sw()
1072 srcw = FLOAT_TMP_MEM_OFFSET; in sljit_emit_fop1_conv_f64_from_sw()
1102 sljit_s32 src, sljit_sw srcw) in sljit_emit_fop1() argument
1410 jump->u.target = srcw; in sljit_emit_ijump()
1433 sljit_s32 src, sljit_sw srcw) in sljit_emit_icall() argument
[all …]
H A DsljitNativeX86_64.c309 CHECK(check_sljit_emit_return(compiler, op, src, srcw)); in sljit_emit_return()
634 ADJUST_LOCAL_OFFSET(src, srcw); in call_with_args()
635 EMIT_MOV(compiler, TMP_REG2, 0, src, srcw); in call_with_args()
697 ADJUST_LOCAL_OFFSET(src, srcw); in call_with_args()
698 EMIT_MOV(compiler, TMP_REG2, 0, src, srcw); in call_with_args()
750 sljit_s32 src, sljit_sw srcw) in sljit_emit_icall() argument
762 return sljit_emit_ijump(compiler, type, src, srcw); in sljit_emit_icall()
846 sljit_s32 src, sljit_sw srcw) in emit_mov_int() argument
858 if (sign || ((sljit_uw)srcw <= 0x7fffffff)) { in emit_mov_int()
864 return emit_load_imm64(compiler, dst, srcw); in emit_mov_int()
[all …]
H A DsljitNativeARM_64.c1168 sljit_s32 src, sljit_sw srcw) in sljit_emit_op1() argument
1194 srcw = (sljit_u8)srcw; in sljit_emit_op1()
1199 srcw = (sljit_s8)srcw; in sljit_emit_op1()
1204 srcw = (sljit_u16)srcw; in sljit_emit_op1()
1209 srcw = (sljit_s16)srcw; in sljit_emit_op1()
1214 srcw = (sljit_u32)srcw; in sljit_emit_op1()
1219 srcw = (sljit_s32)srcw; in sljit_emit_op1()
1469 srcw = (sljit_s32)srcw; in sljit_emit_fop1_conv_f64_from_sw()
1778 jump->u.target = srcw; in sljit_emit_ijump()
1860 srcw = (sljit_s32)srcw; in sljit_emit_cmov()
[all …]
H A DsljitLir.c1187 sljit_s32 src, sljit_sw srcw) in check_sljit_emit_op1() argument
1411 FUNCTION_FCHECK(src, srcw); in check_sljit_emit_fop1()
1483 FUNCTION_FCHECK(src, srcw); in check_sljit_emit_fop1_conv_sw_from_f64()
1845 CHECK_ARGUMENT(srcw == 0); in check_sljit_emit_cmov()
2388 SLJIT_UNUSED_ARG(srcw); in sljit_emit_return()
2419 SLJIT_UNUSED_ARG(srcw); in sljit_emit_op1()
2447 SLJIT_UNUSED_ARG(srcw); in sljit_emit_op_src()
2483 SLJIT_UNUSED_ARG(srcw); in sljit_emit_fop1()
2584 SLJIT_UNUSED_ARG(srcw); in sljit_emit_ijump()
2597 SLJIT_UNUSED_ARG(srcw); in sljit_emit_icall()
[all …]
H A DsljitNativeMIPS_common.c1306 if (srcw <= SIMM_MAX && srcw >= SIMM_MIN) in emit_prefetch()
1313 srcw &= 0x3; in emit_prefetch()
1326 sljit_s32 src, sljit_sw srcw) in sljit_emit_op1() argument
1466 sljit_s32 src, sljit_sw srcw) in sljit_emit_op_src() argument
1527 sljit_s32 src, sljit_sw srcw) in sljit_emit_fop1_conv_sw_from_f64() argument
1555 sljit_s32 src, sljit_sw srcw) in sljit_emit_fop1_conv_f64_from_sw() argument
1574 srcw = (sljit_s32)srcw; in sljit_emit_fop1_conv_f64_from_sw()
1630 sljit_s32 src, sljit_sw srcw) in sljit_emit_fop1() argument
2074 jump->u.target = srcw; in sljit_emit_ijump()
2200 srcw = (sljit_s32)srcw; in sljit_emit_cmov()
[all …]
H A DsljitNativeTILEGX_64.c2085 ADJUST_LOCAL_OFFSET(src, srcw); in sljit_emit_op_flags()
2088 srcw = 0; in sljit_emit_op_flags()
2182 ADJUST_LOCAL_OFFSET(src, srcw); in sljit_emit_op1()
2196 … SLJIT_MOV_U8, BYTE_DATA, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ? (sljit_u8) srcw : srcw); in sljit_emit_op1()
2199 … BYTE_DATA | SIGNED_DATA, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ? (sljit_s8) srcw : srcw); in sljit_emit_op1()
2202 …LJIT_MOV_U16, HALF_DATA, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ? (sljit_u16) srcw : srcw); in sljit_emit_op1()
2218 …, BYTE_DATA | WRITE_BACK, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ? (sljit_u8) srcw : srcw); in sljit_emit_op1()
2282 sljit_s32 src, sljit_sw srcw) in sljit_emit_op_src() argument
2286 ADJUST_LOCAL_OFFSET(src, srcw); in sljit_emit_op_src()
2331 ADJUST_LOCAL_OFFSET(src, srcw); in sljit_emit_ijump()
[all …]
H A DsljitNativeARM_T2_32.c1342 sljit_s32 src, sljit_sw srcw) in sljit_emit_op1() argument
1366 srcw = (sljit_u8)srcw; in sljit_emit_op1()
1371 srcw = (sljit_s8)srcw; in sljit_emit_op1()
1376 srcw = (sljit_u16)srcw; in sljit_emit_op1()
1381 srcw = (sljit_s16)srcw; in sljit_emit_op1()
1476 sljit_s32 src, sljit_sw srcw) in sljit_emit_op_src() argument
2124 jump->u.target = srcw; in sljit_emit_ijump()
2237 tmp = (sljit_uw) srcw; in sljit_emit_cmov()
2246 tmp = get_imm(srcw); in sljit_emit_cmov()
2252 tmp = get_imm(~srcw); in sljit_emit_cmov()
[all …]
H A DsljitNativeARM_32.c1694 sljit_s32 src, sljit_sw srcw) in sljit_emit_op1() argument
1783 sljit_s32 src, sljit_sw srcw) in sljit_emit_op_src() argument
1894 sljit_s32 src, sljit_sw srcw) in sljit_emit_fop1_conv_sw_from_f64() argument
1914 sljit_s32 src, sljit_sw srcw) in sljit_emit_fop1_conv_f64_from_sw() argument
1960 sljit_s32 src, sljit_sw srcw) in sljit_emit_fop1() argument
2455 jump->u.target = srcw; in sljit_emit_ijump()
2473 sljit_s32 src, sljit_sw srcw) in sljit_emit_icall() argument
2549 sljit_s32 src, sljit_sw srcw) in sljit_emit_cmov() argument
2561 tmp = get_imm(srcw); in sljit_emit_cmov()
2565 tmp = get_imm(~srcw); in sljit_emit_cmov()
[all …]
H A DsljitNativeX86_32.c289 …_s32 sljit_emit_return(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 src, sljit_sw srcw) in sljit_emit_return() argument
295 CHECK(check_sljit_emit_return(compiler, op, src, srcw)); in sljit_emit_return()
298 FAIL_IF(emit_mov_before_return(compiler, op, src, srcw)); in sljit_emit_return()
773 sljit_s32 src, sljit_sw srcw) in sljit_emit_icall() argument
782 CHECK(check_sljit_emit_icall(compiler, type, arg_types, src, srcw)); in sljit_emit_icall()
810 FAIL_IF(sljit_emit_ijump(compiler, type, src, srcw)); in sljit_emit_icall()
829 FAIL_IF(sljit_emit_ijump(compiler, type, src, srcw)); in sljit_emit_icall()
868 static sljit_s32 emit_fast_return(struct sljit_compiler *compiler, sljit_s32 src, sljit_sw srcw) in emit_fast_return() argument
872 CHECK_EXTRA_REGS(src, srcw, (void)0); in emit_fast_return()
882 inst = emit_x86_instruction(compiler, 1, 0, 0, src, srcw); in emit_fast_return()
H A DsljitLir.h666 sljit_s32 src, sljit_sw srcw);
967 sljit_s32 src, sljit_sw srcw);
1062 sljit_s32 src, sljit_sw srcw);
1101 sljit_s32 src, sljit_sw srcw);
1272 …32 sljit_emit_ijump(struct sljit_compiler *compiler, sljit_s32 type, sljit_s32 src, sljit_sw srcw);
1281 …truct sljit_compiler *compiler, sljit_s32 type, sljit_s32 arg_types, sljit_s32 src, sljit_sw srcw);
1311 sljit_s32 src, sljit_sw srcw);
H A DsljitNativeMIPS_32.c650 sljit_s32 src, sljit_sw srcw) in sljit_emit_icall() argument
655 CHECK(check_sljit_emit_icall(compiler, type, arg_types, src, srcw)); in sljit_emit_icall()
660 FAIL_IF(load_immediate(compiler, DR(PIC_ADDR_REG), srcw)); in sljit_emit_icall()
664 ADJUST_LOCAL_OFFSET(src, srcw); in sljit_emit_icall()
665 FAIL_IF(emit_op_mem(compiler, WORD_DATA | LOAD_DATA, DR(PIC_ADDR_REG), src, srcw)); in sljit_emit_icall()
H A DsljitNativeMIPS_64.c653 sljit_s32 src, sljit_sw srcw) in sljit_emit_icall() argument
658 CHECK(check_sljit_emit_icall(compiler, type, arg_types, src, srcw)); in sljit_emit_icall()
663 FAIL_IF(load_immediate(compiler, DR(PIC_ADDR_REG), srcw)); in sljit_emit_icall()
667 ADJUST_LOCAL_OFFSET(src, srcw); in sljit_emit_icall()
668 FAIL_IF(emit_op_mem(compiler, WORD_DATA | LOAD_DATA, DR(PIC_ADDR_REG), src, srcw)); in sljit_emit_icall()
/PHP-7.4/ext/gd/tests/
H A Dbug39273.phpt17 $srcw = imagesx($small);
24 imagecopyresized($img, $small, 0,0, 0,0, $width, $height, $srcw, $srch);
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c612 #define OP1(op, dst, dstw, src, srcw) \ argument
613 sljit_emit_op1(compiler, (op), (dst), (dstw), (src), (srcw))
616 #define OP_SRC(op, src, srcw) \ argument
617 sljit_emit_op_src(compiler, (op), (src), (srcw))
634 #define CMOV(type, dst_reg, src, srcw) \ argument
635 sljit_emit_cmov(compiler, (type), (dst_reg), (src), (srcw))

Completed in 173 milliseconds