Searched refs:vs (Results 1 - 14 of 14) sorted by relevance
/arch/mips/math-emu/ |
H A D | ieee754int.h | 53 #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 D | vfpsingle.c | 54 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 D | vfp.h | 249 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 D | prom_init.c | 330 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 D | kvm_book3s.h | 34 bool vs : 1; member in struct:kvmppc_bat
|
/arch/arm/include/asm/ |
H A D | assembler.h | 430 .irp c,,eq,ne,cs,cc,mi,pl,vs,vc,hi,ls,ge,lt,gt,le,hs,lo variable
|
/arch/m68k/fpsp040/ |
H A D | x_unfl.S | 211 | Differentiate between store to memory vs. store to register 228 subqw #1,LOCAL_EX(%a0) |account for denorm bias vs.
|
H A D | res_func.S | 1914 | ;vs norm bias
|
/arch/powerpc/kvm/ |
H A D | book3s_32_mmu.c | 167 if (!bat->vs)
|
H A D | book3s_emulate.c | 328 bat->vs = (val & 2) ? 1 : 0;
|
/arch/arm/mach-omap2/ |
H A D | sram242x.S | 47 mov r12, r2 @ capture CS1 vs CS0
|
H A D | sram243x.S | 47 mov r12, r2 @ capture CS1 vs CS0
|
/arch/mips/include/uapi/asm/ |
H A D | inst.h | 603 __BITFIELD_FIELD(unsigned int vs : 5,
|
/arch/sh/lib/ |
H A D | memcpy-sh4.S | 196 ! cycle counts for differnet sizes using byte-at-a-time vs. optimised):
|
Completed in 2186 milliseconds