OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Lane
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Target/ARM/
ARMExpandPseudoInsts.cpp
89
// For quad-register load-
lane
and store-
lane
pseudo instructors, the
91
// OddDblSpc depending on the
lane
number operand.
108
unsigned char RegElts; // elements per D register; used for
lane
ops
502
// The
lane
operand is always the 3rd from last operand, before the 2
504
unsigned
Lane
= MI.getOperand(MI.getDesc().getNumOperands() - 3).getImm();
506
// Adjust the
lane
and spacing as needed for Q registers.
507
assert(RegSpc != OddDblSpc && "unexpected register spacing for VLD/VST-
lane
");
508
if (RegSpc == EvenDblSpc &&
Lane
>= RegElts) {
510
Lane
-= RegElts
[
all
...]
ARMISelDAGToDAG.cpp
224
/// SelectVLDSTLane - Select NEON load/store
lane
intrinsics. NumVecs should
[
all
...]
ARMISelLowering.cpp
[
all
...]
Completed in 39 milliseconds