Searched refs:do_fmovr (Results 1 – 1 of 1) sorted by relevance
/qemu/target/sparc/ |
H A D | translate.c | 5460 static bool do_fmovr(DisasContext *dc, arg_FMOVRs *a, bool is_128, in do_fmovr() function 5480 TRANS(FMOVRs, 64, do_fmovr, a, false, gen_fmovs) 5481 TRANS(FMOVRd, 64, do_fmovr, a, false, gen_fmovd) 5482 TRANS(FMOVRq, 64, do_fmovr, a, true, gen_fmovq)
|