Searched refs:shifted_bytes (Results 1 – 2 of 2) sorted by relevance
5721 int shifted_bytes = INTVAL (XEXP (op, 1)) / BITS_PER_UNIT; in simplify_subreg() local5724 ? byte - shifted_bytes in simplify_subreg()5725 : byte + shifted_bytes)); in simplify_subreg()5747 int shifted_bytes = INTVAL (XEXP (op, 1)) / BITS_PER_UNIT; in simplify_subreg() local5750 ? byte - shifted_bytes in simplify_subreg()5751 : byte + shifted_bytes)); in simplify_subreg()
789 int shifted_bytes = INTVAL (XEXP (op, 1)) / BITS_PER_UNIT; in simplify_truncation() local792 ? byte - shifted_bytes in simplify_truncation()793 : byte + shifted_bytes)); in simplify_truncation()815 int shifted_bytes = INTVAL (XEXP (op, 1)) / BITS_PER_UNIT; in simplify_truncation() local818 ? byte - shifted_bytes in simplify_truncation()819 : byte + shifted_bytes)); in simplify_truncation()