Home
last modified time | relevance | path

Searched refs:low_sign_extend (Results 1 – 5 of 5) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Dlibhppa.h160 static inline int low_sign_extend (int, int) ATTRIBUTE_UNUSED;
190 low_sign_extend (int x, int len) in low_sign_extend() function
DChangeLog-00018374 (low_sign_extend): Rewrite without condition expression.
DChangeLog-94953412 (low_sign_extend): Likewise.
/toolchain/binutils/binutils-2.25/opcodes/
Dhppa-dis.c228 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()
DChangeLog-92972723 (low_sign_extend): Likewise.