• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/lib/

Lines Matching refs:EX

31 #define EX(insn,reg,addr,handler)			\
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)
117 EX(LONG_S_L, a1, (a0), .Lfirst_fixup) /* make word/dword aligned */
120 EX(LONG_S_R, a1, (a0), .Lfirst_fixup) /* make word/dword aligned */
175 EX(LONG_S_R, a1, -1(a0), .Llast_fixup)
178 EX(LONG_S_L, a1, -1(a0), .Llast_fixup)