Lines Matching defs:dst
137 static SLJIT_INLINE sljit_s32 emit_imm64_const(struct sljit_compiler *compiler, sljit_s32 dst, slji… in emit_imm64_const()
147 sljit_s32 dst = inst[0] & 0x1f; in modify_imm64_const() local
218 sljit_s32 dst; in sljit_generate_code() local
445 static sljit_s32 load_immediate(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw simm) in load_immediate()
547 static sljit_s32 emit_op_imm(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 dst, sljit… in emit_op_imm()
840 static sljit_s32 emit_set_delta(struct sljit_compiler *compiler, sljit_s32 dst, sljit_s32 reg, slji… in emit_set_delta()
1306 sljit_s32 dst, sljit_sw dstw, in sljit_emit_op1()
1475 sljit_s32 dst, sljit_sw dstw, in sljit_emit_op2()
1641 sljit_s32 dst, sljit_sw dstw, in sljit_emit_fop1_conv_sw_from_f64()
1663 sljit_s32 dst, sljit_sw dstw, in sljit_emit_fop1_conv_f64_from_sw()
1712 sljit_s32 dst, sljit_sw dstw, in sljit_emit_fop1()
1759 sljit_s32 dst, sljit_sw dstw, in sljit_emit_fop2()
1809 …BUTE sljit_s32 sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw) in sljit_emit_fast_enter()
2001 sljit_s32 dst, sljit_sw dstw, in sljit_emit_op_flags()
2069 …struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw… in sljit_emit_const()