Home
last modified time | relevance | path

Searched refs:NOP (Results 1 – 14 of 14) sorted by relevance

/PHP-8.1/ext/opcache/tests/
H A Dssa_bug_002.phpt2 Incorrect NOP removal on jump to NOP
/PHP-8.1/ext/standard/tests/
H A Dbug81048.phpt10 // NOP
/PHP-8.1/ext/pcre/pcre2lib/sljit/
H A DsljitNativeMIPS_32.c452 sljit_ins prev_ins = NOP; in call_with_args()
453 sljit_ins ins = NOP; in call_with_args()
531 if (ins != NOP) { in call_with_args()
532 if (prev_ins != NOP) in call_with_args()
535 ins = NOP; in call_with_args()
558 if (prev_ins != NOP) in call_with_args()
569 if (ins != NOP) { in call_with_args()
570 if (prev_ins != NOP) in call_with_args()
573 ins = NOP; in call_with_args()
H A DsljitNativeMIPS_common.c231 #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()
1485 return push_inst(compiler, NOP, UNMOVABLE_INS); in sljit_emit_op_src()
1974 inst = NOP; in sljit_emit_cmp()
[all …]
H A DsljitNativeMIPS_64.c551 sljit_ins prev_ins = NOP; in call_with_args()
552 sljit_ins ins = NOP; in call_with_args()
604 if (ins != NOP) { in call_with_args()
605 if (prev_ins != NOP) in call_with_args()
608 ins = NOP; in call_with_args()
H A DsljitNativeSPARC_common.c160 #define NOP (OPC1(0x0) | OPC2(0x04)) macro
247 inst[1] = NOP; in detect_jump_type()
285 inst[1] = NOP; in detect_jump_type()
848 return push_inst(compiler, NOP, UNMOVABLE_INS); in sljit_emit_op0()
993 return push_inst(compiler, NOP, UNMOVABLE_INS); in sljit_emit_op_src()
1379 PTR_FAIL_IF(push_inst(compiler, NOP, UNMOVABLE_INS)); in sljit_emit_jump()
1433 return push_inst(compiler, NOP, UNMOVABLE_INS); in sljit_emit_ijump()
H A DsljitNativeARM_32.c101 #define NOP 0xe1a00000 macro
489 inst[1] = NOP; in inline_set_jump_addr()
1706 FAIL_IF(push_inst(compiler, NOP)); in sljit_emit_op0()
H A DsljitNativeARM_64.c108 #define NOP 0xd503201f macro
1139 return push_inst(compiler, NOP); in sljit_emit_op0()
H A DsljitNativePPC_common.c200 #define NOP (HI(24)) macro
1136 return push_inst(compiler, NOP); in sljit_emit_op0()
H A DsljitNativeARM_T2_32.c149 #define NOP 0xbf00 macro
1265 return push_inst16(compiler, NOP); in sljit_emit_op0()
H A DsljitNativeX86_common.c224 #define NOP 0x90 macro
958 *inst = NOP; in sljit_emit_op0()
/PHP-8.1/ext/oci8/tests/
H A Dimp_res_get_exec.phpt39 oci_execute($s1); // execute twice; should be NOP
/PHP-8.1/ext/fileinfo/tests/
H A Dmagic12514 # JuMP short bootcodeoffset NOP assembler instructions will usually be EB xx 90
12716 # unused assembler instructions short JMP y2;NOP;NOP
12722 # assembler instructions JMP C000;NOP
12731 # unused assembler instructions JMP y2;NOP;NOP or JMP C000;NOP
H A Dmagic私はガラスを食べられます12514 # JuMP short bootcodeoffset NOP assembler instructions will usually be EB xx 90
12716 # unused assembler instructions short JMP y2;NOP;NOP
12722 # assembler instructions JMP C000;NOP
12731 # unused assembler instructions JMP y2;NOP;NOP or JMP C000;NOP

Completed in 234 milliseconds