Searched refs:NOP (Results 1 – 13 of 13) sorted by relevance
/PHP-8.4/ext/opcache/tests/ |
H A D | ssa_bug_002.phpt | 2 Incorrect NOP removal on jump to NOP
|
/PHP-8.4/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativeMIPS_64.c | 41 return push_inst(compiler, NOP, UNMOVABLE_INS); in emit_copysign() 164 FAIL_IF(push_inst(compiler, NOP, UNMOVABLE_INS)); in sljit_emit_fset64() 172 FAIL_IF(push_inst(compiler, NOP, UNMOVABLE_INS)); in sljit_emit_fset64() 194 return push_inst(compiler, NOP, UNMOVABLE_INS); in sljit_emit_fcopy() 226 sljit_ins ins = NOP; in call_with_args() 278 if (ins != NOP) { in call_with_args() 279 if (prev_ins != NOP) in call_with_args() 282 ins = NOP; in call_with_args() 297 sljit_ins ins = NOP; in sljit_emit_call() 339 sljit_ins ins = NOP; in sljit_emit_icall() [all …]
|
H A D | sljitNativeMIPS_32.c | 58 FAIL_IF(push_inst(compiler, NOP, UNMOVABLE_INS)); in emit_copysign() 67 return push_inst(compiler, NOP, UNMOVABLE_INS); in emit_copysign() 187 return push_inst(compiler, NOP, UNMOVABLE_INS); in sljit_emit_fcopy() 218 sljit_ins prev_ins = NOP; in call_with_args() 219 sljit_ins ins = NOP; in call_with_args() 292 if (prev_ins != NOP) in call_with_args() 338 if (ins != NOP) { in call_with_args() 339 if (prev_ins != NOP) in call_with_args() 342 ins = NOP; in call_with_args() 358 sljit_ins ins = NOP; in sljit_emit_call() [all …]
|
H A D | sljitNativeMIPS_common.c | 283 #define NOP (HI(0) | LO(0)) macro 548 inst[1] = NOP; in detect_jump_type() 561 inst[2] = NOP; in detect_jump_type() 567 inst[1] = NOP; in detect_jump_type() 569 inst[3] = NOP; in detect_jump_type() 1241 *ins_ptr = NOP; in emit_stack_frame_release() 1285 if (ins != NOP) in sljit_emit_return_to() 2406 return push_inst(compiler, NOP, UNMOVABLE_INS); in sljit_emit_op0() 2766 return push_inst(compiler, NOP, UNMOVABLE_INS); in sljit_emit_op_src() 3446 inst = NOP; in sljit_emit_cmp() [all …]
|
H A D | sljitNativeARM_32.c | 127 #define NOP 0xe1a00000 macro 551 inst[1] = NOP; in set_jump_addr() 2313 FAIL_IF(push_inst(compiler, NOP)); in sljit_emit_op0()
|
H A D | sljitNativeARM_64.c | 136 #define NOP 0xd503201f macro 1542 return push_inst(compiler, NOP); in sljit_emit_op0()
|
H A D | sljitNativePPC_common.c | 210 #define NOP (HI(24)) macro 1373 return push_inst(compiler, NOP); in sljit_emit_op0()
|
H A D | sljitNativeARM_T2_32.c | 172 #define NOP 0xbf00 macro 1836 return push_inst16(compiler, NOP); in sljit_emit_op0()
|
H A D | sljitNativeX86_common.c | 262 #define NOP 0x90 macro 1372 return emit_byte(compiler, NOP); in sljit_emit_op0()
|
/PHP-8.4/ext/standard/tests/ |
H A D | bug81048.phpt | 10 // NOP
|
/PHP-8.4/ext/opcache/jit/ir/ |
H A D | ir.h | 220 _(NOP, v, ___, ___, ___) /* empty instruction */ \
|
/PHP-8.4/ext/fileinfo/tests/ |
H A D | magic | 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
|
H A D | magic私はガラスを食べられます | 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 245 milliseconds