Home
last modified time | relevance | path

Searched refs:shn (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/target/ppc/
H A Dtranslate.c2790 static inline void gen_rldicl(DisasContext *ctx, int mbn, int shn) in gen_rldicl() argument
2794 sh = SH(ctx->opcode) | (shn << 5); in gen_rldicl()
2801 static inline void gen_rldicr(DisasContext *ctx, int men, int shn) in gen_rldicr() argument
2805 sh = SH(ctx->opcode) | (shn << 5); in gen_rldicr()
2812 static inline void gen_rldic(DisasContext *ctx, int mbn, int shn) in gen_rldic() argument
2816 sh = SH(ctx->opcode) | (shn << 5); in gen_rldic()
2860 static void gen_rldimi(DisasContext *ctx, int mbn, int shn) in gen_rldimi() argument
2864 uint32_t sh = SH(ctx->opcode) | (shn << 5); in gen_rldimi()