Searched refs:gen_mtc0 (Results 1 – 3 of 3) sorted by relevance
/qemu/target/mips/tcg/ |
H A D | translate.c | 5854 static void gen_mtc0(DisasContext *ctx, TCGv arg, int reg, int sel) in gen_mtc0() function 8343 gen_mtc0(ctx, t0, rd, sel); in gen_mttr() 8353 gen_mtc0(ctx, t0, rd, sel); in gen_mttr() 8363 gen_mtc0(ctx, t0, rd, sel); in gen_mttr() 8393 gen_mtc0(ctx, t0, rd, sel); in gen_mttr() 8398 gen_mtc0(ctx, t0, rd, sel); in gen_mttr() 8509 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));
|