OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:movOpc
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/Sparc/
SparcInstrInfo.cpp
307
unsigned
movOpc
= 0;
324
movOpc
= SP::ORrr;
337
movOpc
= SP::FMOVS;
348
movOpc
= SP::FMOVD;
354
movOpc
= SP::FMOVS;
368
if (numSubRegs == 0 || subRegIdx == nullptr ||
movOpc
== 0)
379
MachineInstrBuilder MIB = BuildMI(MBB, I, DL, get(
movOpc
), Dst);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/
SparcInstrInfo.cpp
311
unsigned
movOpc
= 0;
328
movOpc
= SP::ORrr;
341
movOpc
= SP::FMOVS;
352
movOpc
= SP::FMOVD;
358
movOpc
= SP::FMOVS;
372
if (numSubRegs == 0 || subRegIdx == nullptr ||
movOpc
== 0)
383
MachineInstrBuilder MIB = BuildMI(MBB, I, DL, get(
movOpc
), Dst);
Completed in 3820 milliseconds