Lines Matching refs:NOP
231 #define NOP (HI(0) | LO(0)) macro
371 inst[1] = NOP; in detect_jump_type()
375 inst[1] = NOP; in detect_jump_type()
388 inst[2] = NOP; in detect_jump_type()
394 inst[1] = NOP; in detect_jump_type()
396 inst[3] = NOP; in detect_jump_type()
414 inst[1] = NOP; in detect_jump_type()
1235 return push_inst(compiler, NOP, UNMOVABLE_INS); in sljit_emit_op0()
1280 FAIL_IF(push_inst(compiler, NOP, UNMOVABLE_INS)); in sljit_emit_op0()
1281 FAIL_IF(push_inst(compiler, NOP, UNMOVABLE_INS)); in sljit_emit_op0()
1485 return push_inst(compiler, NOP, UNMOVABLE_INS); in sljit_emit_op_src()
1911 PTR_FAIL_IF(push_inst(compiler, NOP, UNMOVABLE_INS)); in sljit_emit_jump()
1974 inst = NOP; in sljit_emit_cmp()
2049 PTR_FAIL_IF(push_inst(compiler, NOP, UNMOVABLE_INS)); in sljit_emit_cmp()
2093 FAIL_IF(push_inst(compiler, NOP, UNMOVABLE_INS)); in sljit_emit_ijump()