Searched refs:ALIGN_CHECK (Results 1 – 1 of 1) sorted by relevance
/PHP-8.3/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativeARM_T2_32.c | 940 #define ALIGN_CHECK(argw, imm, shift) (!((argw) & ~((imm) << (shift)))) macro 1095 if (ALIGN_CHECK(argw, 0x1f, 2)) in emit_op_mem() 1100 if (ALIGN_CHECK(argw, 0x1f, 0)) in emit_op_mem() 1105 if (ALIGN_CHECK(argw, 0x1f, 1)) in emit_op_mem() 1112 …else if (SLJIT_UNLIKELY(arg == SLJIT_SP) && IS_WORD_SIZE(flags) && ALIGN_CHECK(argw, 0xff, 2) && r… in emit_op_mem() 1130 #undef ALIGN_CHECK
|
Completed in 11 milliseconds