Searched refs:gen_movcf_d (Results 1 – 2 of 2) sorted by relevance
/qemu/target/mips/tcg/ |
H A D | micromips_translate.c.inc | 2130 gen_movcf_d(ctx, rs, rt, cc, 0); 2161 gen_movcf_d(ctx, rs, rt, cc, 1);
|
H A D | translate.c | 9153 static inline void gen_movcf_d(DisasContext *ctx, int fs, int fd, int cc, in gen_movcf_d() function 9970 gen_movcf_d(ctx, fs, fd, (ft >> 2) & 0x7, ft & 0x1); in gen_farith()
|