Lines Matching refs:sljit_sw

33 static sljit_s32 emit_do_imm(struct sljit_compiler *compiler, sljit_u8 opcode, sljit_sw imm)  in emit_do_imm()
37 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1 + sizeof(sljit_sw)); in emit_do_imm()
39 INC_SIZE(1 + sizeof(sljit_sw)); in emit_do_imm()
48 sljit_s32 a, sljit_sw imma, in emit_x86_instruction()
50 sljit_s32 b, sljit_sw immb) in emit_x86_instruction()
82 inst_size += sizeof(sljit_sw); in emit_x86_instruction()
88 inst_size += sizeof(sljit_sw); in emit_x86_instruction()
120 inst_size += sizeof(sljit_sw); in emit_x86_instruction()
188 buf_ptr += sizeof(sljit_sw); in emit_x86_instruction()
200 buf_ptr += sizeof(sljit_sw); in emit_x86_instruction()
219 static sljit_u8* generate_far_jump_code(struct sljit_jump *jump, sljit_u8 *code_ptr, sljit_sw execu… in generate_far_jump_code()
240 …sljit_unaligned_store_sw(code_ptr, (sljit_sw)(jump->u.target - (jump->addr + 4) - (sljit_uw)execut… in generate_far_jump_code()
636 static sljit_sw c_fast_call_get_stack_size(sljit_s32 arg_types, sljit_s32 *word_arg_count_ptr) in c_fast_call_get_stack_size()
638 sljit_sw stack_size = 0; in c_fast_call_get_stack_size()
668 sljit_s32 arg_types, sljit_sw stack_size, sljit_s32 word_arg_count, sljit_s32 swap_args) in c_fast_call_with_args()
743 sljit_sw stack_size = 0; in cdecl_call_get_stack_size()
775 sljit_s32 arg_types, sljit_sw stack_size, sljit_s32 word_arg_count) in cdecl_call_with_args()
841 sljit_s32 src, sljit_sw srcw) in tail_call_with_args()
843 sljit_sw args_size, prev_args_size, saved_regs_size; in tail_call_with_args()
844 sljit_sw types, word_arg_count, float_arg_count; in tail_call_with_args()
845 sljit_sw stack_size, prev_stack_size, min_size, offset; in tail_call_with_args()
846 sljit_sw word_arg4_offset; in tail_call_with_args()
909 r2_offset = sizeof(sljit_sw); in tail_call_with_args()
1046 SLJIT_ASSERT(r2_offset == sizeof(sljit_sw)); in tail_call_with_args()
1205 sljit_sw stack_size = 0; in sljit_emit_call()
1267 sljit_s32 src, sljit_sw srcw) in sljit_emit_icall()
1269 sljit_sw stack_size = 0; in sljit_emit_icall()
1352 …BUTE sljit_s32 sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw) in sljit_emit_fast_enter()
1379 static sljit_s32 emit_fast_return(struct sljit_compiler *compiler, sljit_s32 src, sljit_sw srcw) in emit_fast_return()
1409 sljit_sw size; in skip_frames_before_return()