Home
last modified time | relevance | path

Searched defs:DO_ZPZZ_FP (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/target/arm/tcg/
H A Dsve_helper.c4293 #define DO_ZPZZ_FP(NAME, TYPE, H, OP) \ macro
4312 DO_ZPZZ_FP(sve_fadd_h, uint16_t, H1_2, float16_add) in DO_ZPZZ_FP() function
4359 DO_ZPZZ_FP(sve_fabd_h, uint16_t, H1_2, abd_h) in DO_ZPZZ_FP() function
4369 DO_ZPZZ_FP(sve_fscalbn_h, int16_t, H1_2, float16_scalbn) in DO_ZPZZ_FP() function
H A Dtranslate-sve.c3741 #define DO_ZPZZ_FP(NAME, FEAT, name) \ macro