HomeSort by relevance Sort by last modified time
    Searched defs:float32x3_t (Results 1 - 2 of 2) sorted by null

  /external/clang/test/CodeGen/
aarch64-arguments-hfa-v3.c 4 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;
arm64-arguments.c 718 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 473 milliseconds