Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/gcc/
H A Dsimplify-rtx.c1485 rtx tem, reversed, opleft, opright; in simplify_binary_operation_1() local
2004 opleft = op1; in simplify_binary_operation_1()
2010 opleft = op0; in simplify_binary_operation_1()
2014 && rtx_equal_p (XEXP (opleft, 0), XEXP (opright, 0)) in simplify_binary_operation_1()
2015 && GET_CODE (XEXP (opleft, 1)) == CONST_INT in simplify_binary_operation_1()
2024 if (GET_CODE (opleft) == SUBREG in simplify_binary_operation_1()
2025 && GET_CODE (SUBREG_REG (opleft)) == ASHIFT in simplify_binary_operation_1()
2028 && GET_MODE (opleft) == GET_MODE (XEXP (opright, 0)) in simplify_binary_operation_1()
2030 && (GET_MODE_SIZE (GET_MODE (opleft)) in simplify_binary_operation_1()
2032 && rtx_equal_p (XEXP (SUBREG_REG (opleft), 0), in simplify_binary_operation_1()
[all …]