Searched refs:DIV_ONLY (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/lib/
H A Ddivide.S60 #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 Dev6-divide.S70 #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 101 milliseconds