Home
last modified time | relevance | path

Searched refs:imma (Results 1 – 2 of 2) sorted by relevance

/PHP-8.2/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_64.c63 sljit_s32 a, sljit_sw imma, in emit_x86_instruction() argument
75 SLJIT_ASSERT(!(a & SLJIT_IMM) || compiler->mode32 || IS_HALFWORD(imma)); in emit_x86_instruction()
149 if (imma <= 127 && imma >= -128) { in emit_x86_instruction()
156 imma &= compiler->mode32 ? 0x1f : 0x3f; in emit_x86_instruction()
157 if (imma != 1) { in emit_x86_instruction()
211 if (imma == 1) in emit_x86_instruction()
264 *buf_ptr = U8(imma); in emit_x86_instruction()
266 sljit_unaligned_store_s16(buf_ptr, (sljit_s16)imma); in emit_x86_instruction()
268 sljit_unaligned_store_s32(buf_ptr, (sljit_s32)imma); in emit_x86_instruction()
H A DsljitNativeX86_32.c48 sljit_s32 a, sljit_sw imma, in emit_x86_instruction() argument
103 if (imma <= 127 && imma >= -128) { in emit_x86_instruction()
110 imma &= 0x1f; in emit_x86_instruction()
111 if (imma != 1) { in emit_x86_instruction()
153 if (imma == 1) in emit_x86_instruction()
205 *buf_ptr = U8(imma); in emit_x86_instruction()
207 sljit_unaligned_store_s16(buf_ptr, (sljit_s16)imma); in emit_x86_instruction()
209 sljit_unaligned_store_sw(buf_ptr, imma); in emit_x86_instruction()

Completed in 8 milliseconds