OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:flags_operand2
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/config/m68k/
m68k.cc
1583
comparison, they take priority. FLAGS_OPERAND1 and
FLAGS_OPERAND2
1590
static rtx flags_operand1,
flags_operand2
;
1617
if (rtx_equal_p (flags_operand1, op0) || rtx_equal_p (
flags_operand2
, op0))
1632
&&
flags_operand2
!= NULL_RTX && GET_MODE (
flags_operand2
) == DImode
1633
&& REG_P (
flags_operand2
) && REG_P (op0)
1634
&& hard_regno_nregs (REGNO (
flags_operand2
), DImode) == 2
1635
&& REGNO (
flags_operand2
) == REGNO (op0))
1647
flags_operand1 =
flags_operand2
= NULL_RTX;
1668
flags_operand2
= NULL_RTX
1582
static rtx flags_operand1,
flags_operand2
;
variable
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/config/m68k/
m68k.cc
1579
comparison, they take priority. FLAGS_OPERAND1 and
FLAGS_OPERAND2
1586
static rtx flags_operand1,
flags_operand2
;
1613
if (rtx_equal_p (flags_operand1, op0) || rtx_equal_p (
flags_operand2
, op0))
1628
&&
flags_operand2
!= NULL_RTX && GET_MODE (
flags_operand2
) == DImode
1629
&& REG_P (
flags_operand2
) && REG_P (op0)
1630
&& hard_regno_nregs (REGNO (
flags_operand2
), DImode) == 2
1631
&& REGNO (
flags_operand2
) == REGNO (op0))
1643
flags_operand1 =
flags_operand2
= NULL_RTX;
1664
flags_operand2
= NULL_RTX
1578
static rtx flags_operand1,
flags_operand2
;
variable
[
all
...]
Completed in 30 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026