Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/tcg/
H A Dtranslate.h171 void gen_align(DisasContext *ctx, int wordsz, int rd, int rs, int rt, int bp);
H A Dmicromips_translate.c.inc1802 gen_align(ctx, 32, rd, rs, rt, extract32(ctx->opcode, 9, 2));
H A Dtranslate.c4804 void gen_align(DisasContext *ctx, int wordsz, int rd, int rs, int rt, int bp) in gen_align() function
13496 gen_align(ctx, 32, rd, rs, rt, sa & 3); in decode_opc_special3_r6()
13547 gen_align(ctx, 64, rd, rs, rt, sa & 7); in decode_opc_special3_r6()