Searched refs:NOP (Results 1 – 15 of 15) sorted by relevance
/PHP-7.4/ext/opcache/tests/ |
H A D | ssa_bug_002.phpt | 2 Incorrect NOP removal on jump to NOP
|
/PHP-7.4/ext/standard/tests/ |
H A D | bug81048.phpt | 10 // NOP
|
/PHP-7.4/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativeMIPS_32.c | 455 sljit_ins prev_ins = NOP; in call_with_args() 456 sljit_ins ins = NOP; in call_with_args() 534 if (ins != NOP) { in call_with_args() 535 if (prev_ins != NOP) in call_with_args() 538 ins = NOP; in call_with_args() 561 if (prev_ins != NOP) in call_with_args() 572 if (ins != NOP) { in call_with_args() 573 if (prev_ins != NOP) in call_with_args() 576 ins = NOP; in call_with_args()
|
H A D | sljitNativeMIPS_common.c | 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() 1234 return push_inst(compiler, NOP, UNMOVABLE_INS); in sljit_emit_op0() 1480 return push_inst(compiler, NOP, UNMOVABLE_INS); in sljit_emit_op_src() 1971 inst = NOP; in sljit_emit_cmp() [all …]
|
H A D | sljitNativeMIPS_64.c | 555 sljit_ins prev_ins = NOP; in call_with_args() 556 sljit_ins ins = NOP; in call_with_args() 608 if (ins != NOP) { in call_with_args() 609 if (prev_ins != NOP) in call_with_args() 612 ins = NOP; in call_with_args()
|
H A D | sljitNativeSPARC_common.c | 160 #define NOP (OPC1(0x0) | OPC2(0x04)) macro 247 inst[1] = NOP; in detect_jump_type() 285 inst[1] = NOP; in detect_jump_type() 847 return push_inst(compiler, NOP, UNMOVABLE_INS); in sljit_emit_op0() 992 return push_inst(compiler, NOP, UNMOVABLE_INS); in sljit_emit_op_src() 1374 PTR_FAIL_IF(push_inst(compiler, NOP, UNMOVABLE_INS)); in sljit_emit_jump() 1428 return push_inst(compiler, NOP, UNMOVABLE_INS); in sljit_emit_ijump()
|
H A D | sljitNativeARM_32.c | 101 #define NOP 0xe1a00000 macro 480 inst[1] = NOP; in inline_set_jump_addr() 1627 FAIL_IF(push_inst(compiler, NOP)); in sljit_emit_op0()
|
H A D | sljitNativeARM_64.c | 108 #define NOP 0xd503201f macro 1143 return push_inst(compiler, NOP); in sljit_emit_op0()
|
H A D | sljitNativeARM_T2_32.c | 149 #define NOP 0xbf00 macro 1258 return push_inst16(compiler, NOP); in sljit_emit_op0()
|
H A D | sljitNativePPC_common.c | 200 #define NOP (HI(24)) macro 1135 return push_inst(compiler, NOP); in sljit_emit_op0()
|
H A D | sljitNativeX86_common.c | 224 #define NOP 0x90 macro 961 *inst = NOP; in sljit_emit_op0()
|
H A D | sljitNativeTILEGX_64.c | 141 #define NOP \ macro
|
/PHP-7.4/ext/oci8/tests/ |
H A D | imp_res_get_exec.phpt | 38 oci_execute($s1); // execute twice; should be NOP
|
/PHP-7.4/ext/fileinfo/tests/ |
H A D | magic私はガラスを食べられます | 11335 # JuMP short bootcodeoffset NOP assembler instructions will usually be EB xx 90 11537 # unused assembler instructions short JMP y2;NOP;NOP 11543 # assembler instructions JMP C000;NOP 11552 # unused assembler instructions JMP y2;NOP;NOP or JMP C000;NOP
|
H A D | magic | 11335 # JuMP short bootcodeoffset NOP assembler instructions will usually be EB xx 90 11537 # unused assembler instructions short JMP y2;NOP;NOP 11543 # assembler instructions JMP C000;NOP 11552 # unused assembler instructions JMP y2;NOP;NOP or JMP C000;NOP
|
Completed in 165 milliseconds