diff options
Diffstat (limited to 'arch/mips/mm/uasm.c')
-rw-r--r-- | arch/mips/mm/uasm.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/mips/mm/uasm.c b/arch/mips/mm/uasm.c index 55a1fdfb76ef..0969a52384b4 100644 --- a/arch/mips/mm/uasm.c +++ b/arch/mips/mm/uasm.c | |||
@@ -144,6 +144,13 @@ Ip_u2u1u3(op) \ | |||
144 | } \ | 144 | } \ |
145 | UASM_EXPORT_SYMBOL(uasm_i##op); | 145 | UASM_EXPORT_SYMBOL(uasm_i##op); |
146 | 146 | ||
147 | #define I_u3u2u1(op) \ | ||
148 | Ip_u3u2u1(op) \ | ||
149 | { \ | ||
150 | build_insn(buf, insn##op, c, b, a); \ | ||
151 | } \ | ||
152 | UASM_EXPORT_SYMBOL(uasm_i##op); | ||
153 | |||
147 | #define I_u3u1u2(op) \ | 154 | #define I_u3u1u2(op) \ |
148 | Ip_u3u1u2(op) \ | 155 | Ip_u3u1u2(op) \ |
149 | { \ | 156 | { \ |