OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ANDC
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp
1355
SDValue
ANDC
=
1357
return TLO.CombineTo(Op, TLO.DAG.getNode(ISD::AND, dl, VT, Op0,
ANDC
));
/src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp
4337
T = SDValue(CurDAG->getMachineNode(PPC::
ANDC
, dl, MVT::i32, T, Op), 0);
6294
// ~x & y =
andc
(y, x)
6300
// x & ~y =
andc
(x, y)
6440
// nor(~x, y) =
andc
(x, y)
6446
// nor(x, ~y) =
andc
(y, x)
6500
//
andc
(x, x) = 0
6504
//
andc
(1, y) = ~y
6509
//
andc
(0, y) =
andc
(x, 1) = 0
6513
//
andc
(x, 0) =
[
all
...]
PPCISelLowering.cpp
11250
//
andc
tmp2, tmpDest, mask
11309
BuildMI(BB, dl, TII->get(PPC::
ANDC
), Tmp2Reg)
12262
//
andc
tmp2, tmpDest, mask
12344
BuildMI(BB, dl, TII->get(PPC::
ANDC
), Tmp2Reg)
Completed in 140 milliseconds
Indexes created Sat Jun 13 00:24:39 UTC 2026