#include "rtasm_ppc.h"
-#ifdef GALLIUM_CELL
-
void
ppc_init_func(struct ppc_function *p)
{
} inst;
};
-static inline void
+static INLINE void
emit_vx(struct ppc_function *p, uint op2, uint vD, uint vA, uint vB)
{
union vx_inst inst;
} inst;
};
-static inline void
+static INLINE void
emit_vxr(struct ppc_function *p, uint op2, uint vD, uint vA, uint vB)
{
union vxr_inst inst;
} inst;
};
-static inline void
+static INLINE void
emit_va(struct ppc_function *p, uint op2, uint vD, uint vA, uint vB, uint vC)
{
union va_inst inst;
} inst;
};
-static inline void
+static INLINE void
emit_d(struct ppc_function *p, uint op, uint rt, uint ra, int si)
{
union d_inst inst;
} inst;
};
-static inline void
+static INLINE void
emit_a(struct ppc_function *p, uint op, uint frt, uint fra, uint frb, uint op2,
uint rc)
{
{
ppc_bclr(p, BRANCH_COND_ALWAYS, BRANCH_HINT_SUB_RETURN, 0);
}
-
-#endif /* GALLIUM_CELL */