Home
last modified time | relevance | path

Searched refs:LaneKind (Results 1 – 10 of 10) sorted by relevance

/external/llvm/lib/Target/AArch64/InstPrinter/
DAArch64InstPrinter.h140 template <unsigned NumLanes, char LaneKind>
DAArch64InstPrinter.cpp1337 template <unsigned NumLanes, char LaneKind>
1343 Suffix += itostr(NumLanes) + LaneKind; in printTypedVectorList()
1345 Suffix += LaneKind; in printTypedVectorList()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64InstPrinter.h149 template <unsigned NumLanes, char LaneKind>
DAArch64InstPrinter.cpp1318 template <unsigned NumLanes, char LaneKind>
1324 Suffix += itostr(NumLanes) + LaneKind; in printTypedVectorList()
1326 Suffix += LaneKind; in printTypedVectorList()
/external/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64InstPrinter.h153 template <unsigned NumLanes, char LaneKind>
DAArch64InstPrinter.cpp1332 template <unsigned NumLanes, char LaneKind>
1338 Suffix += itostr(NumLanes) + LaneKind; in printTypedVectorList()
1340 Suffix += LaneKind; in printTypedVectorList()
/external/capstone/arch/AArch64/
DAArch64InstPrinter.c1403 …torList(MCInst *MI, unsigned OpNum, SStream *O, unsigned NumLanes, char LaneKind, MCRegisterInfo *… in printTypedVectorList() argument
1410 cs_snprintf(Suffix, sizeof(Suffix), ".%u%c", NumLanes, LaneKind); in printTypedVectorList()
1411 switch(LaneKind) { in printTypedVectorList()
1467 cs_snprintf(Suffix, sizeof(Suffix), ".%c", LaneKind); in printTypedVectorList()
1468 switch(LaneKind) { in printTypedVectorList()
/external/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp347 OperandMatchResultTy parseVectorLane(VectorLaneTy &LaneKind, unsigned &Index,
3580 parseVectorLane(VectorLaneTy &LaneKind, unsigned &Index, SMLoc &EndLoc) { in parseVectorLane() argument
3587 LaneKind = AllLanes; in parseVectorLane()
3623 LaneKind = IndexedLane; in parseVectorLane()
3626 LaneKind = NoLanes; in parseVectorLane()
3634 VectorLaneTy LaneKind; in parseVectorList() local
3646 OperandMatchResultTy Res = parseVectorLane(LaneKind, LaneIndex, E); in parseVectorList()
3649 switch (LaneKind) { in parseVectorList()
3667 OperandMatchResultTy Res = parseVectorLane(LaneKind, LaneIndex, E); in parseVectorList()
3670 switch (LaneKind) { in parseVectorList()
[all …]
/external/llvm-project/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp639 OperandMatchResultTy parseVectorLane(VectorLaneTy &LaneKind, unsigned &Index,
4515 parseVectorLane(VectorLaneTy &LaneKind, unsigned &Index, SMLoc &EndLoc) { in parseVectorLane() argument
4522 LaneKind = AllLanes; in parseVectorLane()
4558 LaneKind = IndexedLane; in parseVectorLane()
4561 LaneKind = NoLanes; in parseVectorLane()
4569 VectorLaneTy LaneKind; in parseVectorList() local
4581 OperandMatchResultTy Res = parseVectorLane(LaneKind, LaneIndex, E); in parseVectorList()
4584 switch (LaneKind) { in parseVectorList()
4602 OperandMatchResultTy Res = parseVectorLane(LaneKind, LaneIndex, E); in parseVectorList()
4605 switch (LaneKind) { in parseVectorList()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp575 OperandMatchResultTy parseVectorLane(VectorLaneTy &LaneKind, unsigned &Index,
4442 parseVectorLane(VectorLaneTy &LaneKind, unsigned &Index, SMLoc &EndLoc) { in parseVectorLane() argument
4449 LaneKind = AllLanes; in parseVectorLane()
4485 LaneKind = IndexedLane; in parseVectorLane()
4488 LaneKind = NoLanes; in parseVectorLane()
4496 VectorLaneTy LaneKind; in parseVectorList() local
4508 OperandMatchResultTy Res = parseVectorLane(LaneKind, LaneIndex, E); in parseVectorList()
4511 switch (LaneKind) { in parseVectorList()
4529 OperandMatchResultTy Res = parseVectorLane(LaneKind, LaneIndex, E); in parseVectorList()
4532 switch (LaneKind) { in parseVectorList()
[all …]