Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/lib/
H A Dmemset.S25 #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)
95 sltiu t0, a2, STORSIZE /* very small region? */
108 PTR_SUBU t0, STORSIZE /* alignment in bytes */
111 li AT, STORSIZE
152 PTR_ADDIU a0, STORSIZE
[all …]