OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HFA
(Results
1 - 3
of
3
) sorted by null
/external/clang/test/CodeGenCXX/
arm64-darwinpcs.cpp
13
struct
HFA
{
/external/clang/test/CodeGen/
arm64-aapcs-arguments.c
21
typedef struct { float arr[4]; }
HFA
;
22
void test3(
HFA
s0_s3, float s4,
HFA
sp,
HFA
sp16) {
arm64-arguments.c
190
// Testing alignment with aggregates:
HFA
, aggregates with size <= 16 bytes and
194
float v[4]; //Testing
HFA
.
623
struct
HFA
{
632
//
HFA
is not indirect, so occupies its full 16 bytes on the stack.
636
// CHECK: bitcast i8* [[CURLIST]] to %struct.
HFA
*
639
struct
HFA
h = __builtin_va_arg(thelist, struct
HFA
);
643
float test_hfa_call(struct
HFA
*a) {
644
// CHECK-LABEL: define float @test_hfa_call(%struct.
HFA
* %a)
658
// TooBigHFA is not actually an
HFA
, so gets passed indirectly. Only 8 byte
[
all
...]
Completed in 165 milliseconds