Searched refs:gen_mtc0 (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/target/mips/tcg/ |
H A D | translate.c | 5853 static void gen_mtc0(DisasContext *ctx, TCGv arg, int reg, int sel) in gen_mtc0() function 8342 gen_mtc0(ctx, t0, rd, sel); in gen_mttr() 8352 gen_mtc0(ctx, t0, rd, sel); in gen_mttr() 8362 gen_mtc0(ctx, t0, rd, sel); in gen_mttr() 8392 gen_mtc0(ctx, t0, rd, sel); in gen_mttr() 8397 gen_mtc0(ctx, t0, rd, sel); in gen_mttr() 8508 gen_mtc0(ctx, t0, rd, ctx->opcode & 0x7); in gen_cp0()
|
H A D | micromips_translate.c.inc | 1068 gen_mtc0(ctx, t0, rs, (ctx->opcode >> 11) & 0x7);
|
H A D | nanomips_translate.c.inc | 1413 gen_mtc0(ctx, t0, rs, extract32(ctx->opcode, 11, 3));
|