Home
last modified time | relevance | path

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

/openbmc/qemu/target/sparc/
H A Dtranslate.c5431 static bool do_fmovr(DisasContext *dc, arg_FMOVRs *a, bool is_128, in do_fmovr() argument
5442 if (is_128 && gen_trap_float128(dc)) { in do_fmovr()
5455 static bool do_fmovcc(DisasContext *dc, arg_FMOVscc *a, bool is_128, in do_fmovcc() argument
5463 if (is_128 && gen_trap_float128(dc)) { in do_fmovcc()
5477 static bool do_fmovfcc(DisasContext *dc, arg_FMOVsfcc *a, bool is_128, in do_fmovfcc() argument
5485 if (is_128 && gen_trap_float128(dc)) { in do_fmovfcc()