Searched refs:DIV_ONLY (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/arch/alpha/lib/ |
D | divide.S | 62 #define DIV_ONLY(x,y...) x,##y macro 70 #define DIV_ONLY(x,y...) macro 113 DIV_ONLY(stq tmp2,32($30)) 139 2: DIV_ONLY(addq quotient,mask,tmp2) 143 DIV_ONLY(cmovne compare,tmp2,quotient) 152 DIV_ONLY(ldq tmp2,32($30))
|
D | ev6-divide.S | 72 #define DIV_ONLY(x,y...) x,##y macro 80 #define DIV_ONLY(x,y...) macro 125 DIV_ONLY(stq tmp2,32($30)) # L : L U U L 167 DIV_ONLY(addq quotient,mask,tmp2) # E : 176 DIV_ONLY(cmovne compare,tmp2,quotient) # E : Latency 2, extra map slot 203 DIV_ONLY(ldq tmp2,32($30)) # L :
|