Home
last modified time | relevance | path

Searched refs:SLJIT_SIMD_GET_ELEM2_SIZE (Results 1 – 6 of 6) sorted by relevance

/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitLir.c148 #define SLJIT_SIMD_GET_ELEM2_SIZE(type) (((type) >> 24) & 0x3f) macro
2613 …CHECK_ARGUMENT(SLJIT_SIMD_GET_ELEM2_SIZE(type) <= (srcdst & SLJIT_MEM) ? SLJIT_SIMD_GET_REG_SIZE(t… in check_sljit_emit_simd_mov()
2635 fprintf(compiler->verbose, ".al%d ", (8 << SLJIT_SIMD_GET_ELEM2_SIZE(type))); in check_sljit_emit_simd_mov()
2790 CHECK_ARGUMENT(SLJIT_SIMD_GET_ELEM2_SIZE(type) < SLJIT_SIMD_GET_REG_SIZE(type)); in check_sljit_emit_simd_extend()
2791 CHECK_ARGUMENT(SLJIT_SIMD_GET_ELEM_SIZE(type) < SLJIT_SIMD_GET_ELEM2_SIZE(type)); in check_sljit_emit_simd_extend()
2808 (8 << SLJIT_SIMD_GET_ELEM2_SIZE(type)), in check_sljit_emit_simd_extend()
H A DsljitNativeARM_T2_32.c3434 sljit_s32 alignment = SLJIT_SIMD_GET_ELEM2_SIZE(type); in sljit_emit_simd_mov()
3853 sljit_s32 elem2_size = SLJIT_SIMD_GET_ELEM2_SIZE(type); in sljit_emit_simd_extend()
H A DsljitNativeS390X.c3957 sljit_s32 alignment = SLJIT_SIMD_GET_ELEM2_SIZE(type); in sljit_emit_simd_mov()
4246 sljit_s32 elem2_size = SLJIT_SIMD_GET_ELEM2_SIZE(type); in sljit_emit_simd_extend()
H A DsljitNativeX86_common.c3537 sljit_s32 alignment = SLJIT_SIMD_GET_ELEM2_SIZE(type);
4323 sljit_s32 elem2_size = SLJIT_SIMD_GET_ELEM2_SIZE(type);
H A DsljitNativeARM_32.c3784 sljit_s32 alignment = SLJIT_SIMD_GET_ELEM2_SIZE(type); in sljit_emit_simd_mov()
4203 sljit_s32 elem2_size = SLJIT_SIMD_GET_ELEM2_SIZE(type); in sljit_emit_simd_extend()
H A DsljitNativeARM_64.c2932 sljit_s32 elem2_size = SLJIT_SIMD_GET_ELEM2_SIZE(type); in sljit_emit_simd_extend()

Completed in 77 milliseconds