Home
last modified time | relevance | path

Searched defs:operand (Results 1 – 5 of 5) sorted by relevance

/PHP-8.3/ext/mbstring/libmbfl/filters/
H A Dmbfilter_utf16.c689 __m256i operand = _mm256_loadu_si256((__m256i*)p); /* Load 32 bytes */ in mb_utf16be_to_wchar_avx2() local
810 __m256i operand = _mm256_loadu_si256((__m256i*)in); /* Load 32 bytes */ in mb_wchar_to_utf16be_avx2() local
885 __m256i operand = _mm256_loadu_si256((__m256i*)p); in mb_utf16le_to_wchar_avx2() local
989 __m256i operand = _mm256_loadu_si256((__m256i*)in); in mb_wchar_to_utf16le_avx2() local
/PHP-8.3/ext/opcache/jit/libudis86/
H A Ddecode.c526 struct ud_operand *operand, in decode_modrm_reg()
729 struct ud_operand *operand, in decode_operand()
H A Dtypes.h210 struct ud_operand operand[4]; member
/PHP-8.3/ext/mbstring/
H A Dmbstring.c1785 __m128i operand = _mm_loadu_si128((__m128i*)p); /* Load 16 bytes */ in mb_fast_strlen_utf8() local
4648 __m128i operand; in mb_fast_check_utf8_default() local
5093 __m256i operand; in mb_fast_check_utf8_avx2() local
/PHP-8.3/ext/standard/
H A Darray.c6317 zval *operand; local
6375 zval *operand; local

Completed in 44 milliseconds