Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/tcg/
H A Dtranslate-a64.c5001 typedef struct FPScalar {
5005 } FPScalar;
5007 static bool do_fp3_scalar(DisasContext *s, arg_rrr_e *a, const FPScalar *f) in do_fp3_scalar()
5043 static const FPScalar f_scalar_fadd = {
5050 static const FPScalar f_scalar_fsub = {
5057 static const FPScalar f_scalar_fdiv = {
5064 static const FPScalar f_scalar_fmul = {
5071 static const FPScalar f_scalar_fmax = {
5078 static const FPScalar f_scalar_fmin = {
5085 static const FPScalar f_scalar_fmaxn
5000 typedef struct FPScalar { global() struct
5004 } FPScalar; global() typedef
[all...]