Lines Matching refs:NOP
41 return push_inst(compiler, NOP, UNMOVABLE_INS); in emit_copysign()
164 FAIL_IF(push_inst(compiler, NOP, UNMOVABLE_INS)); in sljit_emit_fset64()
172 FAIL_IF(push_inst(compiler, NOP, UNMOVABLE_INS)); in sljit_emit_fset64()
194 return push_inst(compiler, NOP, UNMOVABLE_INS); in sljit_emit_fcopy()
226 sljit_ins ins = NOP; in call_with_args()
278 if (ins != NOP) { in call_with_args()
279 if (prev_ins != NOP) in call_with_args()
282 ins = NOP; in call_with_args()
297 sljit_ins ins = NOP; in sljit_emit_call()
314 if (ins == NOP && compiler->delay_slot != UNMOVABLE_INS) in sljit_emit_call()
339 sljit_ins ins = NOP; in sljit_emit_icall()
361 if (ins != NOP) in sljit_emit_icall()