Lines Matching refs:NOP
151 #define NOP (HI(0) | LO(0)) macro
279 inst[1] = NOP; in detect_jump_type()
283 inst[1] = NOP; in detect_jump_type()
296 inst[2] = NOP; in detect_jump_type()
302 inst[1] = NOP; in detect_jump_type()
304 inst[3] = NOP; in detect_jump_type()
322 inst[1] = NOP; in detect_jump_type()
1052 return push_inst(compiler, NOP, UNMOVABLE_INS); in sljit_emit_op0()
1068 FAIL_IF(push_inst(compiler, NOP, UNMOVABLE_INS)); in sljit_emit_op0()
1069 FAIL_IF(push_inst(compiler, NOP, UNMOVABLE_INS)); in sljit_emit_op0()
1593 return push_inst(compiler, NOP, UNMOVABLE_INS); in sljit_emit_fast_return()
1710 PTR_FAIL_IF(push_inst(compiler, NOP, UNMOVABLE_INS)); in sljit_emit_jump()
1782 inst = NOP; in sljit_emit_cmp()
1857 PTR_FAIL_IF(push_inst(compiler, NOP, UNMOVABLE_INS)); in sljit_emit_cmp()
1927 FAIL_IF(push_inst(compiler, NOP, UNMOVABLE_INS)); in sljit_emit_ijump()