• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/mips/lib/

Lines Matching defs:STORSIZE

24 #define STORSIZE (LONGSIZE * 2)
25 #define STORMASK (STORSIZE - 1)
27 #define STORSIZE LONGSIZE
39 EX(swp, t8, (\offset + 0 * STORSIZE)(\dst), \fixup)
40 EX(swp, t8, (\offset + 1 * STORSIZE)(\dst), \fixup)
41 EX(swp, t8, (\offset + 2 * STORSIZE)(\dst), \fixup)
42 EX(swp, t8, (\offset + 3 * STORSIZE)(\dst), \fixup)
44 EX(swp, t8, (\offset + 4 * STORSIZE)(\dst), \fixup)
45 EX(swp, t8, (\offset + 5 * STORSIZE)(\dst), \fixup)
46 EX(swp, t8, (\offset + 6 * STORSIZE)(\dst), \fixup)
47 EX(swp, t8, (\offset + 7 * STORSIZE)(\dst), \fixup)
50 EX(LONG_S, \val, (\offset + 0 * STORSIZE)(\dst), \fixup)
51 EX(LONG_S, \val, (\offset + 1 * STORSIZE)(\dst), \fixup)
52 EX(LONG_S, \val, (\offset + 2 * STORSIZE)(\dst), \fixup)
53 EX(LONG_S, \val, (\offset + 3 * STORSIZE)(\dst), \fixup)
54 EX(LONG_S, \val, (\offset + 4 * STORSIZE)(\dst), \fixup)
55 EX(LONG_S, \val, (\offset + 5 * STORSIZE)(\dst), \fixup)
56 EX(LONG_S, \val, (\offset + 6 * STORSIZE)(\dst), \fixup)
57 EX(LONG_S, \val, (\offset + 7 * STORSIZE)(\dst), \fixup)
59 EX(LONG_S, \val, (\offset + 8 * STORSIZE)(\dst), \fixup)
60 EX(LONG_S, \val, (\offset + 9 * STORSIZE)(\dst), \fixup)
61 EX(LONG_S, \val, (\offset + 10 * STORSIZE)(\dst), \fixup)
62 EX(LONG_S, \val, (\offset + 11 * STORSIZE)(\dst), \fixup)
63 EX(LONG_S, \val, (\offset + 12 * STORSIZE)(\dst), \fixup)
64 EX(LONG_S, \val, (\offset + 13 * STORSIZE)(\dst), \fixup)
65 EX(LONG_S, \val, (\offset + 14 * STORSIZE)(\dst), \fixup)
66 EX(LONG_S, \val, (\offset + 15 * STORSIZE)(\dst), \fixup)
96 sltiu t0, a2, STORSIZE /* very small region? */
106 PTR_SUBU t0, STORSIZE /* alignment in bytes */
109 li AT, STORSIZE
128 andi t0, a2, 0x40-STORSIZE