OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:left_code
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000.cc
22474
rtx_code
left_code
= GET_CODE (left);
22477
if ((
left_code
== ROTATE
22478
||
left_code
== ASHIFT
22479
||
left_code
== LSHIFTRT)
22482
*total = rtx_cost (XEXP (left, 0), mode,
left_code
, 0, speed);
22484
*total += rtx_cost (XEXP (left, 1), SImode,
left_code
, 1, speed);
22430
rtx_code
left_code
= GET_CODE (left);
local
/src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000.cc
21997
rtx_code
left_code
= GET_CODE (left);
22000
if ((
left_code
== ROTATE
22001
||
left_code
== ASHIFT
22002
||
left_code
== LSHIFTRT)
22005
*total = rtx_cost (XEXP (left, 0), mode,
left_code
, 0, speed);
22007
*total += rtx_cost (XEXP (left, 1), SImode,
left_code
, 1, speed);
21953
rtx_code
left_code
= GET_CODE (left);
local
Completed in 62 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026