Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/
A Dppc-opcode.h114 #define IMM_DS(i) ((uintptr_t)(i) & 0xfffc) macro
459 #define PPC_RAW_LD(r, base, i) (PPC_INST_LD | ___PPC_RT(r) | ___PPC_RA(base) | IMM_DS(i))
462 #define PPC_RAW_STD(r, base, i) (PPC_INST_STD | ___PPC_RS(r) | ___PPC_RA(base) | IMM_DS(i))

Completed in 7 milliseconds