Home
last modified time | relevance | path

Searched refs:jmp (Results 1 – 23 of 23) sorted by relevance

/PHP-8.3/Zend/tests/try/
H A Dtry_finally_006.phpt6 $jmp = 1;
10 if ($jmp) {
15 $jmp = 0;
H A Dfinally_goto_003.phpt2 jmp into a finally block 03
H A Dfinally_goto_001.phpt2 jmp into a finally block 01
H A Dfinally_goto_002.phpt2 jmp into a finally block 02
H A Dfinally_goto_004.phpt2 jmp into a finally block 03
/PHP-8.3/Zend/asm/
H A Dmake_x86_64_sysv_elf_gas.S102 jmp trampoline
132 jmp trampoline
168 jmp *%rbp
174 jmp *%rbx
H A Dmake_x86_64_sysv_macho_gas.S69 jmp *%rbx
H A Djump_i386_sysv_macho_gas.S74 jmp *%ecx
H A Dmake_i386_sysv_macho_gas.S82 jmp *%ebx
H A Djump_x86_64_sysv_macho_gas.S75 jmp *%r8
H A Djump_i386_sysv_elf_gas.S89 jmp *%ecx
H A Dmake_i386_sysv_elf_gas.S95 jmp *%ebx
H A Djump_x86_64_sysv_elf_gas.S146 jmp *%r8
H A Dmake_i386_ms_pe_masm.asm105 jmp walk
130 jmp ebx
H A Djump_i386_ms_pe_masm.asm114 jmp ecx
H A Djump_x86_64_ms_pe_masm.asm203 jmp r10
/PHP-8.3/ext/random/
H A Dengine_xoshiro256starstar.c61 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.3/ext/opcache/jit/
H A Dzend_jit_x86.dasc1433 | jmp >4
1450 | jmp >4
4193 | jmp >3
4304 | jmp >3
6323 | jmp >8
6604 | jmp >3
6817 | jmp >3
7044 | jmp >9
7090 | jmp >9
10552 | jmp >2
[all …]
H A Dzend_jit_arm64.dasc3272 /* this check should be handled by the following OPLINE guard or jmp [IP] */
10212 static int zend_jit_smart_true(dasm_State **Dst, const zend_op *opline, int jmp, uint8_t smart_bran…
10216 if (jmp) {
10228 if (jmp) {
10236 static int zend_jit_smart_false(dasm_State **Dst, const zend_op *opline, int jmp, uint8_t smart_bra…
10242 if (jmp) {
10252 if (jmp) {
/PHP-8.3/
H A Dconfigure.ac781 __asm__ goto("jmp %l0\n" :::: end);
792 __asm__ goto("jmp %l0\n" :::: end);
/PHP-8.3/ext/opcache/jit/dynasm/
H A Dminilua.c3038 Instruction*jmp=&fs->f->code[pc];
3042 SETARG_sBx(*jmp,offset);
/PHP-8.3/ext/fileinfo/tests/
H A Dmagic13537 # assembler instructions: cli;jmp 0:7Cyy (yy=0x40,0x5e,0x6c,0x6e,0x77);nop;nop
13542 # assembler instructions: jmp 7C05
13546 # assembler instructions: jmp 05
13554 # assembler instructions: jmp yy (yy=0x3c,0x58);nop;"SYSLINUX"
13621 # assembler instructions: jmp short 0x58;nop;ASCII
22506 >3 ubyte =0xE9 jmp
22507 # jmp offset like: 008fh 0093h 009fh 00afh 0143h 3ad7h 5417h 54ech 594dh 895fh
H A Dmagic私はガラスを食べられます13537 # assembler instructions: cli;jmp 0:7Cyy (yy=0x40,0x5e,0x6c,0x6e,0x77);nop;nop
13542 # assembler instructions: jmp 7C05
13546 # assembler instructions: jmp 05
13554 # assembler instructions: jmp yy (yy=0x3c,0x58);nop;"SYSLINUX"
13621 # assembler instructions: jmp short 0x58;nop;ASCII
22506 >3 ubyte =0xE9 jmp
22507 # jmp offset like: 008fh 0093h 009fh 00afh 0143h 3ad7h 5417h 54ech 594dh 895fh

Completed in 254 milliseconds