Searched refs:imma (Results 1 – 2 of 2) sorted by relevance
255 sljit_si a, sljit_sw imma, in emit_x86_instruction() argument307 if (imma <= 127 && imma >= -128) { in emit_x86_instruction()314 imma &= 0x1f; in emit_x86_instruction()315 if (imma != 1) { in emit_x86_instruction()357 if (imma == 1) in emit_x86_instruction()406 *buf_ptr = imma; in emit_x86_instruction()408 *(short*)buf_ptr = imma; in emit_x86_instruction()410 *(sljit_sw*)buf_ptr = imma; in emit_x86_instruction()
361 sljit_si a, sljit_sw imma, in emit_x86_instruction() argument372 SLJIT_ASSERT(!(a & SLJIT_IMM) || compiler->mode32 || IS_HALFWORD(imma)); in emit_x86_instruction()443 if (imma <= 127 && imma >= -128) { in emit_x86_instruction()450 imma &= compiler->mode32 ? 0x1f : 0x3f; in emit_x86_instruction()451 if (imma != 1) { in emit_x86_instruction()501 if (imma == 1) in emit_x86_instruction()555 *buf_ptr = imma; in emit_x86_instruction()557 *(short*)buf_ptr = imma; in emit_x86_instruction()559 *(sljit_si*)buf_ptr = imma; in emit_x86_instruction()