Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/tcg/
H A Dnanomips_translate.c.inc2208 gen_cp0(env, ctx, OPC_TLBP, 0, 0);
2211 gen_cp0(env, ctx, OPC_TLBR, 0, 0);
2214 gen_cp0(env, ctx, OPC_TLBWI, 0, 0);
2217 gen_cp0(env, ctx, OPC_TLBWR, 0, 0);
2220 gen_cp0(env, ctx, OPC_TLBINV, 0, 0);
2223 gen_cp0(env, ctx, OPC_TLBINVF, 0, 0);
2258 gen_cp0(env, ctx, OPC_WAIT, 0, 0);
2261 gen_cp0(env, ctx, OPC_DERET, 0, 0);
2264 gen_cp0(env, ctx, OPC_ERET, 0, 0);
H A Dmicromips_translate.c.inc1256 gen_cp0(env, ctx, mips32_op, rt, rs);
H A Dtranslate.c8488 static void gen_cp0(CPUMIPSState *env, DisasContext *ctx, uint32_t opc, in gen_cp0() function
14434 gen_cp0(env, ctx, op1, rt, rd); in decode_opc_legacy()
14454 gen_cp0(env, ctx, MASK_C0(ctx->opcode), rt, rd); in decode_opc_legacy()