OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AddSubOpc
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/Target/ARM/
MLxExpansionPass.cpp
69
unsigned MulOpc, unsigned
AddSubOpc
,
273
unsigned MulOpc, unsigned
AddSubOpc
,
288
const MCInstrDesc &MCID2 = TII->get(
AddSubOpc
);
360
unsigned MulOpc,
AddSubOpc
;
363
MulOpc,
AddSubOpc
, NegAcc, HasLane) ||
367
ExpandFPMLxInstruction(MBB, MI, MulOpc,
AddSubOpc
, NegAcc, HasLane);
ARMBaseInstrInfo.cpp
58
uint16_t
AddSubOpc
; // Expanded add / sub opcode
64
// MLxOpc, MulOpc,
AddSubOpc
, NegAcc, HasLane
92
MLxHazardOpcodes.insert(ARM_MLxTable[i].
AddSubOpc
);
[
all
...]
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
MLxExpansionPass.cpp
66
unsigned MulOpc, unsigned
AddSubOpc
,
207
unsigned MulOpc, unsigned
AddSubOpc
,
222
const MCInstrDesc &MCID2 = TII->get(
AddSubOpc
);
292
unsigned MulOpc,
AddSubOpc
;
295
MulOpc,
AddSubOpc
, NegAcc, HasLane) ||
299
ExpandFPMLxInstruction(MBB, MI, MulOpc,
AddSubOpc
, NegAcc, HasLane);
ARMBaseInstrInfo.cpp
57
unsigned
AddSubOpc
; // Expanded add / sub opcode
63
// MLxOpc, MulOpc,
AddSubOpc
, NegAcc, HasLane
91
MLxHazardOpcodes.insert(ARM_MLxTable[i].
AddSubOpc
);
[
all
...]
Completed in 138 milliseconds