Searched refs:DIV_ONLY (Results 1 - 2 of 2) sorted by relevance
/linux-4.4.14/arch/alpha/lib/ |
H A D | divide.S | 60 #define DIV_ONLY(x,y...) x,##y define 68 #define DIV_ONLY(x,y...) define 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))
|
H A D | ev6-divide.S | 70 #define DIV_ONLY(x,y...) x,##y define 78 #define DIV_ONLY(x,y...) define 123 DIV_ONLY(stq tmp2,32($30)) # L : L U U L 127 * In spite of the DIV_ONLY being either a non-instruction 162 * having an instruction for DIV_ONLY 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 :
|
Completed in 55 milliseconds