Home
last modified time | relevance | path

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

/qemu/target/arm/tcg/
H A Dsve_helper.c4339 #define DO_ZPZZ_FP(NAME, TYPE, H, OP) \ macro
4358 DO_ZPZZ_FP(sve_fadd_h, uint16_t, H1_2, float16_add) in DO_ZPZZ_FP() function
4432 DO_ZPZZ_FP(sve_fabd_h, uint16_t, H1_2, abd_h) in DO_ZPZZ_FP() function
4445 DO_ZPZZ_FP(sve_fscalbn_h, int16_t, H1_2, float16_scalbn) in DO_ZPZZ_FP() function
H A Dtranslate-sve.c3786 #define DO_ZPZZ_FP(NAME, FEAT, name) \ macro