Searched refs:shn (Results 1 – 1 of 1) sorted by relevance
2178 static inline void gen_rldicl(DisasContext *ctx, int mbn, int shn) in gen_rldicl() argument2182 sh = SH(ctx->opcode) | (shn << 5); in gen_rldicl()2189 static inline void gen_rldicr(DisasContext *ctx, int men, int shn) in gen_rldicr() argument2193 sh = SH(ctx->opcode) | (shn << 5); in gen_rldicr()2200 static inline void gen_rldic(DisasContext *ctx, int mbn, int shn) in gen_rldic() argument2204 sh = SH(ctx->opcode) | (shn << 5); in gen_rldic()2248 static void gen_rldimi(DisasContext *ctx, int mbn, int shn) in gen_rldimi() argument2252 uint32_t sh = SH(ctx->opcode) | (shn << 5); in gen_rldimi()