Searched defs:PSHR32 (Results 1 – 3 of 3) sorted by relevance
50 #define PSHR32(a,shift) (SHR32((a)+((EXTEND32(1)<<((shift))>>1)),shift)) macro
170 #define PSHR32(a,shift) (a) macro
164 #define PSHR32(a,shift) (SHR32(ADD32((a),((EXTEND32(1)<<((shift))>>1))),shift)) macro