Lines Matching defs:dst

296 static sljit_s32 emit_imm32_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_uw imm)  in emit_imm32_const()
305 static void set_imm32_const(sljit_u16 *inst, sljit_ins dst, sljit_uw new_imm) in set_imm32_const()
315 sljit_ins dst = inst[1] & 0x0f00; in modify_imm32_const() local
758 static sljit_s32 load_immediate(struct sljit_compiler *compiler, sljit_s32 dst, sljit_uw imm) in load_immediate()
791 static sljit_s32 emit_op_imm(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 dst, sljit… in emit_op_imm()
1245 static sljit_s32 emit_set_delta(struct sljit_compiler *compiler, sljit_s32 dst, sljit_s32 reg, slji… in emit_set_delta()
1916 sljit_s32 dst, sljit_sw dstw, in sljit_emit_op1()
2001 sljit_s32 dst, sljit_sw dstw, in sljit_emit_op2()
2158 sljit_s32 dst, sljit_sw dstw) in sljit_emit_op_dst()
2278 sljit_s32 dst, sljit_sw dstw, in sljit_emit_fop1_conv_sw_from_f64()
2298 sljit_s32 dst, sljit_sw dstw, in sljit_emit_fop1_conv_f64_from_w()
2322 sljit_s32 dst, sljit_sw dstw, in sljit_emit_fop1_conv_f64_from_sw()
2329 sljit_s32 dst, sljit_sw dstw, in sljit_emit_fop1_conv_f64_from_uw()
2362 sljit_s32 dst, sljit_sw dstw, in sljit_emit_fop1()
2409 sljit_s32 dst, sljit_sw dstw, in sljit_emit_fop2()
3055 sljit_s32 dst, sljit_sw dstw, in sljit_emit_op_flags()
4070 sljit_s32 dst, sljit_sw dstw) in sljit_emit_simd_sign()
4244 …struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw… in sljit_emit_const()
4265 …ruct sljit_jump* sljit_emit_mov_addr(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw) in sljit_emit_mov_addr()