Searched refs:low (Results 1 - 25 of 62) sorted by relevance

123

/u-boot/arch/mips/lib/
H A Dashldi3.c15 w.s.low = 0;
16 w.s.high = (unsigned int) uu.s.low << -bm;
18 const unsigned int carries = (unsigned int) uu.s.low >> bm;
20 w.s.low = (unsigned int) uu.s.low << b;
H A Dlibgcc.h10 int high, low; member in struct:DWstruct
14 int low, high; member in struct:DWstruct
H A Dashrdi3.c18 w.s.low = uu.s.high >> -bm;
23 w.s.low = ((unsigned int) uu.s.low >> b) | carries;
H A Dlshrdi3.c16 w.s.low = (unsigned int) uu.s.high >> -bm;
21 w.s.low = ((unsigned int) uu.s.low >> b) | carries;
/u-boot/arch/sh/lib/
H A Dashldi3.c15 w.s.low = 0;
16 w.s.high = (unsigned int) uu.s.low << -bm;
18 const unsigned int carries = (unsigned int) uu.s.low >> bm;
20 w.s.low = (unsigned int) uu.s.low << b;
H A Dlibgcc.h10 int high, low; member in struct:DWstruct
14 int low, high; member in struct:DWstruct
H A Dashrdi3.c18 w.s.low = uu.s.high >> -bm;
23 w.s.low = ((unsigned int) uu.s.low >> b) | carries;
H A Dlshrdi3.c16 w.s.low = (unsigned int) uu.s.high >> -bm;
21 w.s.low = ((unsigned int) uu.s.low >> b) | carries;
/u-boot/arch/x86/include/asm/
H A Dmsr.h50 unsigned long low, high; local
52 : "=a" (low), "=d" (high), "=c" (*aux));
53 return low | ((u64)high << 32);
63 #define DECLARE_ARGS(val, low, high) unsigned low, high
64 #define EAX_EDX_VAL(val, low, high) ((low) | ((u64)(high) << 32))
65 #define EAX_EDX_ARGS(val, low, high) "a" (low), "d" (high)
66 #define EAX_EDX_RET(val, low, hig
83 native_write_msr(unsigned int msr, unsigned low, unsigned high) argument
119 wrmsr(unsigned msr, unsigned low, unsigned high) argument
[all...]
H A Du-boot-x86.h136 uint32_t high, low; local
137 __asm__ __volatile__("rdtsc" : "=a" (low), "=d" (high));
138 return (((uint64_t)high) << 32) | low;
/u-boot/arch/m68k/lib/
H A Dashldi3.c16 struct DIstruct {SItype high, low;}; member in struct:DIstruct
38 w.s.low = 0;
39 w.s.high = (USItype)uu.s.low << -bm;
43 USItype carries = (USItype)uu.s.low >> bm;
44 w.s.low = (USItype)uu.s.low << b;
H A Dmuldi3.c41 umul_ppmm (__w.s.high, __w.s.low, u, v); \
49 struct DIstruct {SItype high, low;}; member in struct:DIstruct
65 w.ll = __umulsidi3 (uu.s.low, vv.s.low);
66 w.s.high += ((USItype) uu.s.low * (USItype) vv.s.high
67 + (USItype) uu.s.high * (USItype) vv.s.low);
H A Dlshrdi3.c16 struct DIstruct {SItype high, low;}; member in struct:DIstruct
39 w.s.low = (USItype)uu.s.high >> -bm;
45 w.s.low = ((USItype)uu.s.low >> b) | carries;
H A Dashrdi3.c15 SItype high, low; member in struct:DIstruct
38 w.s.low = uu.s.high >> -bm;
43 w.s.low = ((USItype)uu.s.low >> b) | carries;
/u-boot/include/zfs/
H A Dspa.h17 #define BF32_DECODE(x, low, len) P2PHASE((x) >> (low), 1U << (len))
18 #define BF64_DECODE(x, low, len) P2PHASE((x) >> (low), 1ULL << (len))
19 #define BF32_ENCODE(x, low, len) (P2PHASE((x), 1U << (len)) << (low))
20 #define BF64_ENCODE(x, low, len) (P2PHASE((x), 1ULL << (len)) << (low))
22 #define BF32_GET(x, low, len) BF32_DECODE(x, low, le
[all...]
/u-boot/arch/nios2/lib/
H A Dlibgcc.c24 struct DWstruct { Wtype low, high;}; member in struct:DWstruct
62 w.s.low = 0;
63 w.s.high = (UWtype) uu.s.low << -bm;
67 const UWtype carries = (UWtype) uu.s.low >> bm;
69 w.s.low = (UWtype) uu.s.low << b;
90 w.s.low = uu.s.high >> -bm;
97 w.s.low = ((UWtype) uu.s.low >> b) | carries;
116 w.s.low
[all...]
/u-boot/include/linux/
H A Dmath64.h192 u32 high, low; member in struct:__anon51::__anon52
194 u32 low, high;
203 rl.ll = mul_u32_u32(a0.l.low, b0.l.low);
204 rm.ll = mul_u32_u32(a0.l.low, b0.l.high);
205 rn.ll = mul_u32_u32(a0.l.high, b0.l.low);
210 * starting at bits 32-95. The low 32-bits go into the result of the
213 rl.l.high = c = (u64)rl.l.high + rm.l.low + rn.l.low;
214 rh.l.low
238 u32 high, low; member in struct:__anon53::__anon54
[all...]
/u-boot/arch/microblaze/lib/
H A Dmuldi3.c45 umul_ppmm(__w.s.high, __w.s.low, u, v); \
55 SItype low, high; member in struct:DIstruct
69 w.ll = __umulsidi3(uu.s.low, vv.s.low);
70 w.s.high += ((USItype) uu.s.low * (USItype) vv.s.high
71 + (USItype) uu.s.high * (USItype) vv.s.low);
/u-boot/lib/zlib/
H A Dinftrees.c47 unsigned low; /* low bits for current root entry */ local
48 unsigned mask; /* mask for low root bits */
155 of the low root bits of huff. This is saved in low to check for when a
201 low = (unsigned)(-1); /* trigger new sub-table when len > root */
203 mask = used - 1; /* mask for comparing low */
225 /* replicate for those indices with low len bits equal to huff */
253 if (len > root && (huff & mask) != low) {
277 low
[all...]
/u-boot/drivers/timer/
H A Darm_global_timer.c26 u32 low, high; local
31 low = readl(&global_timer->cnt_l);
39 return (u64)((timer << 32) | low);
/u-boot/arch/arc/lib/
H A Dlibgcc2.c19 w.s.low = 0;
20 w.s.high = (UWtype)uu.s.low << -bm;
22 const UWtype carries = (UWtype) uu.s.low >> bm;
24 w.s.low = (UWtype)uu.s.low << b;
44 w.s.low = uu.s.high >> -bm;
49 w.s.low = ((UWtype)uu.s.low >> b) | carries;
67 w.s.low = (UWtype)uu.s.high >> -bm;
72 w.s.low
[all...]
H A Dlibgcc2.h117 struct DWstruct {Wtype high, low;}; member in struct:DWstruct
119 struct DWstruct {Wtype low, high;}; member in struct:DWstruct
/u-boot/arch/x86/cpu/intel_common/
H A Dmicrocode.c76 uint32_t low, high;
88 "=a" (low), "=d" (high)
104 uint32_t low, high; local
108 rdmsr(MSR_IA32_UCODE_REV, low, cpu->update_revision);
115 rdmsr(0x17, low, high);
/u-boot/board/compulab/common/
H A Dcommon.c37 serialnr->low = 0;
/u-boot/drivers/clk/
H A Dmpc83xx_clk.h138 * @low: The low bit of the data field to read for this mode (may not apply to
145 u8 low; member in struct:clk_mode
153 * @low: The low bit of the data field to read for this mode (may not apply to
164 static void set_mode(struct clk_mode *mode, u8 low, u8 high, int type) argument
166 mode->low = low;

Completed in 213 milliseconds

123