Home
last modified time | relevance | path

Searched refs:__REG_SEL (Results 1 – 2 of 2) sorted by relevance

/linux/arch/riscv/include/asm/
H A Dasm.h22 #define __REG_SEL(a, b) __ASM_STR(a) macro
24 #define __REG_SEL(a, b) __ASM_STR(b) macro
29 #define REG_L __REG_SEL(ld, lw)
30 #define REG_S __REG_SEL(sd, sw)
31 #define REG_SC __REG_SEL(sc.d, sc.w)
32 #define REG_AMOSWAP_AQ __REG_SEL(amoswap.d.aq, amoswap.w.aq)
33 #define REG_ASM __REG_SEL(.dword, .word)
34 #define SZREG __REG_SEL(8, 4)
35 #define LGREG __REG_SEL(3, 2)
36 #define SRLI __REG_SEL(srliw, srli)
/linux/tools/testing/selftests/rseq/
H A Drseq-riscv.h20 #define __REG_SEL(a, b) a macro
22 #define __REG_SEL(a, b) b macro
25 #define REG_L __REG_SEL("ld ", "lw ")
26 #define REG_S __REG_SEL("sd ", "sw ")