Searched refs:gen_cop1_ldst (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/target/mips/tcg/ |
H A D | nanomips_translate.c.inc | 3953 gen_cop1_ldst(ctx, OPC_LWC1, rt, 28, u); 3956 gen_cop1_ldst(ctx, OPC_LDC1, rt, 28, u); 3959 gen_cop1_ldst(ctx, OPC_SWC1, rt, 28, u); 3962 gen_cop1_ldst(ctx, OPC_SDC1, rt, 28, u); 4015 gen_cop1_ldst(ctx, OPC_LWC1, rt, rs, u); 4018 gen_cop1_ldst(ctx, OPC_LDC1, rt, rs, u); 4021 gen_cop1_ldst(ctx, OPC_SWC1, rt, rs, u); 4024 gen_cop1_ldst(ctx, OPC_SDC1, rt, rs, u); 4065 gen_cop1_ldst(ctx, OPC_LWC1, rt, rs, s); 4068 gen_cop1_ldst(ctx, OPC_LDC1, rt, rs, s); [all …]
|
H A D | micromips_translate.c.inc | 2817 gen_cop1_ldst(ctx, mips32_op, rt, rs, imm);
|
H A D | translate.c | 2293 static void gen_cop1_ldst(DisasContext *ctx, uint32_t op, int rt, in gen_cop1_ldst() function 14676 gen_cop1_ldst(ctx, op, rt, rs, imm); in decode_opc_legacy()
|