/linux-4.4.14/arch/m68k/fpsp040/ |
H A D | decbin.S | 180 | (*) d1: lword counter 274 | (*) d5: lword counter 292 movel (%a0),%d4 |load lword 1 to d4 296 moveql #1,%d5 |init lword counter 297 movel (%a0,%d5.L*4),%d4 |get lword 2 to d4 300 addql #1,%d5 |inc lword counter 301 movel (%a0,%d5.L*4),%d4 |get lword 3 to d4 317 movel (%a0),%d4 |load lword 1 to d4 344 moveql #2,%d5 |set up d5 to point to lword 3 345 movel (%a0,%d5.L*4),%d4 |get lword 3 347 subl #1,%d5 |dec d5 to point to lword 2 349 movel (%a0,%d5.L*4),%d4 |get lword 2 365 movel (%a0),%d4 |load lword 1 to d4
|
H A D | x_operr.S | 114 cmpil #0x80000000,FPTEMP_LO(%a6) |test if ls lword is special 161 cmpil #0xffff8000,FPTEMP_LO(%a6) |test if ls lword is special 188 cmpil #0xffffff80,FPTEMP_LO(%a6) |test if ls lword is special 284 | and store the lower n bits of the least lword of FPTEMP
|
H A D | binstr.S | 10 | lword of the packed decimal memory string.)
|
H A D | x_store.S | 161 movel %d1,LOCAL_HI(%a1) |build lower lword in memory
|
H A D | bindec.S | 255 fmovel %fp0,%d6 |put ILOG in d6 as a lword 259 fmovel %fp0,%d6 |put ILOG in d6 as a lword 499 clrl -(%a7) |clear lword on stack 865 movel L_SCR1(%a6),%d0 |load L_SCR1 lword to d0
|
H A D | res_func.S | 1998 clrl 4(%a0) |load second lword of ZERO 1999 clrl 8(%a0) |load third lword of ZERO
|
/linux-4.4.14/arch/m68k/math-emu/ |
H A D | fp_util.S | 141 move.l %d0,(%a0)+ | high lword of fp_ext.mant 142 clr.l (%a0) | low lword = 0 270 jne fp_e2e_small1 | high lword zero? 343 lsl.l %d1,%d0 | lower lword needs only to be shifted 344 move.l %d0,(%a0) | into the higher lword 354 1: neg.w %d1 | lower lword is splitted between 355 bfins %d0,(%a0){%d1,#32} | higher and lower lword 393 1: move.l %d0,%d1 | lower lword is splitted between 394 lsl.l %d2,%d0 | higher and lower lword 495 jne fp_ne_small1 | high lword zero? 569 lsl.l %d1,%d0 | lower lword needs only to be shifted 570 move.l %d0,(%a0) | into the higher lword 580 1: neg.w %d1 | lower lword is splitted between 581 bfins %d0,(%a0){%d1,#32} | higher and lower lword 673 move.l (%a0),%d0 | low lword of mantissa 710 addq.l #1,-(%a0) | extend to high lword 866 move.l (%a0)+,%d0 | get high lword of mantissa 868 tst.l (%a0) | check the low lword 875 | now, round off the low 8 bits of the hi lword. 886 clr.b -(%a0) | clear low byte of high lword 942 | Check the lower lword 1026 move.l (%a0)+,%d0 | get high lword of mantissa 1028 tst.l (%a0) | check the low lword 1035 | now, round off the low 8 bits of the hi lword. 1046 clr.b -(%a0) | clear low byte of high lword 1199 | since the guard bit is in the lower lword.
|
/linux-4.4.14/drivers/net/fddi/ |
H A D | defxx.h | 1355 PI_UINT32 lword; member in union:__anon7872 1369 PI_UINT32 lword; member in union:__anon7874 1383 PI_UINT32 lword; member in union:__anon7876 1397 PI_UINT32 lword; member in union:__anon7878 1417 PI_UINT32 lword; member in union:__anon7880 1431 PI_UINT32 lword; member in union:__anon7882 1445 PI_UINT32 lword; member in union:__anon7884 1459 PI_UINT32 lword; member in union:__anon7886
|
H A D | defxx.c | 1281 bp->cmd_req_reg.lword = 0; dfx_adap_init() 1282 bp->cmd_rsp_reg.lword = 0; dfx_adap_init() 1283 bp->rcv_xmt_reg.lword = 0; dfx_adap_init() 1575 bp->cmd_req_reg.lword = 0; dfx_close() 1576 bp->cmd_rsp_reg.lword = 0; dfx_close() 1577 bp->rcv_xmt_reg.lword = 0; dfx_close() 1896 dfx_port_write_long(bp, PI_PDQ_K_REG_TYPE_2_PROD, bp->rcv_xmt_reg.lword); dfx_int_common() 2642 dfx_port_write_long(bp, PI_PDQ_K_REG_CMD_RSP_PROD, bp->cmd_rsp_reg.lword); dfx_hw_dma_cmd_req() 2654 dfx_port_write_long(bp, PI_PDQ_K_REG_CMD_REQ_PROD, bp->cmd_req_reg.lword); dfx_hw_dma_cmd_req() 2674 dfx_port_write_long(bp, PI_PDQ_K_REG_CMD_REQ_PROD, bp->cmd_req_reg.lword); dfx_hw_dma_cmd_req() 2694 dfx_port_write_long(bp, PI_PDQ_K_REG_CMD_RSP_PROD, bp->cmd_rsp_reg.lword); dfx_hw_dma_cmd_req() 3053 dfx_port_write_long(bp, PI_PDQ_K_REG_TYPE_2_PROD, bp->rcv_xmt_reg.lword); dfx_rcv_init() 3449 dfx_port_write_long(bp, PI_PDQ_K_REG_TYPE_2_PROD, bp->rcv_xmt_reg.lword); dfx_xmt_queue_pkt()
|
/linux-4.4.14/drivers/pci/hotplug/ |
H A D | cpqphp_nvram.c | 48 unsigned long lword; /* eax */ member in union:register_foo::__anon8762
|
/linux-4.4.14/arch/m68k/ifpsp060/src/ |
H A D | pfpsp.S | 7790 mov.l %d1,L_SCR2(%a6) # build lower lword in memory 13094 # (*) d1: lword counter 13186 # (*) d5: lword counter 13204 mov.l (%a0),%d4 # load lword 1 to d4 13208 mov.l &1,%d5 # init lword counter 13209 mov.l (%a0,%d5.L*4),%d4 # get lword 2 to d4 13212 addq.l &1,%d5 # inc lword counter 13213 mov.l (%a0,%d5.L*4),%d4 # get lword 3 to d4 13229 mov.l (%a0),%d4 # load lword 1 to d4 13256 mov.l &2,%d5 # set up d5 to point to lword 3 13257 mov.l (%a0,%d5.L*4),%d4 # get lword 3 13259 sub.l &1,%d5 # dec d5 to point to lword 2 13261 mov.l (%a0,%d5.L*4),%d4 # get lword 2 13277 mov.l (%a0),%d4 # load lword 1 to d4 13663 fmov.l %fp0,%d6 # put ILOG in d6 as a lword 13667 fmov.l %fp0,%d6 # put ILOG in d6 as a lword 14311 mov.l L_SCR1(%a6),%d0 # load L_SCR1 lword to d0 14421 # lword of the packed decimal memory string.) #
|
H A D | fpsp.S | 20889 mov.l %d1,L_SCR2(%a6) # build lower lword in memory 23134 # (*) d1: lword counter 23226 # (*) d5: lword counter 23244 mov.l (%a0),%d4 # load lword 1 to d4 23248 mov.l &1,%d5 # init lword counter 23249 mov.l (%a0,%d5.L*4),%d4 # get lword 2 to d4 23252 addq.l &1,%d5 # inc lword counter 23253 mov.l (%a0,%d5.L*4),%d4 # get lword 3 to d4 23269 mov.l (%a0),%d4 # load lword 1 to d4 23296 mov.l &2,%d5 # set up d5 to point to lword 3 23297 mov.l (%a0,%d5.L*4),%d4 # get lword 3 23299 sub.l &1,%d5 # dec d5 to point to lword 2 23301 mov.l (%a0,%d5.L*4),%d4 # get lword 2 23317 mov.l (%a0),%d4 # load lword 1 to d4 23703 fmov.l %fp0,%d6 # put ILOG in d6 as a lword 23707 fmov.l %fp0,%d6 # put ILOG in d6 as a lword 24351 mov.l L_SCR1(%a6),%d0 # load L_SCR1 lword to d0 24461 # lword of the packed decimal memory string.) #
|
/linux-4.4.14/fs/jfs/ |
H A D | jfs_dmap.c | 1260 int word, lword, rc; dbAllocNear() local 1275 lword = min(word + 4, LPERDMAP); dbAllocNear() 1279 for (; word < lword; word++) { dbAllocNear()
|
/linux-4.4.14/drivers/net/ethernet/tehuti/ |
H A D | tehuti.c | 1551 lwords++; /* pad it with 1 lword */ init_txd_sizes()
|