Searched defs:H1_2 (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/target/arm/tcg/ |
H A D | vec_internal.h | 34 #define H1_2(x) ((x) ^ 6) macro 40 #define H1_2(x) (x) macro
|
H A D | sve_helper.c | 372 DO_ZPZZ(sve2_sadalp_zpzz_h, int16_t, H1_2, do_sadalp_h) in DO_ZPZZ() argument 394 DO_ZPZZ(sve2_uadalp_zpzz_h, uint16_t, H1_2, do_uadalp_h) in DO_ZPZZ() argument 1088 DO_ZZZ_TB(sve2_sqdmull_zzz_h, int16_t, int8_t, H1_2, H1, do_sqdmull_h) in DO_ZZZ_TB() argument 1289 DO_SQDMLAL(sve2_sqdmlal_zzzw_h, int16_t, int8_t, H1_2, H1, in DO_SQDMLAL() argument 4211 DO_REDUCE(sve_faddv_h, float16, H1_2, add, float16_zero) in DO_REDUCE() argument 4312 DO_ZPZZ_FP(sve_fadd_h, uint16_t, H1_2, float16_add) in DO_ZPZZ_FP() argument 4359 DO_ZPZZ_FP(sve_fabd_h, uint16_t, H1_2, abd_h) in DO_ZPZZ_FP() argument 4369 DO_ZPZZ_FP(sve_fscalbn_h, int16_t, H1_2, float16_scalbn) in DO_ZPZZ_FP() argument 4428 DO_ZPZS_FP(sve_fsubrs_h, float16, H1_2, subr_h) in DO_ZPZS_FP() argument 4728 DO_ZPZ_FP(flogb_h, float16, H1_2, do_float16_logb_as_int) in DO_ZPZ_FP() argument
|
/openbmc/qemu/target/riscv/ |
H A D | vector_internals.h | 45 #define H1_2(x) ((x) ^ 6) macro 52 #define H1_2(x) (x) macro
|