Home
last modified time | relevance | path

Searched refs:HFAv3 (Results 1 – 2 of 2) sorted by relevance

/external/clang/test/CodeGen/
Daarch64-arguments-hfa-v3.c7 typedef struct { float32x3_t arr[4]; } HFAv3; typedef
13 HFAv3 test(HFAv3 a0, HFAv3 a1, HFAv3 a2) { in test()
Darm64-arguments.c719 typedef struct { float32x3_t arr[4]; } HFAv3; typedef
739 HFAv3 r = __builtin_va_arg(l, HFAv3); in test_hva_v3()
743 float32x3_t test_hva_v3_call(HFAv3 *a) { in test_hva_v3_call()