Searched refs:low_sign_extend (Results 1 – 1 of 1) sorted by relevance
182 static inline int low_sign_extend (int, int) ATTRIBUTE_UNUSED;211 low_sign_extend (int x, int len) in low_sign_extend() function1828 return low_sign_extend (word >> 16 & MASK_5, 5); in extract_5_load()1836 return low_sign_extend (word & MASK_5, 5); in extract_5_store()1876 return low_sign_extend (word & MASK_11, 11); in extract_11()1884 return low_sign_extend (word & MASK_14, 14); in extract_14()