Lines Matching refs:sljit_ins
33 sljit_ins mfhc = MFC1, mthc = MTC1; in emit_copysign()
34 sljit_ins src1_r = FS(src1), src2_r = FS(src2), dst_r = FS(dst); in emit_copysign()
136 sljit_ins inst = FS(freg); in sljit_emit_fcopy()
137 sljit_ins mthc = MTC1, mfhc = MFC1; in sljit_emit_fcopy()
194 sljit_ins *inst = (sljit_ins *)addr; in sljit_set_jump_addr()
202 inst = (sljit_ins *)SLJIT_ADD_EXEC_OFFSET(inst, executable_offset); in sljit_set_jump_addr()
211 static sljit_s32 call_with_args(struct sljit_compiler *compiler, sljit_s32 arg_types, sljit_ins *in… in call_with_args()
218 sljit_ins prev_ins = NOP; in call_with_args()
219 sljit_ins ins = NOP; in call_with_args()
223 sljit_ins f64_hi = TA(7), f64_lo = TA(6); in call_with_args()
225 sljit_ins f64_hi = TA(6), f64_lo = TA(7); in call_with_args()
358 sljit_ins ins = NOP; in sljit_emit_call()
414 sljit_ins ins; in sljit_emit_icall()