Home
last modified time | relevance | path

Searched refs:vs (Results 1 – 17 of 17) sorted by relevance

/arch/arm/vfp/
Dvfpsingle.c54 static void vfp_single_normalise_denormal(struct vfp_single *vs) in vfp_single_normalise_denormal() argument
56 int bits = 31 - fls(vs->significand); in vfp_single_normalise_denormal()
58 vfp_single_dump("normalise_denormal: in", vs); in vfp_single_normalise_denormal()
61 vs->exponent -= bits - 1; in vfp_single_normalise_denormal()
62 vs->significand <<= bits; in vfp_single_normalise_denormal()
65 vfp_single_dump("normalise_denormal: out", vs); in vfp_single_normalise_denormal()
70 u32 __vfp_single_normaliseround(int sd, struct vfp_single *vs, u32 fpscr, u32 exceptions) in __vfp_single_normaliseround() argument
72 u32 vfp_single_normaliseround(int sd, struct vfp_single *vs, u32 fpscr, u32 exceptions, const char … in __vfp_single_normaliseround()
78 vfp_single_dump("pack: in", vs); in __vfp_single_normaliseround()
83 if (vs->exponent == 255 && (vs->significand == 0 || exceptions)) in __vfp_single_normaliseround()
[all …]
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 …
/arch/mips/math-emu/
Dieee754int.h61 #define EXPLODESP(v, vc, vs, ve, vm) \ argument
63 vs = SPSIGN(v); \
99 #define EXPLODEDP(v, vc, vs, ve, vm) \ argument
102 vs = DPSIGN(v); \
127 #define FLUSHDP(v, vc, vs, ve, vm) \ argument
134 v = ieee754dp_zero(vs); \
138 #define FLUSHSP(v, vc, vs, ve, vm) \ argument
145 v = ieee754sp_zero(vs); \
/arch/powerpc/kernel/
Dprom_init.c330 long vs; in prom_printf() local
362 vs = va_arg(args, int); in prom_printf()
363 if (vs < 0) { in prom_printf()
365 vs = -vs; in prom_printf()
367 prom_print_dec(vs); in prom_printf()
383 vs = va_arg(args, long); in prom_printf()
384 if (vs < 0) { in prom_printf()
386 vs = -vs; in prom_printf()
388 prom_print_dec(vs); in prom_printf()
/arch/arm/boot/dts/
Dtegra114-tn7.dts118 regulator-name = "vs-pmu-1v8";
126 regulator-name = "vs-sys-2v9";
Dlpc32xx.dtsi265 * TSC vs. ADC: Since those two share the same
/arch/powerpc/include/asm/
Dkvm_book3s.h34 bool vs : 1; member
/arch/powerpc/kvm/
Dbook3s_32_mmu.c167 if (!bat->vs) in kvmppc_mmu_book3s_32_xlate_bat()
Dbook3s_emulate.c328 bat->vs = (val & 2) ? 1 : 0; in kvmppc_set_bat()
/arch/arm/include/asm/
Dassembler.h477 .irp c,,eq,ne,cs,cc,mi,pl,vs,vc,hi,ls,ge,lt,gt,le,hs,lo
/arch/m68k/fpsp040/
Dx_unfl.S211 | Differentiate between store to memory vs. store to register
Dres_func.S1914 | ;vs norm bias
/arch/arm/mach-omap2/
Dsram243x.S47 mov r12, r2 @ capture CS1 vs CS0
Dsram242x.S47 mov r12, r2 @ capture CS1 vs CS0
/arch/mips/include/uapi/asm/
Dinst.h632 __BITFIELD_FIELD(unsigned int vs : 5,
/arch/arc/
DKconfig262 Choose between 8k vs 16k
/arch/sh/lib/
Dmemcpy-sh4.S196 ! cycle counts for differnet sizes using byte-at-a-time vs. optimised):