OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NegAcc
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/Target/ARM/
MLxExpansionPass.cpp
70
bool
NegAcc
, bool HasLane);
274
bool
NegAcc
, bool HasLane) {
303
if (
NegAcc
) {
361
bool
NegAcc
, HasLane;
363
MulOpc, AddSubOpc,
NegAcc
, HasLane) ||
367
ExpandFPMLxInstruction(MBB, MI, MulOpc, AddSubOpc,
NegAcc
, HasLane);
ARMBaseInstrInfo.cpp
59
bool
NegAcc
; // True if the acc is negated before the add / sub.
64
// MLxOpc, MulOpc, AddSubOpc,
NegAcc
, HasLane
[
all
...]
/external/swiftshader/third_party/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
58
bool
NegAcc
; // True if the acc is negated before the add / sub.
63
// MLxOpc, MulOpc, AddSubOpc,
NegAcc
, HasLane
[
all
...]
Completed in 189 milliseconds