Searched refs:STORSIZE (Results 1 – 1 of 1) sorted by relevance
/linux/arch/mips/lib/ |
H A D | memset.S | 25 #define STORSIZE (LONGSIZE * 2) macro 26 #define STORMASK (STORSIZE - 1) 32 #define STORSIZE LONGSIZE macro 59 EX(LONG_S, \val, (\offset + 0 * STORSIZE)(\dst), \fixup) 60 EX(LONG_S, \val, (\offset + 1 * STORSIZE)(\dst), \fixup) 61 EX(LONG_S, \val, (\offset + 2 * STORSIZE)(\dst), \fixup) 62 EX(LONG_S, \val, (\offset + 3 * STORSIZE)(\dst), \fixup) 64 EX(LONG_S, \val, (\offset + 4 * STORSIZE)(\dst), \fixup) 65 EX(LONG_S, \val, (\offset + 5 * STORSIZE)(\dst), \fixup) 66 EX(LONG_S, \val, (\offset + 6 * STORSIZE)(\dst), \fixup) [all …]
|