Home
last modified time | relevance | path

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

/openbsd-src/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()
2013 if (GET_CODE (opleft) == ASHIFT && GET_CODE (opright) == LSHIFTRT 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()
2017 && (INTVAL (XEXP (opleft, 1)) + INTVAL (XEXP (opright, 1)) in simplify_binary_operation_1()
2019 return gen_rtx_ROTATE (mode, XEXP (opright, 0), XEXP (opleft, 1)); 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()
[all …]