Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitNativeX86_32.c276 sljit_si a, sljit_sw imma, in emit_x86_instruction() argument
328 if (imma <= 127 && imma >= -128) { in emit_x86_instruction()
335 imma &= 0x1f; in emit_x86_instruction()
336 if (imma != 1) { in emit_x86_instruction()
378 if (imma == 1) in emit_x86_instruction()
427 *buf_ptr = imma; in emit_x86_instruction()
429 *(short*)buf_ptr = imma; in emit_x86_instruction()
431 *(sljit_sw*)buf_ptr = imma; in emit_x86_instruction()
H A DsljitNativeX86_64.c348 sljit_si a, sljit_sw imma, in emit_x86_instruction() argument
359 SLJIT_ASSERT(!(a & SLJIT_IMM) || compiler->mode32 || IS_HALFWORD(imma)); in emit_x86_instruction()
430 if (imma <= 127 && imma >= -128) { in emit_x86_instruction()
437 imma &= compiler->mode32 ? 0x1f : 0x3f; in emit_x86_instruction()
438 if (imma != 1) { in emit_x86_instruction()
488 if (imma == 1) in emit_x86_instruction()
542 *buf_ptr = imma; in emit_x86_instruction()
544 *(short*)buf_ptr = imma; in emit_x86_instruction()
546 *(sljit_si*)buf_ptr = imma; in emit_x86_instruction()

Completed in 12 milliseconds