OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ARM_MLxTable
(Results
1 - 2
of
2
) sorted by null
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMBaseInstrInfo.cpp
62
static const ARM_MLxEntry
ARM_MLxTable
[] = {
88
for (unsigned i = 0, e = array_lengthof(
ARM_MLxTable
); i != e; ++i) {
89
if (!MLxEntryMap.insert(std::make_pair(
ARM_MLxTable
[i].MLxOpc, i)).second)
91
MLxHazardOpcodes.insert(
ARM_MLxTable
[i].AddSubOpc);
92
MLxHazardOpcodes.insert(
ARM_MLxTable
[i].MulOpc);
[
all
...]
/external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp
63
static const ARM_MLxEntry
ARM_MLxTable
[] = {
89
for (unsigned i = 0, e = array_lengthof(
ARM_MLxTable
); i != e; ++i) {
90
if (!MLxEntryMap.insert(std::make_pair(
ARM_MLxTable
[i].MLxOpc, i)).second)
92
MLxHazardOpcodes.insert(
ARM_MLxTable
[i].AddSubOpc);
93
MLxHazardOpcodes.insert(
ARM_MLxTable
[i].MulOpc);
[
all
...]
Completed in 429 milliseconds