Searched refs:STACK_ALIGN (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/llvm/unittests/Support/ |
D | RISCVAttributeParserTest.cpp | 59 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/ |
D | RISCVTargetStreamer.cpp | 42 emitAttribute(RISCVAttrs::STACK_ALIGN, RISCVAttrs::ALIGN_4); in emitTargetAttributes() 44 emitAttribute(RISCVAttrs::STACK_ALIGN, RISCVAttrs::ALIGN_16); in emitTargetAttributes()
|
/external/libffi/src/x86/ |
D | ffi.c | 56 #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/ |
D | RISCVAttributes.cpp | 15 {STACK_ALIGN, "Tag_stack_align"},
|
D | RISCVAttributeParser.cpp | 33 RISCVAttrs::STACK_ALIGN,
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | RISCVAttributes.h | 29 STACK_ALIGN = 4, enumerator
|