| Server IP : 216.250.13.251 / Your IP : 216.73.217.100 Web Server : nginx/1.24.0 System : Linux gunay 6.8.0-134-generic #134-Ubuntu SMP PREEMPT_DYNAMIC Fri Jun 26 18:43:11 UTC 2026 x86_64 User : root ( 0) PHP Version : 7.4.33 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /usr/src/linux-headers-6.8.0-138/arch/loongarch/include/asm/ |
Upload File : |
/* SPDX-License-Identifier: GPL-2.0-only */ #ifndef __ASM_GPR_NUM_H #define __ASM_GPR_NUM_H #ifdef __ASSEMBLY__ .equ .L__gpr_num_zero, 0 .irp num,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31 .equ .L__gpr_num_$r\num, \num .endr /* ABI names of registers */ .equ .L__gpr_num_$ra, 1 .equ .L__gpr_num_$tp, 2 .equ .L__gpr_num_$sp, 3 .irp num,0,1,2,3,4,5,6,7 .equ .L__gpr_num_$a\num, 4 + \num .endr .irp num,0,1,2,3,4,5,6,7,8 .equ .L__gpr_num_$t\num, 12 + \num .endr .equ .L__gpr_num_$s9, 22 .equ .L__gpr_num_$fp, 22 .irp num,0,1,2,3,4,5,6,7,8 .equ .L__gpr_num_$s\num, 23 + \num .endr #else /* __ASSEMBLY__ */ #define __DEFINE_ASM_GPR_NUMS \ " .equ .L__gpr_num_zero, 0\n" \ " .irp num,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31\n" \ " .equ .L__gpr_num_$r\\num, \\num\n" \ " .endr\n" \ " .equ .L__gpr_num_$ra, 1\n" \ " .equ .L__gpr_num_$tp, 2\n" \ " .equ .L__gpr_num_$sp, 3\n" \ " .irp num,0,1,2,3,4,5,6,7\n" \ " .equ .L__gpr_num_$a\\num, 4 + \\num\n" \ " .endr\n" \ " .irp num,0,1,2,3,4,5,6,7,8\n" \ " .equ .L__gpr_num_$t\\num, 12 + \\num\n" \ " .endr\n" \ " .equ .L__gpr_num_$s9, 22\n" \ " .equ .L__gpr_num_$fp, 22\n" \ " .irp num,0,1,2,3,4,5,6,7,8\n" \ " .equ .L__gpr_num_$s\\num, 23 + \\num\n" \ " .endr\n" \ #endif /* __ASSEMBLY__ */ #endif /* __ASM_GPR_NUM_H */