Searched full:mbn (Results 1 – 1 of 1) sorted by relevance
2204 static inline void gen_rldicl(DisasContext *ctx, int mbn, int shn) in gen_rldicl() argument2209 mb = MB(ctx->opcode) | (mbn << 5); in gen_rldicl()2226 static inline void gen_rldic(DisasContext *ctx, int mbn, int shn) in gen_rldic() argument2231 mb = MB(ctx->opcode) | (mbn << 5); in gen_rldic()2254 static inline void gen_rldcl(DisasContext *ctx, int mbn) in gen_rldcl() argument2258 mb = MB(ctx->opcode) | (mbn << 5); in gen_rldcl()2274 static void gen_rldimi(DisasContext *ctx, int mbn, int shn) in gen_rldimi() argument2279 uint32_t mb = MB(ctx->opcode) | (mbn << 5); in gen_rldimi()