Home
last modified time | relevance | path

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

/qemu/target/mips/tcg/
H A Dnanomips_translate.c.inc2223 gen_cp0(env, ctx, OPC_TLBP, 0, 0);
2226 gen_cp0(env, ctx, OPC_TLBR, 0, 0);
2229 gen_cp0(env, ctx, OPC_TLBWI, 0, 0);
2232 gen_cp0(env, ctx, OPC_TLBWR, 0, 0);
2235 gen_cp0(env, ctx, OPC_TLBINV, 0, 0);
2238 gen_cp0(env, ctx, OPC_TLBINVF, 0, 0);
2273 gen_cp0(env, ctx, OPC_WAIT, 0, 0);
2276 gen_cp0(env, ctx, OPC_DERET, 0, 0);
2279 gen_cp0(env, ctx, OPC_ERET, 0, 0);
H A Dmicromips_translate.c.inc1260 gen_cp0(env, ctx, mips32_op, rt, rs);
H A Dtranslate.c8705 static void gen_cp0(CPUMIPSState *env, DisasContext *ctx, uint32_t opc, in gen_cp0() function
14693 gen_cp0(env, ctx, op1, rt, rd); in decode_opc_legacy()
14713 gen_cp0(env, ctx, MASK_C0(ctx->opcode), rt, rd); in decode_opc_legacy()