Lines Matching refs:outer_code
6127 ck802_ck801_rtx_costs (rtx x, int code, int outer_code, int *total, in ck802_ck801_rtx_costs() argument
6187 if ((m == 2 || m == 4) && outer_code == PLUS) in ck802_ck801_rtx_costs()
6253 if (outer_code == COMPARE) in ck802_ck801_rtx_costs()
6260 else if (outer_code == AND || outer_code == IOR || outer_code == XOR) in ck802_ck801_rtx_costs()
6267 if (outer_code == AND && (t == 0xff || t == 0xffff)) in ck802_ck801_rtx_costs()
6279 else if (outer_code == PLUS || outer_code == MINUS) in ck802_ck801_rtx_costs()
6293 else if (outer_code == ROTATE || outer_code == ROTATERT in ck802_ck801_rtx_costs()
6294 || outer_code == LSHIFTRT || outer_code == ASHIFTRT in ck802_ck801_rtx_costs()
6295 || outer_code == ASHIFT) in ck802_ck801_rtx_costs()
6305 if (outer_code == SET && t < 256) in ck802_ck801_rtx_costs()
6329 ck803_rtx_costs (rtx x, int code, int outer_code ATTRIBUTE_UNUSED, in ck803_rtx_costs()
6387 int outer_code ATTRIBUTE_UNUSED, in ck807_ck810_rtx_costs()
6421 csky_rtx_costs (rtx x, machine_mode mode ATTRIBUTE_UNUSED, int outer_code, in csky_rtx_costs() argument
6427 return ck802_ck801_rtx_costs (x, code, outer_code, total, speed); in csky_rtx_costs()
6429 return ck803_rtx_costs (x, code, outer_code, total, speed); in csky_rtx_costs()
6431 return ck807_ck810_rtx_costs (x, code, outer_code, total, speed); in csky_rtx_costs()