Searched refs:DIV_ONLY (Results 1 – 2 of 2) sorted by relevance
/arch/alpha/lib/ |
D | divide.S | 61 #define DIV_ONLY(x,y...) x,##y macro 69 #define DIV_ONLY(x,y...) macro 112 DIV_ONLY(stq tmp2,32($30)) 138 2: DIV_ONLY(addq quotient,mask,tmp2) 142 DIV_ONLY(cmovne compare,tmp2,quotient) 151 DIV_ONLY(ldq tmp2,32($30))
|
D | ev6-divide.S | 71 #define DIV_ONLY(x,y...) x,##y macro 79 #define DIV_ONLY(x,y...) macro 124 DIV_ONLY(stq tmp2,32($30)) # L : L U U L 166 DIV_ONLY(addq quotient,mask,tmp2) # E : 175 DIV_ONLY(cmovne compare,tmp2,quotient) # E : Latency 2, extra map slot 202 DIV_ONLY(ldq tmp2,32($30)) # L :
|