Searched refs:VA_LIST (Results 1 – 3 of 3) sorted by relevance
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-variadic-aapcs.ll | 15 ; CHECK: add x[[VA_LIST:[0-9]+]], {{x[0-9]+}}, :lo12:var 25 ; CHECK: str [[STACK_TOP]], [x[[VA_LIST]]] 29 ; CHECK: str [[GR_TOP]], [x[[VA_LIST]], #8] 33 ; CHECK: str [[VR_TOP]], [x[[VA_LIST]], #16] 36 ; CHECK: str [[GR_OFFS]], [x[[VA_LIST]], #24] 39 ; CHECK: str [[VR_OFFS]], [x[[VA_LIST]], #28] 53 ; CHECK: add x[[VA_LIST:[0-9]+]], {{x[0-9]+}}, :lo12:var 63 ; CHECK: str [[STACK_TOP]], [x[[VA_LIST]]] 67 ; CHECK: str [[GR_TOP]], [x[[VA_LIST]], #8] 71 ; CHECK: str [[VR_TOP]], [x[[VA_LIST]], #16] [all …]
|
/external/syslinux/gpxe/src/include/gpxe/efi/ |
D | Base.h | 182 typedef CHAR8 *VA_LIST; typedef 183 #define VA_START(ap, v) (ap = (VA_LIST) & (v) + _INT_SIZE_OF (v)) 185 #define VA_END(ap) (ap = (VA_LIST) 0)
|
/external/mdnsresponder/mDNSCore/ |
D | mDNSEmbeddedAPI.h | 72 #define va_list VA_LIST
|