OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cc_regno
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/config/frv/
frv.cc
5479
int
cc_regno
;
5481
for (
cc_regno
= cc_first;
cc_regno
<= cc_last;
cc_regno
++)
5483
int cr_regno =
cc_regno
- CC_FIRST + CR_FIRST;
5485
if (TEST_HARD_REG_BIT (frv_ifcvt.tmp_reg.regs,
cc_regno
)
5492
frv_ifcvt.tmp_reg.next_reg[ (int)cc_class ] =
cc_regno
;
5426
int
cc_regno
;
local
/src/external/gpl3/gcc.old/dist/gcc/config/frv/
frv.cc
5477
int
cc_regno
;
5479
for (
cc_regno
= cc_first;
cc_regno
<= cc_last;
cc_regno
++)
5481
int cr_regno =
cc_regno
- CC_FIRST + CR_FIRST;
5483
if (TEST_HARD_REG_BIT (frv_ifcvt.tmp_reg.regs,
cc_regno
)
5490
frv_ifcvt.tmp_reg.next_reg[ (int)cc_class ] =
cc_regno
;
5424
int
cc_regno
;
local
/src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000.cc
15919
int
cc_regno
= REGNO (cc_reg) - CR0_REGNO;
16001
if (reg_names[
cc_regno
+ CR0_REGNO][0] == '%')
16003
s += sprintf (s, "%s", reg_names[
cc_regno
+ CR0_REGNO]);
15887
int
cc_regno
= REGNO (cc_reg) - CR0_REGNO;
local
/src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000.cc
15461
int
cc_regno
= REGNO (cc_reg) - CR0_REGNO;
15543
if (reg_names[
cc_regno
+ CR0_REGNO][0] == '%')
15545
s += sprintf (s, "%s", reg_names[
cc_regno
+ CR0_REGNO]);
15429
int
cc_regno
= REGNO (cc_reg) - CR0_REGNO;
local
Completed in 71 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026