Home
last modified time | relevance | path

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

/Linux-v5.10/arch/powerpc/include/asm/
Dppc-opcode.h80 #define IMM_DS(i) ((uintptr_t)(i) & 0xfffc) macro
417 #define PPC_RAW_LD(r, base, i) (PPC_INST_LD | ___PPC_RT(r) | ___PPC_RA(base) | IMM_DS(i))
420 #define PPC_RAW_STD(r, base, i) (PPC_INST_STD | ___PPC_RS(r) | ___PPC_RA(base) | IMM_DS(i))