OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NegAcc
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/ARM/
MLxExpansionPass.cpp
67
bool
NegAcc
, bool HasLane);
208
bool
NegAcc
, bool HasLane) {
235
if (
NegAcc
) {
293
bool
NegAcc
, HasLane;
295
MulOpc, AddSubOpc,
NegAcc
, HasLane) ||
299
ExpandFPMLxInstruction(MBB, MI, MulOpc, AddSubOpc,
NegAcc
, HasLane);
ARMBaseInstrInfo.cpp
53
bool
NegAcc
; // True if the acc is negated before the add / sub.
58
// MLxOpc, MulOpc, AddSubOpc,
NegAcc
, HasLane
[
all
...]
Completed in 51 milliseconds