Home
last modified time | relevance | path

Searched refs:is_128 (Results 1 – 1 of 1) sorted by relevance

/qemu/target/sparc/
H A Dtranslate.c5460 static bool do_fmovr(DisasContext *dc, arg_FMOVRs *a, bool is_128, in do_fmovr() argument
5471 if (is_128 && gen_trap_float128(dc)) { in do_fmovr()
5484 static bool do_fmovcc(DisasContext *dc, arg_FMOVscc *a, bool is_128, in do_fmovcc() argument
5492 if (is_128 && gen_trap_float128(dc)) { in do_fmovcc()
5506 static bool do_fmovfcc(DisasContext *dc, arg_FMOVsfcc *a, bool is_128, in do_fmovfcc() argument
5514 if (is_128 && gen_trap_float128(dc)) { in do_fmovfcc()