FPD_ENCODE 11 arch/sparc/crypto/opcodes.h #define RS1(x) (FPD_ENCODE(x) << 14) FPD_ENCODE 12 arch/sparc/crypto/opcodes.h #define RS2(x) (FPD_ENCODE(x) << 0) FPD_ENCODE 13 arch/sparc/crypto/opcodes.h #define RS3(x) (FPD_ENCODE(x) << 9) FPD_ENCODE 14 arch/sparc/crypto/opcodes.h #define RD(x) (FPD_ENCODE(x) << 25)