Searched refs:REG_PTR (Results 1 – 2 of 2) sorted by relevance
| /linux/arch/riscv/include/asm/ |
| H A D | insn.h | 403 #define REG_PTR(insn, pos, regs) \ macro 406 #define GET_RS1(insn, regs) (*REG_PTR(insn, SH_RS1, regs)) 407 #define GET_RS2(insn, regs) (*REG_PTR(insn, SH_RS2, regs)) 408 #define GET_RS1S(insn, regs) (*REG_PTR(RVC_RS1S(insn), 0, regs)) 409 #define GET_RS2S(insn, regs) (*REG_PTR(RVC_RS2S(insn), 0, regs)) 410 #define GET_RS2C(insn, regs) (*REG_PTR(insn, SH_RS2C, regs)) 411 #define GET_SP(regs) (*REG_PTR(2, 0, regs)) 412 #define SET_RD(insn, regs, val) (*REG_PTR(insn, SH_RD, regs) = (val))
|
| /linux/arch/alpha/kernel/ |
| H A D | pc873xx.h | 11 #define REG_PTR 0x02 macro
|