Searched refs:gen_cp0 (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/target/mips/tcg/ |
H A D | nanomips_translate.c.inc | 2208 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 D | micromips_translate.c.inc | 1256 gen_cp0(env, ctx, mips32_op, rt, rs);
|
H A D | translate.c | 8488 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()
|