OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:true_expr
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/
ifcvt.cc
484
rtx
true_expr
; /* test for else block insns */
610
true_expr
= test_expr;
612
false_code = reversed_comparison_code (
true_expr
, BB_END (test_bb));
614
false_expr = gen_rtx_fmt_ee (false_code, GET_MODE (
true_expr
),
615
XEXP (
true_expr
, 0), XEXP (
true_expr
, 1));
622
IFCVT_MODIFY_TESTS (ce_info,
true_expr
, false_expr);
625
if (!
true_expr
|| !false_expr)
682
t = gen_rtx_AND (GET_MODE (t),
true_expr
, t);
687
t = gen_rtx_IOR (GET_MODE (t),
true_expr
, t)
482
rtx
true_expr
; \/* test for else block insns *\/
local
[
all
...]
/src/external/gpl3/gcc/dist/gcc/
ifcvt.cc
484
rtx
true_expr
; /* test for else block insns */
610
true_expr
= test_expr;
612
false_code = reversed_comparison_code (
true_expr
, BB_END (test_bb));
614
false_expr = gen_rtx_fmt_ee (false_code, GET_MODE (
true_expr
),
615
XEXP (
true_expr
, 0), XEXP (
true_expr
, 1));
622
IFCVT_MODIFY_TESTS (ce_info,
true_expr
, false_expr);
625
if (!
true_expr
|| !false_expr)
682
t = gen_rtx_AND (GET_MODE (t),
true_expr
, t);
687
t = gen_rtx_IOR (GET_MODE (t),
true_expr
, t)
482
rtx
true_expr
; \/* test for else block insns *\/
local
[
all
...]
/src/external/gpl3/gcc/dist/gcc/config/frv/
frv.cc
5205
information CE_INFO, possibly updating the tests in
TRUE_EXPR
, and
5207
instructions. Set either
TRUE_EXPR
or FALSE_EXPR to a null pointer if the
5217
rtx
true_expr
= *p_true;
5221
machine_mode mode = GET_MODE (
true_expr
);
5473
cc = XEXP (
true_expr
, 0);
5517
code = GET_CODE (
true_expr
);
5557
TRUE_EXPR
, and FALSE_EXPR for converting the && and || parts of if-then or
5558
if-then-else code to conditional instructions. Set either
TRUE_EXPR
or
5576
rtx
true_expr
= XEXP (*p_true, 1);
5588
machine_mode mode = GET_MODE (
true_expr
);
5164
rtx
true_expr
= *p_true;
local
5522
rtx
true_expr
= XEXP (*p_true, 1);
local
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/config/frv/
frv.cc
5203
information CE_INFO, possibly updating the tests in
TRUE_EXPR
, and
5205
instructions. Set either
TRUE_EXPR
or FALSE_EXPR to a null pointer if the
5215
rtx
true_expr
= *p_true;
5219
machine_mode mode = GET_MODE (
true_expr
);
5471
cc = XEXP (
true_expr
, 0);
5515
code = GET_CODE (
true_expr
);
5555
TRUE_EXPR
, and FALSE_EXPR for converting the && and || parts of if-then or
5556
if-then-else code to conditional instructions. Set either
TRUE_EXPR
or
5574
rtx
true_expr
= XEXP (*p_true, 1);
5586
machine_mode mode = GET_MODE (
true_expr
);
5162
rtx
true_expr
= *p_true;
local
5520
rtx
true_expr
= XEXP (*p_true, 1);
local
[
all
...]
Completed in 35 milliseconds
Indexes created Mon Jul 06 00:25:43 UTC 2026