Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/tcg/
H A Dnanomips_translate.c.inc2838 gen_cp1(ctx, OPC_CFC1, rt, rs);
2841 gen_cp1(ctx, OPC_CTC1, rt, rs);
2844 gen_cp1(ctx, OPC_MFC1, rt, rs);
2847 gen_cp1(ctx, OPC_MTC1, rt, rs);
2850 gen_cp1(ctx, OPC_MFHC1, rt, rs);
2853 gen_cp1(ctx, OPC_MTHC1, rt, rs);
H A Dmicromips_translate.c.inc1397 gen_cp1(ctx, mips32_op, rt, rs);
H A Dtranslate.c9039 static void gen_cp1(DisasContext *ctx, uint32_t opc, int rt, int fs) in gen_cp1() function
14693 gen_cp1(ctx, op1, rt, rd); in decode_opc_legacy()
14701 gen_cp1(ctx, op1, rt, rd); in decode_opc_legacy()