Searched refs:gen_align (Results 1 – 3 of 3) sorted by relevance
| /openbmc/qemu/target/mips/tcg/ |
| H A D | translate.h | 174 void gen_align(DisasContext *ctx, int wordsz, int rd, int rs, int rt, int bp);
|
| H A D | micromips_translate.c.inc | 1802 gen_align(ctx, 32, rd, rs, rt, extract32(ctx->opcode, 9, 2));
|
| H A D | translate.c | 4825 void gen_align(DisasContext *ctx, int wordsz, int rd, int rs, int rt, int bp) in gen_align() function 13493 gen_align(ctx, 32, rd, rs, rt, sa & 3); in decode_opc_special3_r6() 13544 gen_align(ctx, 64, rd, rs, rt, sa & 7); in decode_opc_special3_r6()
|