Searched refs:DIV_ONLY (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/arch/alpha/lib/ |
D | divide.S | 60 #define DIV_ONLY(x,y...) x,##y macro 68 #define DIV_ONLY(x,y...) macro 111 DIV_ONLY(stq tmp2,32($30)) 137 2: DIV_ONLY(addq quotient,mask,tmp2) 141 DIV_ONLY(cmovne compare,tmp2,quotient) 150 DIV_ONLY(ldq tmp2,32($30))
|
D | ev6-divide.S | 70 #define DIV_ONLY(x,y...) x,##y macro 78 #define DIV_ONLY(x,y...) macro 123 DIV_ONLY(stq tmp2,32($30)) # L : L U U L 165 DIV_ONLY(addq quotient,mask,tmp2) # E : 174 DIV_ONLY(cmovne compare,tmp2,quotient) # E : Latency 2, extra map slot 201 DIV_ONLY(ldq tmp2,32($30)) # L :
|