Home
last modified time | relevance | path

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

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