Home
last modified time | relevance | path

Searched refs:STACK_ALIGN (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/llvm/unittests/Support/
DRISCVAttributeParserTest.cpp59 testAttribute(4, 4, RISCVAttrs::STACK_ALIGN, RISCVAttrs::ALIGN_4)); in TEST()
61 testAttribute(4, 16, RISCVAttrs::STACK_ALIGN, RISCVAttrs::ALIGN_16)); in TEST()
/external/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
DRISCVTargetStreamer.cpp42 emitAttribute(RISCVAttrs::STACK_ALIGN, RISCVAttrs::ALIGN_4); in emitTargetAttributes()
44 emitAttribute(RISCVAttrs::STACK_ALIGN, RISCVAttrs::ALIGN_16); in emitTargetAttributes()
/external/libffi/src/x86/
Dffi.c56 #define STACK_ALIGN(bytes) (bytes) macro
58 #define STACK_ALIGN(bytes) FFI_ALIGN (bytes, 16) macro
295 bytes = STACK_ALIGN (cif->bytes); in ffi_call_int()
439 argp = (dir < 0 ? stack + STACK_ALIGN (cif->bytes) : stack); in ffi_closure_inner()
703 bytes = STACK_ALIGN (cif->bytes); in ffi_raw_call()
/external/llvm-project/llvm/lib/Support/
DRISCVAttributes.cpp15 {STACK_ALIGN, "Tag_stack_align"},
DRISCVAttributeParser.cpp33 RISCVAttrs::STACK_ALIGN,
/external/llvm-project/llvm/include/llvm/Support/
DRISCVAttributes.h29 STACK_ALIGN = 4, enumerator