Searched refs:float32x3_t (Results 1 - 2 of 2) sorted by relevance

/external/clang/test/CodeGen/
H A Daarch64-arguments-hfa-v3.c4 typedef __attribute__((__ext_vector_type__(3))) float float32x3_t; typedef
7 typedef struct { float32x3_t arr[4]; } HFAv3;
10 typedef struct { float32x3_t arr[3]; int8x16_t b; } MixedHFAv3;
H A Darm64-arguments.c718 typedef __attribute__((__ext_vector_type__(3))) float float32x3_t; typedef
719 typedef struct { float32x3_t arr[4]; } HFAv3;
721 float32x3_t test_hva_v3(int n, ...) {
743 float32x3_t test_hva_v3_call(HFAv3 *a) {

Completed in 97 milliseconds