Searched refs:MACRO3 (Results 1 – 4 of 4) sorted by relevance
/aosp12/art/runtime/arch/x86_64/ |
H A D | asm_support_x86_64.S | 27 #define MACRO3(macro_name, macro_arg1, macro_arg2, macro_arg3) .macro macro_name macro_arg1, macro_… macro 124 MACRO3(CFI_EXPRESSION_BREG, n, b, offset) 134 MACRO3(CFI_DEF_CFA_BREG_PLUS_UCONST, reg, offset, size) 221 MACRO3(SAVE_REG_BASE, base, reg, offset) 226 MACRO3(RESTORE_REG_BASE, base, reg, offset)
|
H A D | quick_entrypoints_x86_64.S | 379 MACRO3(LOOP_OVER_SHORTY_LOADING_GPRS, gpr_reg64, gpr_reg32, finished) 646 MACRO3(ONE_ARG_DOWNCALL, c_name, cxx_name, return_macro) 657 MACRO3(TWO_ARG_DOWNCALL, c_name, cxx_name, return_macro) 668 MACRO3(THREE_ARG_DOWNCALL, c_name, cxx_name, return_macro) 679 MACRO3(FOUR_ARG_DOWNCALL, c_name, cxx_name, return_macro) 690 MACRO3(ONE_ARG_REF_DOWNCALL, c_name, cxx_name, return_macro) 701 MACRO3(TWO_ARG_REF_DOWNCALL, c_name, cxx_name, return_macro) 712 MACRO3(THREE_ARG_REF_DOWNCALL, c_name, cxx_name, return_macro) 727 MACRO3(ONE_ARG_SAVE_EVERYTHING_DOWNCALL, c_name, cxx_name, runtime_method_offset = RUNTIME_SAVE_EVE… 1010 MACRO3(GENERATE_ALLOC_ARRAY_TLAB, c_entrypoint, cxx_name, size_setup)
|
/aosp12/art/runtime/arch/x86/ |
H A D | quick_entrypoints_x86.S | 206 MACRO3(SETUP_SAVE_EVERYTHING_FRAME_EDI_SAVED, got_reg, temp_reg, runtime_method_offset = RUNTIME_SA… 217 MACRO3(SETUP_SAVE_EVERYTHING_FRAME, got_reg, temp_reg, runtime_method_offset = RUNTIME_SAVE_EVERYTH… 722 MACRO3(ONE_ARG_DOWNCALL, c_name, cxx_name, return_macro) 739 MACRO3(TWO_ARG_DOWNCALL, c_name, cxx_name, return_macro) 756 MACRO3(THREE_ARG_DOWNCALL, c_name, cxx_name, return_macro) 773 MACRO3(FOUR_ARG_DOWNCALL, c_name, cxx_name, return_macro) 794 MACRO3(ONE_ARG_REF_DOWNCALL, c_name, cxx_name, return_macro) 811 MACRO3(TWO_ARG_REF_DOWNCALL, c_name, cxx_name, return_macro) 828 MACRO3(THREE_ARG_REF_DOWNCALL, c_name, cxx_name, return_macro) 849 MACRO3(ONE_ARG_SAVE_EVERYTHING_DOWNCALL, c_name, cxx_name, runtime_method_offset = RUNTIME_SAVE_EVE… [all …]
|
H A D | asm_support_x86.S | 27 #define MACRO3(macro_name, macro_arg1, macro_arg2, macro_arg3) .macro macro_name macro_arg1, macro_… macro 116 MACRO3(CFI_EXPRESSION_BREG, n, b, offset)
|