Home
last modified time | relevance | path

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

/arch/sh/math-emu/
Dmath.c35 #define BANK(n) (n^(FPSCR_FR?16:0)) macro
37 #define FR0 (FR[BANK(0)])
38 #define FRn (FR[BANK(n)])
39 #define FRm (FR[BANK(m)])
41 #define DRn (DR[BANK(n)/2])
42 #define DRm (DR[BANK(m)/2])
45 #define XFn (FR[BANK(XREG(n))])
46 #define XFm (FR[BANK(XREG(m))])
47 #define XDn (DR[BANK(XREG(n))/2])
48 #define XDm (DR[BANK(XREG(m))/2])