Searched refs:__uint64_t (Results 1 – 25 of 42) sorted by relevance
12
41 __uint64_t ra; /* return address */42 __uint64_t sp; /* stack pointer */43 __uint64_t gp; /* global pointer */44 __uint64_t tp; /* thread pointer */45 __uint64_t t[7]; /* temporaries */46 __uint64_t s[12]; /* saved registers */47 __uint64_t a[8]; /* function arguments */48 __uint64_t sepc; /* exception program counter */49 __uint64_t sstatus; /* status register */53 __uint64_t fp_x[32][2]; /* Floating point registers */[all …]
51 __uint64_t fp_x[32][2];52 __uint64_t fp_fcsr;63 __uint64_t mc_spare[8]; /* Space for expansion */
58 typedef __uint64_t __uint_fast64_t;59 typedef __uint64_t __u_register_t;60 typedef __uint64_t __vm_paddr_t;
52 typedef unsigned long __uint64_t; typedef58 typedef unsigned long long __uint64_t; typedef72 typedef __uint64_t __uint_least64_t;73 typedef __uint64_t __uintmax_t;86 typedef __uint64_t __uintptr_t;87 typedef __uint64_t __uintfptr_t;88 typedef __uint64_t __uint64ptr_t;95 typedef __uint64_t __uint64ptr_t;101 typedef __uint64_t __size_t; /* sizeof() */139 typedef __uint64_t __fsblkcnt_t;[all …]
68 typedef __uint64_t u_int64_t;70 typedef __uint64_t u_quad_t; /* quads (deprecated) */258 typedef __uint64_t kpaddr_t;259 typedef __uint64_t kvaddr_t;260 typedef __uint64_t ksize_t;264 typedef __uint64_t vm_ooffset_t;266 typedef __uint64_t vm_pindex_t;291 typedef __uint64_t uoff_t;
65 #define __bitcount64(x) __builtin_popcountll((__uint64_t)(x))99 static __inline __uint64_t100 __bitcount64(__uint64_t _x) in __bitcount64()114 static __inline __uint64_t115 __bitcount64(__uint64_t _x) in __bitcount64()
14 __uint64_t prng64(void);15 __uint64_t prng64_bounded(__uint64_t bound);
23 __uint64_t p1;24 __uint64_t p2;25 __uint64_t rsrv1[4];
19 __uint64_t p1;20 __uint64_t p2;
187 __uint64_t st_gen; /* file generation number */188 __uint64_t st_filerev; /* file revision, incr on changes */189 __uint64_t st_spare[9];
24 __uint64_t val;
41 __uint64_t x[30];42 __uint64_t lr;43 __uint64_t sp;44 __uint64_t elr;45 __uint64_t spsr;86 __uint64_t dbr_addr;91 __uint64_t dbw_addr;102 __uint64_t code;103 __uint64_t data;
43 __uint64_t gp_spsr;81 __uint64_t mc_ptr; /* Address of extra_regs struct */83 __uint64_t mc_spare[6]; /* Space for expansion, set to zero */108 __uint64_t mcv_reg[32];
62 typedef __uint64_t __uint_fast64_t;63 typedef __uint64_t __u_register_t;64 typedef __uint64_t __vm_paddr_t;
73 typedef __uint64_t __uint_fast64_t;75 typedef __uint64_t __u_register_t;76 typedef __uint64_t __vm_paddr_t;80 typedef __uint64_t __vm_paddr_t;
47 __uint64_t mc_avec[32*2]; /* vector register file */50 __uint64_t mc_fpreg[33];51 __uint64_t mc_vsxfpreg[32]; /* low-order half of VSR0-31 */
84 typedef __uint64_t __uint_fast64_t;86 typedef __uint64_t __u_register_t;87 typedef __uint64_t __vm_paddr_t;90 typedef __uint64_t __vm_paddr_t;
168 __uint64_t fpr_env[4];171 __uint64_t fpr_spare[12];201 __uint64_t dr[16]; /* debug registers */248 __uint64_t r_fsbase;249 __uint64_t r_gsbase;
42 typedef __uint64_t fenv_t;43 typedef __uint64_t fexcept_t;193 __uint64_t fpcr; in __fegetenv_int()194 __uint64_t fpsr; in __fegetenv_int()
24 __uint64_t metadata;25 __uint64_t addr;
46 typedef __uint64_t fenv_t;47 typedef __uint64_t fexcept_t;
13 __uint64_t vfp_reg[32];
16 __uint64_t fpr_r[32];
35 typedef __uint64_t uint64_t;
53 typedef uint64_t __uint64_t; typedef