Searched defs:LaneIndex (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp451 unsigned LaneIndex; member in struct:__anon25988::ARMOperand::VectorListOp
1484 return VectorList.Count == 1 && VectorList.LaneIndex <= 7;
1489 return VectorList.Count == 1 && VectorList.LaneIndex <= 3;
1494 return VectorList.Count == 1 && VectorList.LaneIndex <= 1;
1499 return VectorList.Count == 2 && VectorList.LaneIndex <= 7;
1504 return VectorList.Count == 2 && VectorList.LaneIndex <= 3;
1509 return VectorList.Count == 2 && VectorList.LaneIndex <= 1;
1514 return VectorList.Count == 2 && VectorList.LaneIndex <= 3;
1519 return VectorList.Count == 2 && VectorList.LaneIndex <= 1;
1524 return VectorList.Count == 3 && VectorList.LaneIndex <
3433 const MCExpr *LaneIndex; local
3469 unsigned LaneIndex; local
[all...]

Completed in 83 milliseconds