Searched refs:vs (Results 1 - 14 of 14) sorted by relevance

/arch/mips/math-emu/
H A Dieee754int.h53 #define EXPLODESP(v, vc, vs, ve, vm) \
55 vs = SPSIGN(v); \
87 #define EXPLODEDP(v, vc, vs, ve, vm) \
90 vs = DPSIGN(v); \
114 #define FLUSHDP(v, vc, vs, ve, vm) \
121 v = ieee754dp_zero(vs); \
125 #define FLUSHSP(v, vc, vs, ve, vm) \
132 v = ieee754sp_zero(vs); \
/arch/arm/vfp/
H A Dvfpsingle.c54 static void vfp_single_normalise_denormal(struct vfp_single *vs) argument
56 int bits = 31 - fls(vs->significand);
58 vfp_single_dump("normalise_denormal: in", vs);
61 vs->exponent -= bits - 1;
62 vs->significand <<= bits;
65 vfp_single_dump("normalise_denormal: out", vs);
70 u32 __vfp_single_normaliseround(int sd, struct vfp_single *vs, u32 fpscr, u32 exceptions) argument
72 u32 vfp_single_normaliseround(int sd, struct vfp_single *vs, u32 fpscr, u32 exceptions, const char *func)
78 vfp_single_dump("pack: in", vs);
83 if (vs
527 struct vfp_single vs; local
538 struct vfp_single vs; local
[all...]
H A Dvfp.h249 u32 __vfp_single_normaliseround(int sd, struct vfp_single *vs, u32 fpscr, u32 exceptions);
251 u32 vfp_single_normaliseround(int sd, struct vfp_single *vs, u32 fpscr, u32 exceptions, const char *func);
/arch/powerpc/kernel/
H A Dprom_init.c330 long vs; local
362 vs = va_arg(args, int);
363 if (vs < 0) {
365 vs = -vs;
367 prom_print_dec(vs);
383 vs = va_arg(args, long);
384 if (vs < 0) {
386 vs = -vs;
[all...]
/arch/powerpc/include/asm/
H A Dkvm_book3s.h34 bool vs : 1; member in struct:kvmppc_bat
/arch/arm/include/asm/
H A Dassembler.h430 .irp c,,eq,ne,cs,cc,mi,pl,vs,vc,hi,ls,ge,lt,gt,le,hs,lo variable
/arch/m68k/fpsp040/
H A Dx_unfl.S211 | Differentiate between store to memory vs. store to register
228 subqw #1,LOCAL_EX(%a0) |account for denorm bias vs.
H A Dres_func.S1914 | ;vs norm bias
/arch/powerpc/kvm/
H A Dbook3s_32_mmu.c167 if (!bat->vs)
H A Dbook3s_emulate.c328 bat->vs = (val & 2) ? 1 : 0;
/arch/arm/mach-omap2/
H A Dsram242x.S47 mov r12, r2 @ capture CS1 vs CS0
H A Dsram243x.S47 mov r12, r2 @ capture CS1 vs CS0
/arch/mips/include/uapi/asm/
H A Dinst.h603 __BITFIELD_FIELD(unsigned int vs : 5,
/arch/sh/lib/
H A Dmemcpy-sh4.S196 ! cycle counts for differnet sizes using byte-at-a-time vs. optimised):

Completed in 2186 milliseconds