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