Home
last modified time | relevance | path

Searched refs:cop1_64bit (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/arch/mips/math-emu/
Dcp1emu.c179 static inline int cop1_64bit(struct pt_regs *xcp) in cop1_64bit() function
190 #define SIFROMREG(si, x) ((si) = cop1_64bit(xcp) || !(x & 1) ? \
193 #define SITOREG(si, x) (ctx->fpr[x & ~(cop1_64bit(xcp) == 0)] = \
194 cop1_64bit(xcp) || !(x & 1) ? \
198 #define DIFROMREG(di, x) ((di) = ctx->fpr[x & ~(cop1_64bit(xcp) == 0)])
199 #define DITOREG(di, x) (ctx->fpr[x & ~(cop1_64bit(xcp) == 0)] = (di))