Searched refs:ADJN (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/arch/m68k/fpsp040/ |
H A D | ssin.S | 145 .set ADJN,L_SCR3 define 170 |--SET ADJN TO 0 171 movel #0,ADJN(%a6) 176 |--SET ADJN TO 1 177 movel #1,ADJN(%a6) 223 |--GET N+ADJN AND SEE IF SIN(R) OR COS(R) IS NEEDED 225 addl ADJN(%a6),%d0 | ...SEE IF D0 IS ODD OR EVEN 517 movel ADJN(%a6),%d0 533 |--SET ADJN TO 4 534 movel #4,ADJN(%a6)
|
/openbmc/linux/arch/m68k/ifpsp060/src/ |
H A D | fplsp.S | 5011 set ADJN,L_SCR3 5016 mov.l &0,ADJN(%a6) # yes; SET ADJN TO 0 5022 mov.l &1,ADJN(%a6) # yes; SET ADJN TO 1 5067 #--GET N+ADJN AND SEE IF SIN(R) OR COS(R) IS NEEDED 5069 add.l ADJN(%a6),%d1 # SEE IF D0 IS ODD OR EVEN 5600 mov.l ADJN(%a6),%d1
|
H A D | fpsp.S | 5305 mov.l ADJN(%a6),%d1 5342 #--SET ADJN TO 4 5343 mov.l &4,ADJN(%a6)
|