Searched refs:imma (Results 1 - 2 of 2) sorted by relevance
/third_party/pcre2/pcre2/src/sljit/ |
H A D | sljitNativeX86_64.c | 63 sljit_s32 a, sljit_sw imma, in emit_x86_instruction() 75 SLJIT_ASSERT(!(a & SLJIT_IMM) || compiler->mode32 || IS_HALFWORD(imma)); in emit_x86_instruction() 153 if (imma <= 127 && imma >= -128) { in emit_x86_instruction() 160 SLJIT_ASSERT(imma <= (compiler->mode32 ? 0x1f : 0x3f)); in emit_x86_instruction() 161 if (imma != 1) { in emit_x86_instruction() 215 if (imma == 1) in emit_x86_instruction() 274 *buf_ptr = U8(imma); in emit_x86_instruction() 276 sljit_unaligned_store_s16(buf_ptr, (sljit_s16)imma); in emit_x86_instruction() 278 sljit_unaligned_store_s32(buf_ptr, (sljit_s32)imma); in emit_x86_instruction() 61 emit_x86_instruction(struct sljit_compiler *compiler, sljit_uw size, sljit_s32 a, sljit_sw imma, sljit_s32 b, sljit_sw immb) emit_x86_instruction() argument [all...] |
H A D | sljitNativeX86_32.c | 48 sljit_s32 a, sljit_sw imma, in emit_x86_instruction() 110 if (imma <= 127 && imma >= -128) { in emit_x86_instruction() 117 SLJIT_ASSERT(imma <= 0x1f); in emit_x86_instruction() 118 if (imma != 1) { in emit_x86_instruction() 160 if (imma == 1) in emit_x86_instruction() 218 *buf_ptr = U8(imma); in emit_x86_instruction() 220 sljit_unaligned_store_s16(buf_ptr, (sljit_s16)imma); in emit_x86_instruction() 222 sljit_unaligned_store_sw(buf_ptr, imma); in emit_x86_instruction() 46 emit_x86_instruction(struct sljit_compiler *compiler, sljit_uw size, sljit_s32 a, sljit_sw imma, sljit_s32 b, sljit_sw immb) emit_x86_instruction() argument
|
Completed in 3 milliseconds