OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:predicated
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
regcprop.cc
774
int n_ops, i,
predicated
;
local
843
in
predicated
instructions. */
845
predicated
= GET_CODE (PATTERN (insn)) == COND_EXEC;
850
|| (
predicated
&& recog_data.operand_type[i] == OP_OUT))
regrename.cc
1669
int
predicated
;
local
1716
predicated
instructions, but only for register operands
1720
predicated
= GET_CODE (PATTERN (insn)) == COND_EXEC;
1726
|| (
predicated
&& recog_data.operand_type[i] == OP_OUT))
tree-if-conv.cc
1349
condition are
predicated
with that condition, for example
1356
S1 will be
predicated
with "x", and
1357
S2 will be
predicated
with "!x". */
1563
/* Check the if-convertibility of statements in
predicated
BBs. */
1662
which is in
predicated
basic block.
2401
predicated
. Also make sure that the predicate of the
2453
write and it needs to be
predicated
by MASK. Return a statement
2547
arithmetic operation that needs to be
predicated
by MASK, an SSA_NAME that
2926
bool *
predicated
= XNEWVEC (bool, orig_loop_num_nodes);
local
2930
predicated
[i] = is_predicated (bb)
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
regcprop.cc
764
int n_ops, i,
predicated
;
local
833
in
predicated
instructions. */
835
predicated
= GET_CODE (PATTERN (insn)) == COND_EXEC;
840
|| (
predicated
&& recog_data.operand_type[i] == OP_OUT))
regrename.cc
1669
int
predicated
;
local
1716
predicated
instructions, but only for register operands
1720
predicated
= GET_CODE (PATTERN (insn)) == COND_EXEC;
1726
|| (
predicated
&& recog_data.operand_type[i] == OP_OUT))
tree-if-conv.cc
1277
condition are
predicated
with that condition, for example
1284
S1 will be
predicated
with "x", and
1285
S2 will be
predicated
with "!x". */
1514
/* Check the if-convertibility of statements in
predicated
BBs. */
1630
which is in
predicated
basic block.
2197
predicated
. Also make sure that the predicate of the
2249
write and it needs to be
predicated
by MASK. Return a statement
2343
arithmetic operation that needs to be
predicated
by MASK, an SSA_NAME that
2707
bool *
predicated
= XNEWVEC (bool, orig_loop_num_nodes);
local
2711
predicated
[i] = !is_true_predicate (bb_predicate (bb))
[
all
...]
/src/external/gpl3/binutils/dist/opcodes/
aarch64-opc.c
6034
bool
predicated
= false;
6037
/* Determine if the movprfx instruction used is
predicated
or not. */
6040
predicated
= true;
6102
/* If movprfx is
predicated
do some extra checks. */
6103
if (
predicated
)
6105
/* The instruction must be
predicated
. */
6109
mismatch_detail->error = _("
predicated
instruction expected "
6030
bool
predicated
= false;
local
/src/external/gpl3/binutils.old/dist/opcodes/
aarch64-opc.c
5770
bool
predicated
= false;
5773
/* Determine if the movprfx instruction used is
predicated
or not. */
5776
predicated
= true;
5838
/* If movprfx is
predicated
do some extra checks. */
5839
if (
predicated
)
5841
/* The instruction must be
predicated
. */
5845
mismatch_detail->error = _("
predicated
instruction expected "
5766
bool
predicated
= false;
local
/src/external/gpl3/gdb/dist/opcodes/
aarch64-opc.c
5731
bool
predicated
= false;
5734
/* Determine if the movprfx instruction used is
predicated
or not. */
5737
predicated
= true;
5799
/* If movprfx is
predicated
do some extra checks. */
5800
if (
predicated
)
5802
/* The instruction must be
predicated
. */
5806
mismatch_detail->error = _("
predicated
instruction expected "
5727
bool
predicated
= false;
local
/src/external/gpl3/gdb.old/dist/opcodes/
aarch64-opc.c
5509
bool
predicated
= false;
5512
/* Determine if the movprfx instruction used is
predicated
or not. */
5515
predicated
= true;
5577
/* If movprfx is
predicated
do some extra checks. */
5578
if (
predicated
)
5580
/* The instruction must be
predicated
. */
5584
mismatch_detail->error = _("
predicated
instruction expected "
5505
bool
predicated
= false;
local
Completed in 60 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026