Searched refs:HWI_SIGN_EXTEND (Results 1 – 2 of 2) sorted by relevance
50 #define HWI_SIGN_EXTEND(low) \ macro947 lv = INTVAL (op), hv = HWI_SIGN_EXTEND (lv); in simplify_const_unary_operation()963 lv = INTVAL (op), hv = HWI_SIGN_EXTEND (lv); in simplify_const_unary_operation()1123 l1 = INTVAL (op), h1 = HWI_SIGN_EXTEND (l1); in simplify_const_unary_operation()1223 hv = HWI_SIGN_EXTEND (lv); in simplify_const_unary_operation()2883 l1 = INTVAL (op0), h1 = HWI_SIGN_EXTEND (l1); in simplify_const_binary_operation()2888 l2 = INTVAL (op1), h2 = HWI_SIGN_EXTEND (l2); in simplify_const_binary_operation()3828 h0u = h0s = HWI_SIGN_EXTEND (l0s); in simplify_const_relational_operation()3839 h1u = h1s = HWI_SIGN_EXTEND (l1s); in simplify_const_relational_operation()3856 h0u = h1u = 0, h0s = HWI_SIGN_EXTEND (l0s), h1s = HWI_SIGN_EXTEND (l1s); in simplify_const_relational_operation()
17940 * simplify-rtx.c: Rename macro SIGN_EXTEND to HWI_SIGN_EXTEND.