Home
last modified time | relevance | path

Searched refs:bits (Results 101 – 104 of 104) sorted by relevance

12345

/PHP-8.2/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c6414 static BOOL optimize_class(compiler_common *common, const sljit_u8 *bits, BOOL nclass, BOOL invert,…
6779 static BOOL optimize_class_ranges(compiler_common *common, const sljit_u8 *bits, BOOL nclass, BOOL … in optimize_class_ranges() argument
6787 bit = bits[0] & 0x1; in optimize_class_ranges()
6794 if ((i & 0x7) == 0 && bits[byte] == all) in optimize_class_ranges()
6798 cbit = (bits[byte] >> (i & 0x7)) & 0x1; in optimize_class_ranges()
6823 bit = bits[0] & 0x1; in optimize_class_ranges()
6931 static BOOL optimize_class_chars(compiler_common *common, const sljit_u8 *bits, BOOL nclass, BOOL i… in optimize_class_chars() argument
6947 byte = bits[i]; in optimize_class_chars()
7032 static BOOL optimize_class(compiler_common *common, const sljit_u8 *bits, BOOL nclass, BOOL invert,… in optimize_class() argument
7035 if (optimize_class_ranges(common, bits, nclass, invert, backtracks)) in optimize_class()
[all …]
/PHP-8.2/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_T2_32.c56 #define COPY_BITS(src, from, to, bits) \ argument
57 …((sljit_ins)(src) >> (from - to)) : ((sljit_ins)(src) << (to - from))) & (((1 << bits) - 1) << to))
/PHP-8.2/ext/opcache/jit/
H A Dzend_jit_arm64.dasc320 /* Extract the low 8 bits from 'src_reg' into 'dst_reg'.
350 /* Test bits 'tst' with immediate. 32-bit and 64-bit registers are distinguished. */
373 /* Test bits between 64-bit register with constant 1. */
1121 … range of this LONG value can be represented via INT type, only move the low 32 bits into dst_addr.
1122 | // Note that imm32 is signed extended to 64 bits during mov.
4072 /* Use 'smulh' to get the upper 64 bits fo the 128-bit result.
4073 * For signed multiplication, the top 65 bits of the result will contain
H A Dzend_jit_x86.dasc445 /* In 64-bit build we compare only low 32-bits.

Completed in 86 milliseconds

12345