Lines Matching refs:mode32
359 SLJIT_ASSERT(!(a & SLJIT_IMM) || compiler->mode32 || IS_HALFWORD(imma)); in emit_x86_instruction()
375 if (!compiler->mode32 && !(flags & EX86_NO_REXW)) in emit_x86_instruction()
437 imma &= compiler->mode32 ? 0x1f : 0x3f; in emit_x86_instruction()
622 compiler->mode32 = 1; in sljit_emit_fast_enter()
661 compiler->mode32 = 1; in sljit_emit_fast_return()
699 compiler->mode32 = 0; in emit_mov_int()
714 compiler->mode32 = 1; in emit_mov_int()
718 compiler->mode32 = 0; in emit_mov_int()
732 compiler->mode32 = 1; in emit_mov_int()
734 compiler->mode32 = 0; in emit_mov_int()
739 compiler->mode32 = 1; in emit_mov_int()
743 compiler->mode32 = 0; in emit_mov_int()