Searched refs:r0 (Results 1 – 7 of 7) sorted by relevance
/PHP-8.0/ext/opcache/jit/ |
H A D | zend_jit_x86.dasc | 6488 | test r0, r0 6698 | test r0, r0 9569 | test r0, r0 9801 | test r0, r0 10710 | test r0, r0 11152 | test r0, r0 11181 | test r0, r0 14702 | test r0, r0 15374 | test r0, r0 15428 | test r0, r0 [all …]
|
/PHP-8.0/ext/standard/tests/math/ |
H A D | log10_basic.phpt | 19 $r0 = log10($arg_0); 20 var_dump($r0); 21 if (allowed_rounding_error($r0 ,0.0 )) {
|
H A D | rad2deg_basic.phpt | 20 $r0 = rad2deg($arg_0); 21 var_dump($r0); 22 if (allowed_rounding_error($r0 ,0 )) {
|
H A D | deg2rad_basic.phpt | 21 $r0 = deg2rad($arg_0); 22 var_dump($r0); 23 if (allowed_rounding_error($r0 ,0 )) {
|
/PHP-8.0/ext/reflection/tests/ |
H A D | ReflectionReference.phpt | 13 $r0 = ReflectionReference::fromArrayElement($ary, 0); 14 var_dump($r0 === null); 37 unset($r0, $r1, $r2, $r3, $r2_2, $r3_2);
|
/PHP-8.0/ext/opcache/tests/jit/ |
H A D | reg_alloc_002.phpt | 2 Register Alloction 002: SEND_VAL_EX uses %r0 as a temporary register
|
/PHP-8.0/ext/standard/ |
H A D | crypt_freesec.c | 612 uint32_t count, salt, l, r0, r1, keybuf[2]; in _crypt_extended_r() local 695 if (do_des(0, 0, &r0, &r1, count, data)) in _crypt_extended_r() 700 l = (r0 >> 8); in _crypt_extended_r() 706 l = (r0 << 16) | ((r1 >> 16) & 0xffff); in _crypt_extended_r()
|
Completed in 44 milliseconds