Lines Matching refs:sljit_sw
29 static sljit_s32 load_immediate(struct sljit_compiler *compiler, sljit_s32 dst_ar, sljit_sw imm) in load_immediate()
70 sljit_s32 dst, sljit_s32 src1, sljit_sw src2) in emit_single_op()
419 static SLJIT_INLINE sljit_s32 emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw i… in emit_const()
425 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_jump_addr(sljit_uw addr, sljit_uw new_target, sljit_sw exec… in sljit_set_jump_addr()
439 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_const(sljit_uw addr, sljit_sw new_constant, sljit_sw execut… in sljit_set_const()
476 stack_offset += sizeof(sljit_sw); in call_with_args()
488 stack_offset += sizeof(sljit_sw); in call_with_args()
561 … LW | S(SLJIT_SP) | TA(5 + (offsets[arg_count] >> 2)) | IMM(offsets[arg_count] + sizeof(sljit_sw)); in call_with_args()
597 stack_offset += sizeof(sljit_sw); in post_call_with_args()
601 stack_offset += sizeof(sljit_sw); in post_call_with_args()
647 sljit_s32 src, sljit_sw srcw) in sljit_emit_icall()