Searched refs:ll (Results 1 - 25 of 109) sorted by path

12345

/linux-master/arch/m68k/ifpsp060/src/
H A Dfpsp.S1902 # addressing mode was (a7)+. if so, we'll need to shift the
2133 # addressing mode was -(a7). if so, we'll need to shift the
4126 # until I feel like fixing this, we'll sidestep the exception.
4198 # we'll insert this new exception into the FPU and then return.
19386 # need to set immediate data flag here since we'll need to do
20381 # in the pre-decrement case from supervisor mode or else we'll corrupt
20983 # we'll have to change this, but for now, tough luck!!!
/linux-master/arch/microblaze/lib/
H A Dashldi3.c14 uu.ll = u;
27 return w.ll;
H A Dashrdi3.c14 uu.ll = u;
29 return w.ll;
H A Dcmpdi2.c9 .ll = a
12 .ll = b
H A Dlibgcc.h23 long long ll; member in union:__anon501
H A Dlshrdi3.c14 uu.ll = u;
27 return w.ll;
H A Dmuldi3.c43 __w.ll; \
49 const DWunion uu = {.ll = u};
50 const DWunion vv = {.ll = v};
51 DWunion w = {.ll = __umulsidi3(uu.s.low, vv.s.low)};
56 return w.ll;
H A Ducmpdi2.c8 const DWunion au = {.ll = a};
9 const DWunion bu = {.ll = b};
/linux-master/arch/mips/lib/
H A Dlibgcc.h31 long long ll; member in union:__anon597
/linux-master/arch/sh/lib/
H A Dlibgcc.h24 long long ll; member in union:__anon1134
/linux-master/arch/sparc/lib/
H A Dlibgcc.h16 long long ll; member in union:__anon1204
/linux-master/drivers/misc/ti-st/
H A Dst_ll.c86 void st_ll_enable(struct st_data_s *ll) argument
88 ll->ll_state = ST_LL_AWAKE;
93 void st_ll_disable(struct st_data_s *ll) argument
95 ll->ll_state = ST_LL_INVALID;
99 void st_ll_wakeup(struct st_data_s *ll) argument
101 if (likely(ll->ll_state != ST_LL_AWAKE)) {
102 send_ll_cmd(ll, LL_WAKE_UP_IND); /* WAKE_IND */
103 ll->ll_state = ST_LL_ASLEEP_TO_AWAKE;
111 unsigned long st_ll_getstate(struct st_data_s *ll) argument
113 pr_debug(" returning state %ld", ll
145 st_ll_init(struct st_data_s *ll) argument
153 st_ll_deinit(struct st_data_s *ll) argument
[all...]
/linux-master/drivers/scsi/isci/
H A Dregisters.h1808 struct scu_link_layer_registers ll; member in struct:transport_link_layer_pair
/linux-master/drivers/usb/c67x00/
H A DMakefile8 c67x00-y := c67x00-drv.o c67x00-ll-hpi.o c67x00-hcd.o c67x00-sched.o
/linux-master/lib/
H A Dashldi3.c17 uu.ll = u;
30 return w.ll;
H A Dashrdi3.c17 uu.ll = u;
32 return w.ll;
H A Dcmpdi2.c12 .ll = a
15 .ll = b
H A Dinflate.c844 unsigned *ll; /* literal/length and distance code lengths */ local
852 ll = malloc(sizeof(*ll) * (288+32)); /* literal/length and distance code lengths */
854 ll = malloc(sizeof(*ll) * (286+30)); /* literal/length and distance code lengths */
857 if (ll == NULL)
891 ll[border[j]] = (unsigned)b & 7;
895 ll[border[j]] = 0;
901 if ((i = huft_build(ll, 19, 19, NULL, NULL, &tl, &bl)) != 0)
922 ll[
[all...]
H A Dlshrdi3.c17 uu.ll = u;
30 return w.ll;
H A Dmuldi3.c45 __w.ll; \
51 const DWunion uu = {.ll = u};
52 const DWunion vv = {.ll = v};
53 DWunion w = {.ll = __umulsidi3(uu.s.low, vv.s.low)};
58 return w.ll;
H A Ducmpdi2.c10 const DWunion au = {.ll = a};
11 const DWunion bu = {.ll = b};
/linux-master/tools/testing/selftests/net/
H A Dpsock_tpacket.c70 struct sockaddr_ll ll; member in struct:ring
377 struct sockaddr_ll ll = { local
403 ll.sll_ifindex = if_nametoindex("lo");
404 ret = bind(rcv_sock, (struct sockaddr *) &ll, sizeof(ll));
732 ring->ll.sll_family = PF_PACKET;
733 ring->ll.sll_protocol = htons(ETH_P_ALL);
734 ring->ll.sll_ifindex = if_nametoindex("lo");
735 ring->ll.sll_hatype = 0;
736 ring->ll
[all...]
/linux-master/
H A DMakefile288 single-targets := %.a %.i %.ko %.lds %.ll %.lst %.mod %.o %.rsi %.s %.symtypes %/
1569 @echo ' dir/file.ll - Build the LLVM assembly file'
1625 @echo ' dir/file.ll - Build the LLVM assembly file'
1941 -o -name '*.ll' \
/linux-master/arch/loongarch/mm/
H A Dtlbex.S91 ll.d t0, t1, 0
127 ll.d ra, t1, 0
246 ll.d t0, t1, 0
283 ll.d ra, t1, 0
404 ll.d t0, t1, 0
440 ll.d ra, t1, 0
/linux-master/arch/m68k/lib/
H A Dmuldi3.c67 __w.ll; })
79 DItype ll; member in union:__anon28
88 uu.ll = u;
89 vv.ll = v;
91 w.ll = __umulsidi3 (uu.s.low, vv.s.low);
95 return w.ll;

Completed in 422 milliseconds

12345