Searched refs:jmp (Results 1 – 23 of 23) sorted by relevance
/PHP-8.2/Zend/tests/try/ |
H A D | try_finally_006.phpt | 6 $jmp = 1; 10 if ($jmp) { 15 $jmp = 0;
|
H A D | finally_goto_003.phpt | 2 jmp into a finally block 03
|
H A D | finally_goto_001.phpt | 2 jmp into a finally block 01
|
H A D | finally_goto_002.phpt | 2 jmp into a finally block 02
|
H A D | finally_goto_004.phpt | 2 jmp into a finally block 03
|
/PHP-8.2/Zend/asm/ |
H A D | make_x86_64_sysv_elf_gas.S | 101 jmp trampoline 129 jmp *%rbp 135 jmp *%rbx
|
H A D | make_x86_64_sysv_macho_gas.S | 69 jmp *%rbx
|
H A D | jump_i386_sysv_macho_gas.S | 74 jmp *%ecx
|
H A D | make_i386_sysv_macho_gas.S | 82 jmp *%ebx
|
H A D | jump_x86_64_sysv_macho_gas.S | 75 jmp *%r8
|
H A D | jump_i386_sysv_elf_gas.S | 89 jmp *%ecx
|
H A D | make_i386_sysv_elf_gas.S | 95 jmp *%ebx
|
H A D | jump_x86_64_sysv_elf_gas.S | 138 jmp *%r8
|
H A D | make_i386_ms_pe_masm.asm | 105 jmp walk 130 jmp ebx
|
H A D | jump_i386_ms_pe_masm.asm | 114 jmp ecx
|
H A D | jump_x86_64_ms_pe_masm.asm | 203 jmp r10
|
/PHP-8.2/ext/random/ |
H A D | engine_xoshiro256starstar.c | 61 static inline void jump(php_random_status_state_xoshiro256starstar *state, const uint64_t *jmp) in jump() argument 67 if (jmp[i] & 1ULL << j) { in jump() 164 …static const uint64_t jmp[] = {0x180ec6d33cfd0aba, 0xd5a61266f0c9392c, 0xa9582618e03fc9aa, 0x39abd… in php_random_xoshiro256starstar_jump() local 165 jump(state, jmp); in php_random_xoshiro256starstar_jump() 170 …static const uint64_t jmp[] = {0x76e15d3efefdcbbf, 0xc5004e441c522fb3, 0x77710069854ee241, 0x39109… in php_random_xoshiro256starstar_jump_long() local 171 jump(state, jmp); in php_random_xoshiro256starstar_jump_long()
|
/PHP-8.2/ext/opcache/jit/ |
H A D | zend_jit_x86.dasc | 1433 | jmp >4 1450 | jmp >4 4176 | jmp >3 4287 | jmp >3 6289 | jmp >8 6570 | jmp >3 6783 | jmp >3 7010 | jmp >9 7056 | jmp >9 10518 | jmp >2 [all …]
|
H A D | zend_jit_arm64.dasc | 3266 /* this check should be handled by the following OPLINE guard or jmp [IP] */ 10186 static int zend_jit_smart_true(dasm_State **Dst, const zend_op *opline, int jmp, zend_uchar smart_b… 10190 if (jmp) { 10202 if (jmp) { 10210 static int zend_jit_smart_false(dasm_State **Dst, const zend_op *opline, int jmp, zend_uchar smart_… 10216 if (jmp) { 10226 if (jmp) {
|
/PHP-8.2/ |
H A D | configure.ac | 766 __asm__ goto("jmp %l0\n" :::: end); 777 __asm__ goto("jmp %l0\n" :::: end);
|
/PHP-8.2/ext/opcache/jit/dynasm/ |
H A D | minilua.c | 3038 Instruction*jmp=&fs->f->code[pc]; 3042 SETARG_sBx(*jmp,offset);
|
/PHP-8.2/ext/fileinfo/tests/ |
H A D | magic | 12322 # assembler instructions: cli;jmp 0:7Cyy (yy=0x40,0x5e,0x6c,0x6e,0x77);nop;nop 12327 # assembler instructions: jmp 7C05 12331 # assembler instructions: jmp 05 12339 # assembler instructions: jmp yy (yy=0x3c,0x58);nop;"SYSLINUX" 12406 # assembler instructions: jmp short 0x58;nop;ASCII
|
H A D | magic私はガラスを食べられます | 12322 # assembler instructions: cli;jmp 0:7Cyy (yy=0x40,0x5e,0x6c,0x6e,0x77);nop;nop 12327 # assembler instructions: jmp 7C05 12331 # assembler instructions: jmp 05 12339 # assembler instructions: jmp yy (yy=0x3c,0x58);nop;"SYSLINUX" 12406 # assembler instructions: jmp short 0x58;nop;ASCII
|
Completed in 170 milliseconds