Searched refs:FPD_ENCODE (Results 1 – 1 of 1) sorted by relevance
9 #define FPD_ENCODE(x) (((x) >> 5) | ((x) & ~(0x20))) macro11 #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)