Searched refs:imma (Results 1 – 2 of 2) sorted by relevance
276 sljit_si a, sljit_sw imma, in emit_x86_instruction() argument328 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()
348 sljit_si a, sljit_sw imma, in emit_x86_instruction() argument359 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()