Searched refs:low_sign_extend (Results 1 – 5 of 5) sorted by relevance
160 static inline int low_sign_extend (int, int) ATTRIBUTE_UNUSED;190 low_sign_extend (int x, int len) in low_sign_extend() function
8374 (low_sign_extend): Rewrite without condition expression.
3412 (low_sign_extend): Likewise.
228 return low_sign_extend (word >> 16 & MASK_5, 5); in extract_5_load()236 return low_sign_extend (word & MASK_5, 5); in extract_5_store()276 return low_sign_extend (word & MASK_11, 11); in extract_11()284 return low_sign_extend (word & MASK_14, 14); in extract_14()
2723 (low_sign_extend): Likewise.