Lines Matching refs:NOP
156 #define NOP (HI(0) | LO(0)) macro
277 inst[1] = NOP; in detect_jump_type()
281 inst[1] = NOP; in detect_jump_type()
294 inst[2] = NOP; in detect_jump_type()
300 inst[1] = NOP; in detect_jump_type()
302 inst[3] = NOP; in detect_jump_type()
320 inst[1] = NOP; in detect_jump_type()
1046 return push_inst(compiler, NOP, UNMOVABLE_INS); in sljit_emit_op0()
1062 FAIL_IF(push_inst(compiler, NOP, UNMOVABLE_INS)); in sljit_emit_op0()
1063 FAIL_IF(push_inst(compiler, NOP, UNMOVABLE_INS)); in sljit_emit_op0()
1570 return push_inst(compiler, NOP, UNMOVABLE_INS); in sljit_emit_fast_return()
1703 PTR_FAIL_IF(push_inst(compiler, NOP, UNMOVABLE_INS)); in sljit_emit_jump()
1775 inst = NOP; in sljit_emit_cmp()
1850 PTR_FAIL_IF(push_inst(compiler, NOP, UNMOVABLE_INS)); in sljit_emit_cmp()
1933 PTR_FAIL_IF(push_inst(compiler, NOP, UNMOVABLE_INS)); in sljit_emit_fcmp()
2000 FAIL_IF(push_inst(compiler, NOP, UNMOVABLE_INS)); in sljit_emit_ijump()