Home
last modified time | relevance | path

Searched refs:ll (Results 1 – 25 of 59) sorted by relevance

123

/arch/mips/include/asm/
Datomic.h56 #define ATOMIC_OP(pfx, op, type, c_op, asm_op, ll, sc) \ argument
74 "1: " #ll " %0, %1 # " #pfx "_" #op " \n" \
83 #define ATOMIC_OP_RETURN(pfx, op, type, c_op, asm_op, ll, sc) \ argument
104 "1: " #ll " %1, %2 # " #pfx "_" #op "_return\n" \
117 #define ATOMIC_FETCH_OP(pfx, op, type, c_op, asm_op, ll, sc) \ argument
137 "1: " #ll " %1, %2 # " #pfx "_fetch_" #op "\n" \
151 #define ATOMIC_OPS(pfx, op, type, c_op, asm_op, ll, sc) \ argument
152 ATOMIC_OP(pfx, op, type, c_op, asm_op, ll, sc) \
153 ATOMIC_OP_RETURN(pfx, op, type, c_op, asm_op, ll, sc) \
154 ATOMIC_FETCH_OP(pfx, op, type, c_op, asm_op, ll, sc)
[all …]
/arch/m68k/lib/
Dmuldi3.c66 __w.ll; })
78 DItype ll; member
87 uu.ll = u, in __muldi3()
88 vv.ll = v; in __muldi3()
90 w.ll = __umulsidi3 (uu.s.low, vv.s.low); in __muldi3()
94 return w.ll; in __muldi3()
Dlshrdi3.c31 DItype ll; member
44 uu.ll = u; in __lshrdi3()
59 return w.ll; in __lshrdi3()
Dashldi3.c31 DItype ll; member
44 uu.ll = u; in __ashldi3()
59 return w.ll; in __ashldi3()
Dashrdi3.c31 DItype ll; member
44 uu.ll = u; in __ashrdi3()
60 return w.ll; in __ashrdi3()
/arch/microblaze/lib/
Dmuldi3.c43 __w.ll; \
49 const DWunion uu = {.ll = u}; in __muldi3()
50 const DWunion vv = {.ll = v}; in __muldi3()
51 DWunion w = {.ll = __umulsidi3(uu.s.low, vv.s.low)}; in __muldi3()
56 return w.ll; in __muldi3()
Dcmpdi2.c9 .ll = a in __cmpdi2()
12 .ll = b in __cmpdi2()
Ducmpdi2.c8 const DWunion au = {.ll = a}; in __ucmpdi2()
9 const DWunion bu = {.ll = b}; in __ucmpdi2()
Dashldi3.c14 uu.ll = u; in __ashldi3()
27 return w.ll; in __ashldi3()
Dlshrdi3.c14 uu.ll = u; in __lshrdi3()
27 return w.ll; in __lshrdi3()
Dashrdi3.c14 uu.ll = u; in __ashrdi3()
29 return w.ll; in __ashrdi3()
/arch/h8300/lib/
Dmuldi3.c32 __w.ll; } \
37 const DWunion uu = {.ll = u}; in __muldi3()
38 const DWunion vv = {.ll = v}; in __muldi3()
39 DWunion w = {.ll = __umulsidi3(uu.s.low, vv.s.low)}; in __muldi3()
44 return w.ll; in __muldi3()
Ducmpdi2.c6 const DWunion au = {.ll = a}; in __ucmpdi2()
7 const DWunion bu = {.ll = b}; in __ucmpdi2()
Dashldi3.c7 const DWunion uu = {.ll = u}; in __ashldi3()
24 return w.ll; in __ashldi3()
Dlshrdi3.c6 const DWunion uu = {.ll = u}; in __lshrdi3()
23 return w.ll; in __lshrdi3()
Dashrdi3.c6 const DWunion uu = {.ll = u}; in __ashrdi3()
24 return w.ll; in __ashrdi3()
/arch/powerpc/boot/dts/
Dps3.dts21 * We'll get the size of the bootmem block from lv1 after startup,
22 * so we'll put a null entry here.
34 * we'll put a null entries here. These will be initialized after
38 * threads is with an ibm,ppc-interrupt-server#s entry. We'll put one
/arch/powerpc/kernel/
Dalign.c111 u64 ll; in emulate_spe() member
139 data.ll = 0; in emulate_spe()
165 temp.ll = data.ll = 0; in emulate_spe()
192 data.ll = temp.ll; in emulate_spe()
230 data.ll = swab64(data.ll); in emulate_spe()
/arch/sparc/lib/
Ducmpdi2.c7 const DWunion au = {.ll = a}; in __ucmpdi2()
8 const DWunion bu = {.ll = b}; in __ucmpdi2()
Dcmpdi2.c9 .ll = a in __cmpdi2()
12 .ll = b in __cmpdi2()
Dlibgcc.h16 long long ll; member
/arch/sh/lib/
Dashldi3.c14 uu.ll = u; in __ashldi3()
27 return w.ll; in __ashldi3()
Dlshrdi3.c14 uu.ll = u; in __lshrdi3()
27 return w.ll; in __lshrdi3()
Dashrdi3.c14 uu.ll = u; in __ashrdi3()
29 return w.ll; in __ashrdi3()
/arch/mips/loongson2ef/
DPlatform13 # an -mfix-loongson3-llsc flag which emits a sync prior to each ll instruction
18 # instruction that labels refer to, ie. if we label an ll instruction:
20 # 1: ll v0, 0(a0)
24 # exception table the table would no longer contain the address of the ll

123