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