Lines Matching refs:suffix

792 .macro COMMON_INVOKE_NON_RANGE is_static=0, is_interface=0, suffix="", is_string_init=0, is_polymor…
798 DO_ENTRY_POINT_CHECK .Lcall_compiled_code_\suffix
807 b .Ldone_return_\suffix
810 .Lcall_compiled_code_\suffix:
827 LOOP_OVER_SHORTY_LOADING_FPS d0, s0, x11, x9, x10, .Lxmm_setup_finished_\suffix
828 LOOP_OVER_SHORTY_LOADING_FPS d1, s1, x11, x9, x10, .Lxmm_setup_finished_\suffix
829 LOOP_OVER_SHORTY_LOADING_FPS d2, s2, x11, x9, x10, .Lxmm_setup_finished_\suffix
830 LOOP_OVER_SHORTY_LOADING_FPS d3, s3, x11, x9, x10, .Lxmm_setup_finished_\suffix
831 LOOP_OVER_SHORTY_LOADING_FPS d4, s4, x11, x9, x10, .Lxmm_setup_finished_\suffix
832 .Lxmm_setup_finished_\suffix:
838 LOOP_OVER_SHORTY_LOADING_GPRS x1, w1, x11, x9, x10, .Lgpr_setup_finished_\suffix
841 LOOP_OVER_SHORTY_LOADING_GPRS x1, w1, x11, x9, x10, .Lgpr_setup_finished_\suffix
846 LOOP_OVER_SHORTY_LOADING_GPRS x2, w2, x11, x9, x10, .Lgpr_setup_finished_\suffix
847 LOOP_OVER_SHORTY_LOADING_GPRS x3, w3, x11, x9, x10, .Lgpr_setup_finished_\suffix
848 LOOP_OVER_SHORTY_LOADING_GPRS x4, w4, x11, x9, x10, .Lgpr_setup_finished_\suffix
849 LOOP_OVER_SHORTY_LOADING_GPRS x5, w5, x11, x9, x10, .Lgpr_setup_finished_\suffix
850 .Lgpr_setup_finished_\suffix:
865 b.eq .Lreturn_double_\suffix
867 b.ne .Ldone_return_\suffix
868 .Lreturn_float_\suffix:
870 b .Ldone_return_\suffix
871 .Lreturn_double_\suffix:
873 .Ldone_return_\suffix:
1030 .macro COMMON_INVOKE_RANGE is_static=0, is_interface=0, suffix="", is_string_init=0, is_polymorphic…
1036 DO_ENTRY_POINT_CHECK .Lcall_compiled_code_range_\suffix
1045 b .Ldone_return_range_\suffix
1048 .Lcall_compiled_code_range_\suffix:
1065 LOOP_RANGE_OVER_SHORTY_LOADING_FPS d0, s0, x9, w10, w11, .Lxmm_setup_finished_range_\suffix
1066 LOOP_RANGE_OVER_SHORTY_LOADING_FPS d1, s1, x9, w10, w11, .Lxmm_setup_finished_range_\suffix
1067 LOOP_RANGE_OVER_SHORTY_LOADING_FPS d2, s2, x9, w10, w11, .Lxmm_setup_finished_range_\suffix
1068 LOOP_RANGE_OVER_SHORTY_LOADING_FPS d3, s3, x9, w10, w11, .Lxmm_setup_finished_range_\suffix
1069 LOOP_RANGE_OVER_SHORTY_LOADING_FPS d4, s4, x9, w10, w11, .Lxmm_setup_finished_range_\suffix
1070 LOOP_RANGE_OVER_SHORTY_LOADING_FPS d5, s5, x9, w10, w11, .Lxmm_setup_finished_range_\suffix
1071 LOOP_RANGE_OVER_SHORTY_LOADING_FPS d6, s6, x9, w10, w11, .Lxmm_setup_finished_range_\suffix
1072 LOOP_RANGE_OVER_SHORTY_LOADING_FPS d7, s7, x9, w10, w11, .Lxmm_setup_finished_range_\suffix
1075 LOOP_RANGE_OVER_FPs x9, w10, w11, .Lxmm_setup_finished_range_\suffix
1076 .Lxmm_setup_finished_range_\suffix:
1082 LOOP_RANGE_OVER_SHORTY_LOADING_GPRS x1, w1, x9, w10, w11, .Lgpr_setup_finished_\suffix
1085 LOOP_RANGE_OVER_SHORTY_LOADING_GPRS x1, w1, x9, w10, w11 .Lgpr_setup_finished_\suffix
1090 LOOP_RANGE_OVER_SHORTY_LOADING_GPRS x2, w2, x9, w10, w11, .Lgpr_setup_finished_range_\suffix
1091 LOOP_RANGE_OVER_SHORTY_LOADING_GPRS x3, w3, x9, w10, w11, .Lgpr_setup_finished_range_\suffix
1092 LOOP_RANGE_OVER_SHORTY_LOADING_GPRS x4, w4, x9, w10, w11, .Lgpr_setup_finished_range_\suffix
1093 LOOP_RANGE_OVER_SHORTY_LOADING_GPRS x5, w5, x9, w10, w11, .Lgpr_setup_finished_range_\suffix
1094 LOOP_RANGE_OVER_SHORTY_LOADING_GPRS x6, w6, x9, w10, w11, .Lgpr_setup_finished_range_\suffix
1095 LOOP_RANGE_OVER_SHORTY_LOADING_GPRS x7, w7, x9, w10, w11, .Lgpr_setup_finished_range_\suffix
1098 LOOP_RANGE_OVER_INTs x9, w10, w11, .Lgpr_setup_finished_range_\suffix
1099 .Lgpr_setup_finished_range_\suffix:
1114 b.eq .Lreturn_double_range_\suffix
1116 b.ne .Ldone_return_\suffix
1117 .Lreturn_float_range_\suffix:
1119 b .Ldone_return_range_\suffix
1120 .Lreturn_double_range_\suffix:
1122 .Ldone_return_range_\suffix:
1599 COMMON_INVOKE_NON_RANGE is_static=1, suffix="invokeStatic"
1602 COMMON_INVOKE_RANGE is_static=1, suffix="invokeStatic"
1605 COMMON_INVOKE_NON_RANGE suffix="invokeInstance"
1608 COMMON_INVOKE_RANGE suffix="invokeInstance"
1611 COMMON_INVOKE_NON_RANGE is_interface=1, suffix="invokeInterface"
1614 COMMON_INVOKE_RANGE is_interface=1, suffix="invokeInterface"
1617 COMMON_INVOKE_NON_RANGE is_polymorphic=1, suffix="invokePolymorphic"
1620 COMMON_INVOKE_RANGE is_polymorphic=1, suffix="invokePolymorphic"
1623 COMMON_INVOKE_NON_RANGE is_static=1, is_custom=1, suffix="invokeCustom"
1626 COMMON_INVOKE_RANGE is_static=1, is_custom=1, suffix="invokeCustom"
1629 COMMON_INVOKE_NON_RANGE is_string_init=1, suffix="stringInit"
1632 COMMON_INVOKE_RANGE is_string_init=1, suffix="stringInit"