Home
last modified time | relevance | path

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

/linux-5.19.10/arch/sparc/crypto/
Dopcodes.h9 #define FPD_ENCODE(x) (((x) >> 5) | ((x) & ~(0x20))) macro
11 #define RS1(x) (FPD_ENCODE(x) << 14)
12 #define RS2(x) (FPD_ENCODE(x) << 0)
13 #define RS3(x) (FPD_ENCODE(x) << 9)
14 #define RD(x) (FPD_ENCODE(x) << 25)