Lines Matching refs:sljit_sw

29 static sljit_s32 emit_load_imm64(struct sljit_compiler *compiler, sljit_s32 reg, sljit_sw imm)  in emit_load_imm64()
33 inst = (sljit_u8*)ensure_buf(compiler, 1 + 2 + sizeof(sljit_sw)); in emit_load_imm64()
35 INC_SIZE(2 + sizeof(sljit_sw)); in emit_load_imm64()
59 code_ptr += sizeof(sljit_sw); in generate_far_jump_code()
82 compiler->locals_offset = 6 * sizeof(sljit_sw); in sljit_emit_enter()
84 compiler->locals_offset = ((scratches > 2) ? 4 : 2) * sizeof(sljit_sw); in sljit_emit_enter()
169 *inst++ = 5 * sizeof(sljit_sw); in sljit_emit_enter()
170 local_size -= 5 * sizeof(sljit_sw); in sljit_emit_enter()
172 *inst++ = 4 * sizeof(sljit_sw); in sljit_emit_enter()
173 local_size -= 4 * sizeof(sljit_sw); in sljit_emit_enter()
238 compiler->locals_offset = 6 * sizeof(sljit_sw); in sljit_set_context()
240 compiler->locals_offset = ((scratches > 2) ? 4 : 2) * sizeof(sljit_sw); in sljit_set_context()
249 …_s32 sljit_emit_return(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 src, sljit_sw srcw) in sljit_emit_return()
324 …jit_s32 emit_do_imm32(struct sljit_compiler *compiler, sljit_u8 rex, sljit_u8 opcode, sljit_sw imm) in emit_do_imm32()
341 sljit_s32 a, sljit_sw imma, in emit_x86_instruction()
343 sljit_s32 b, sljit_sw immb) in emit_x86_instruction()
587 …BUTE sljit_s32 sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw) in sljit_emit_fast_enter()
624 …UTE sljit_s32 sljit_emit_fast_return(struct sljit_compiler *compiler, sljit_s32 src, sljit_sw srcw) in sljit_emit_fast_return()
688 sljit_s32 dst, sljit_sw dstw, in emit_mov_int()
689 sljit_s32 src, sljit_sw srcw) in emit_mov_int()
702 inst = emit_x86_instruction(compiler, 1, SLJIT_IMM, (sljit_sw)(sljit_s32)srcw, dst, dstw); in emit_mov_int()
710 inst = emit_x86_instruction(compiler, 1, SLJIT_IMM, (sljit_sw)(sljit_s32)srcw, dst, dstw); in emit_mov_int()