Home
last modified time | relevance | path

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

/qemu/target/mips/tcg/
H A Dnanomips_translate.c.inc2858 gen_cp1(ctx, OPC_CFC1, rt, rs);
2861 gen_cp1(ctx, OPC_CTC1, rt, rs);
2864 gen_cp1(ctx, OPC_MFC1, rt, rs);
2867 gen_cp1(ctx, OPC_MTC1, rt, rs);
2870 gen_cp1(ctx, OPC_MFHC1, rt, rs);
2873 gen_cp1(ctx, OPC_MTHC1, rt, rs);
H A Dmicromips_translate.c.inc1401 gen_cp1(ctx, mips32_op, rt, rs);
H A Dtranslate.c9256 static void gen_cp1(DisasContext *ctx, uint32_t opc, int rt, int fs) in gen_cp1() function
14952 gen_cp1(ctx, op1, rt, rd); in decode_opc_legacy()
14960 gen_cp1(ctx, op1, rt, rd); in decode_opc_legacy()