Searched refs:SXTW (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ |
H A D | AArch64AddressingModes.h | 47 SXTW, 66 case AArch64_AM::SXTW: return "sxtw"; in getShiftExtendName() 133 case 6: return AArch64_AM::SXTW; in getExtendType() 160 case AArch64_AM::SXTW: return 6; break; in getExtendEncoding() 48 SXTW, global() enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64SchedPredicates.td | 24 def CheckExtSXTW : CheckImmOperand_s<3, "AArch64_AM::SXTW">; 44 def CheckMemExtSXTW : CheckImmOperand_s<3, "AArch64_AM::SXTW">;
|
H A D | AArch64RegisterInfo.td | 1560 // SXTW(8|16|32|64) 1561 def ZPR#RegWidth#AsmOpndExtSXTW8Only : ZPRExtendAsmOperand<"SXTW", RegWidth, 8, 0b1>; 1562 def ZPR#RegWidth#AsmOpndExtSXTW8 : ZPRExtendAsmOperand<"SXTW", RegWidth, 8>; 1563 def ZPR#RegWidth#AsmOpndExtSXTW16 : ZPRExtendAsmOperand<"SXTW", RegWidth, 16>; 1564 def ZPR#RegWidth#AsmOpndExtSXTW32 : ZPRExtendAsmOperand<"SXTW", RegWidth, 32>; 1565 def ZPR#RegWidth#AsmOpndExtSXTW64 : ZPRExtendAsmOperand<"SXTW", RegWidth, 64>; 1567 …def ZPR#RegWidth#ExtSXTW8Only : ZPRExtendRegisterOperand<0b1, 0b0, "SXTW", RegWidth, 8, "On… 1568 def ZPR#RegWidth#ExtSXTW8 : ZPRExtendRegisterOperand<0b1, 0b0, "SXTW", RegWidth, 8>; 1569 def ZPR#RegWidth#ExtSXTW16 : ZPRExtendRegisterOperand<0b1, 0b0, "SXTW", RegWidth, 16>; 1570 def ZPR#RegWidth#ExtSXTW32 : ZPRExtendRegisterOperand<0b1, 0b0, "SXTW", RegWidth, 32>; [all …]
|
H A D | AArch64FastISel.cpp | 763 Addr.setExtendType(AArch64_AM::SXTW); in computeAddress() 845 Addr.setExtendType(AArch64_AM::SXTW); in computeAddress() 901 Addr.setExtendType(AArch64_AM::SXTW); in computeAddress() 1078 if (Addr.getExtendType() == AArch64_AM::SXTW || in simplifyAddress() 1091 else if (Addr.getExtendType() == AArch64_AM::SXTW) in simplifyAddress() 1151 bool IsSigned = Addr.getExtendType() == AArch64_AM::SXTW || in addLoadStoreOperands() 1825 Addr.getExtendType() == AArch64_AM::SXTW) in emitLoad() 2115 Addr.getExtendType() == AArch64_AM::SXTW) in emitStore() 3728 AArch64_AM::SXTW, /*ShiftImm=*/0, /*SetFlags=*/true, in fastLowerIntrinsicCall()
|
H A D | AArch64ISelDAGToDAG.cpp | 819 return AArch64_AM::SXTW; in getExtendTypeForNode() 1217 SignExtend = CurDAG->getTargetConstant(Ext == AArch64_AM::SXTW, dl, in SelectExtendedSHL() 1286 SignExtend = CurDAG->getTargetConstant(Ext == AArch64_AM::SXTW, dl, in SelectAddrModeWRO() 1298 SignExtend = CurDAG->getTargetConstant(Ext == AArch64_AM::SXTW, dl, in SelectAddrModeWRO()
|
H A D | AArch64InstrInfo.cpp | 3053 if (Extend != AArch64_AM::UXTW && Extend != AArch64_AM::SXTW) in canFoldIntoAddrMode() 3058 (Extend == AArch64_AM::SXTW) ? ExtAddrMode::Formula::SExtScaledReg in canFoldIntoAddrMode()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/Utils/ |
H A D | AArch64BaseInfo.h | 618 SXTW, enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/ |
H A D | AArch64AsmParser.cpp | 1348 ShiftExtendTy == AArch64_AM::SXTW) && in isSVEDataVectorRegWithShiftExtend() 1539 ET == AArch64_AM::UXTW || ET == AArch64_AM::SXTW || in isExtend() 1552 ET == AArch64_AM::UXTW || ET == AArch64_AM::SXTW; in isExtend64() 1584 return (ET == AArch64_AM::UXTW || ET == AArch64_AM::SXTW) && in isMemWExtend() 2198 bool IsSigned = ET == AArch64_AM::SXTW || ET == AArch64_AM::SXTX; in addMemExtendOperands() 2210 bool IsSigned = ET == AArch64_AM::SXTW || ET == AArch64_AM::SXTX; in addMemExtend8Operands() 3602 .Case("sxtw", AArch64_AM::SXTW) in tryParseOptionalShiftExtend()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64InstructionSelector.cpp | 7061 case AArch64_AM::SXTW: in isSignExtendShiftType() 7152 if (SignExtend && Ext != AArch64_AM::SXTW) in selectExtendedSHL() 7381 unsigned SignExtend = Ext == AArch64_AM::SXTW; in selectAddrModeWRO() 7603 return AArch64_AM::SXTW; in getExtendTypeForInst()
|