Searched refs:do_ff (Results 1 – 1 of 1) sorted by relevance
/qemu/target/sparc/ |
H A D | translate.c | 4712 static bool do_ff(DisasContext *dc, arg_r_r *a, in do_ff() function 4727 TRANS(FMOVs, ALL, do_ff, a, gen_op_fmovs) in TRANS() argument 4728 TRANS(FNEGs, ALL, do_ff, a, gen_op_fnegs) in TRANS() 4729 TRANS(FABSs, ALL, do_ff, a, gen_op_fabss) in TRANS() 4730 TRANS(FSRCs, VIS1, do_ff, a, tcg_gen_mov_i32) in TRANS() 4731 TRANS(FNOTs, VIS1, do_ff, a, tcg_gen_not_i32) in TRANS()
|