Home
last modified time | relevance | path

Searched refs:gen_flt_ldst (Results 1 – 2 of 2) sorted by relevance

/qemu/target/mips/tcg/
H A Dnanomips_translate.c.inc2701 gen_flt_ldst(ctx, OPC_LWC1, rd, t0);
2705 gen_flt_ldst(ctx, OPC_LDC1, rd, t0);
2709 gen_flt_ldst(ctx, OPC_SWC1, rd, t0);
2713 gen_flt_ldst(ctx, OPC_SDC1, rd, t0);
H A Dtranslate.c2273 static void gen_flt_ldst(DisasContext *ctx, uint32_t opc, int ft, in gen_flt_ldst() function
2334 gen_flt_ldst(ctx, op, rt, t0); in gen_cop1_ldst()