Home
last modified time | relevance | path

Searched refs:shifted_bytes (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dsimplify-rtx.c5721 int shifted_bytes = INTVAL (XEXP (op, 1)) / BITS_PER_UNIT; in simplify_subreg() local
5724 ? 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() local
5750 ? byte - shifted_bytes in simplify_subreg()
5751 : byte + shifted_bytes)); in simplify_subreg()
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dsimplify-rtx.c789 int shifted_bytes = INTVAL (XEXP (op, 1)) / BITS_PER_UNIT; in simplify_truncation() local
792 ? 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() local
818 ? byte - shifted_bytes in simplify_truncation()
819 : byte + shifted_bytes)); in simplify_truncation()