Searched refs:DIV_ONLY (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/alpha/lib/ |
H A D | divide.S | 62 #define DIV_ONLY(x,y...) x,##y define 70 #define DIV_ONLY(x,y...) define 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))
|
H A D | ev6-divide.S | 72 #define DIV_ONLY(x,y...) x,##y define 80 #define DIV_ONLY(x,y...) define 125 DIV_ONLY(stq tmp2,32($30)) # L : L U U L 129 * In spite of the DIV_ONLY being either a non-instruction 164 * having an instruction for DIV_ONLY 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 :
|
/kernel/linux/linux-6.6/arch/alpha/lib/ |
H A D | divide.S | 62 #define DIV_ONLY(x,y...) x,##y define 70 #define DIV_ONLY(x,y...) define 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))
|
H A D | ev6-divide.S | 72 #define DIV_ONLY(x,y...) x,##y define 80 #define DIV_ONLY(x,y...) define 125 DIV_ONLY(stq tmp2,32($30)) # L : L U U L 129 * In spite of the DIV_ONLY being either a non-instruction 164 * having an instruction for DIV_ONLY 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 :
|
Completed in 3 milliseconds