Home
last modified time | relevance | path

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

/PHP-8.3/ext/opcache/tests/
H A Dssa_bug_002.phpt2 Incorrect NOP removal on jump to NOP
/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativeMIPS_32.c73 sljit_ins prev_ins = NOP; in call_with_args()
74 sljit_ins ins = NOP; in call_with_args()
142 if (prev_ins != NOP) in call_with_args()
180 if (ins != NOP) { in call_with_args()
181 if (prev_ins != NOP) in call_with_args()
184 ins = NOP; in call_with_args()
200 sljit_ins ins = NOP; in sljit_emit_call()
217 if (ins == NOP && compiler->delay_slot != UNMOVABLE_INS) in sljit_emit_call()
278 if (ins != NOP) in sljit_emit_icall()
H A DsljitNativeMIPS_64.c158 sljit_ins ins = NOP; in call_with_args()
210 if (ins != NOP) { in call_with_args()
211 if (prev_ins != NOP) in call_with_args()
214 ins = NOP; in call_with_args()
229 sljit_ins ins = NOP; in sljit_emit_call()
246 if (ins == NOP && compiler->delay_slot != UNMOVABLE_INS) in sljit_emit_call()
271 sljit_ins ins = NOP; in sljit_emit_icall()
293 if (ins != NOP) in sljit_emit_icall()
H A DsljitNativeMIPS_common.c255 #define NOP (HI(0) | LO(0)) macro
412 inst[1] = NOP; in detect_jump_type()
425 inst[2] = NOP; in detect_jump_type()
431 inst[1] = NOP; in detect_jump_type()
433 inst[3] = NOP; in detect_jump_type()
1102 *ins_ptr = NOP; in emit_stack_frame_release()
1146 if (ins != NOP) in sljit_emit_return_to()
1448 FAIL_IF(push_inst(compiler, NOP, UNMOVABLE_INS)); in emit_clz_ctz()
2164 return push_inst(compiler, NOP, UNMOVABLE_INS); in sljit_emit_op0()
2504 return push_inst(compiler, NOP, UNMOVABLE_INS); in sljit_emit_op_src()
[all …]
H A DsljitNativeSPARC_common.c163 #define NOP (OPC1(0x0) | OPC2(0x04)) macro
251 inst[1] = NOP; in detect_jump_type()
289 inst[1] = NOP; in detect_jump_type()
951 return push_inst(compiler, NOP, UNMOVABLE_INS); in sljit_emit_op0()
1103 return push_inst(compiler, NOP, UNMOVABLE_INS); in sljit_emit_op_src()
1493 PTR_FAIL_IF(push_inst(compiler, NOP, UNMOVABLE_INS)); in sljit_emit_jump()
1547 return push_inst(compiler, NOP, UNMOVABLE_INS); in sljit_emit_ijump()
H A DsljitNativeARM_32.c108 #define NOP 0xe1a00000 macro
502 inst[1] = NOP; in inline_set_jump_addr()
2067 FAIL_IF(push_inst(compiler, NOP)); in sljit_emit_op0()
H A DsljitNativeARM_64.c113 #define NOP 0xd503201f macro
1302 return push_inst(compiler, NOP); in sljit_emit_op0()
H A DsljitNativePPC_common.c201 #define NOP (HI(24)) macro
1278 return push_inst(compiler, NOP); in sljit_emit_op0()
H A DsljitNativeX86_common.c227 #define NOP 0x90 macro
1095 *inst = NOP; in sljit_emit_op0()
H A DsljitNativeARM_T2_32.c154 #define NOP 0xbf00 macro
1603 return push_inst16(compiler, NOP); in sljit_emit_op0()
/PHP-8.3/ext/standard/tests/
H A Dbug81048.phpt10 // NOP
/PHP-8.3/ext/oci8/tests/
H A Dimp_res_get_exec.phpt40 oci_execute($s1); // execute twice; should be NOP
/PHP-8.3/ext/fileinfo/tests/
H A Dmagic13729 # JuMP short bootcodeoffset NOP assembler instructions will usually be EB xx 90
13931 # unused assembler instructions short JMP y2;NOP;NOP
13937 # assembler instructions JMP C000;NOP
13946 # unused assembler instructions JMP y2;NOP;NOP or JMP C000;NOP
H A Dmagic私はガラスを食べられます13729 # JuMP short bootcodeoffset NOP assembler instructions will usually be EB xx 90
13931 # unused assembler instructions short JMP y2;NOP;NOP
13937 # assembler instructions JMP C000;NOP
13946 # unused assembler instructions JMP y2;NOP;NOP or JMP C000;NOP

Completed in 237 milliseconds