Searched defs:gen_rtx_set (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-6.6/scripts/gcc-plugins/ |
| D | gcc-common.h | 443 #define gen_rtx_set(ARG0, ARG1) gen_rtx_SET(VOIDmode, (ARG0), (ARG1)) macro 447 #define gen_rtx_set(ARG0, ARG1) gen_rtx_SET((ARG0), (ARG1)) macro
|
| /kernel/linux/linux-5.10/scripts/gcc-plugins/ |
| D | gcc-common.h | 951 #define gen_rtx_set(ARG0, ARG1) gen_rtx_SET(VOIDmode, (ARG0), (ARG1)) macro 955 #define gen_rtx_set(ARG0, ARG1) gen_rtx_SET((ARG0), (ARG1)) macro
|