Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000.cc21938 rtx_code left_code = GET_CODE (left); in rs6000_rtx_costs() local
21941 if ((left_code == ROTATE in rs6000_rtx_costs()
21942 || left_code == ASHIFT in rs6000_rtx_costs()
21943 || left_code == LSHIFTRT) in rs6000_rtx_costs()
21946 *total = rtx_cost (XEXP (left, 0), mode, left_code, 0, speed); in rs6000_rtx_costs()
21948 *total += rtx_cost (XEXP (left, 1), SImode, left_code, 1, speed); in rs6000_rtx_costs()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000.c21312 rtx_code left_code = GET_CODE (left); in rs6000_rtx_costs() local
21315 if ((left_code == ROTATE in rs6000_rtx_costs()
21316 || left_code == ASHIFT in rs6000_rtx_costs()
21317 || left_code == LSHIFTRT) in rs6000_rtx_costs()
21320 *total = rtx_cost (XEXP (left, 0), mode, left_code, 0, speed); in rs6000_rtx_costs()
21322 *total += rtx_cost (XEXP (left, 1), SImode, left_code, 1, speed); in rs6000_rtx_costs()