Lines Matching refs:uint_t
70 uint_t significand[4]; /* Four significand word . */
82 extern void _fp_read_vfreg(FPU_REGS_TYPE *, uint_t, fp_simd_type *);
83 extern void _fp_write_vfreg(FPU_REGS_TYPE *, uint_t, fp_simd_type *);
84 extern void _fp_read_vdreg(FPU_DREGS_TYPE *, uint_t, fp_simd_type *);
85 extern void _fp_write_vdreg(FPU_DREGS_TYPE *, uint_t, fp_simd_type *);
90 extern void _fp_unpack(fp_simd_type *, unpacked *, uint_t, enum fp_op_type);
91 extern void _fp_pack(fp_simd_type *, unpacked *, uint_t, enum fp_op_type);
92 extern void _fp_unpack_word(fp_simd_type *, uint32_t *, uint_t);
93 extern void _fp_pack_word(fp_simd_type *, uint32_t *, uint_t);
94 extern void _fp_unpack_extword(fp_simd_type *, uint64_t *, uint_t);
95 extern void _fp_pack_extword(fp_simd_type *, uint64_t *, uint_t);
107 extern void unpackdouble(fp_simd_type *, unpacked *, double_type, uint_t);
108 extern uint_t fpu_add3wc(uint_t *, uint_t, uint_t, uint_t);
109 extern uint_t fpu_sub3wc(uint_t *, uint_t, uint_t, uint_t);
110 extern uint_t fpu_neg2wc(uint_t *, uint_t, uint_t);
111 extern int fpu_cmpli(uint_t *, uint_t *, int);
131 extern enum ftt_type read_iureg(fp_simd_type *, uint_t, struct regs *,
133 extern enum ftt_type write_iureg(fp_simd_type *, uint_t, struct regs *,