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