Home
last modified time | relevance | path

Searched refs:AHI (Results 1 – 14 of 14) sorted by relevance

/freebsd-12-stable/crypto/openssl/crypto/bn/asm/
Ds390x-mont.pl87 $AHI="%r12";
136 lgr $AHI,$ahi
156 algr $alo,$AHI
157 lghi $AHI,0
158 alcgr $AHI,$ahi
173 algr $NHI,$AHI
174 lghi $AHI,0
175 alcgr $AHI,$AHI # upmost overflow bit
177 stg $AHI,$stdframe($j,$sp)
187 lghi $AHI,0
[all …]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
DRISCVAttributeParser.cpp56 for (unsigned AHI = 0, AHE = array_lengthof(displayRoutines); AHI != AHE; in handler() local
57 ++AHI) { in handler()
58 if (uint64_t(displayRoutines[AHI].attribute) == tag) { in handler()
59 if (Error e = (this->*displayRoutines[AHI].routine)(tag)) in handler()
DARMAttributeParser.cpp361 for (unsigned AHI = 0, AHE = array_lengthof(displayRoutines); AHI != AHE; in handler() local
362 ++AHI) { in handler()
363 if (uint64_t(displayRoutines[AHI].attribute) == tag) { in handler()
365 (this->*displayRoutines[AHI].routine)(static_cast<AttrType>(tag))) in handler()
/freebsd-12-stable/contrib/gcc/config/s390/
Ds390-modes.def58 CCAP: EQ LT GT LT (AGHI, AHI)
59 CCAN: EQ LT GT GT (AGHI, AHI)
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
DSystemZElimCompare.cpp196 if (Opcode == SystemZ::AHI) in convertToBRCT()
340 case SystemZ::AHI: in isAddWithImmediate()
DSystemZLongBranch.cpp400 splitBranchOnCount(Branch, SystemZ::AHI); in relaxBranch()
DSystemZInstrInfo.cpp1043 if ((Opcode == SystemZ::AHI || Opcode == SystemZ::AGHI) && OpNum == 0 && in foldMemoryOperandImpl()
1046 Opcode = (Opcode == SystemZ::AHI ? SystemZ::ASI : SystemZ::AGSI); in foldMemoryOperandImpl()
1456 expandRIPseudo(MI, SystemZ::AHI, SystemZ::AIH, false); in expandPostRAPseudo()
1460 expandRIEPseudo(MI, SystemZ::AHI, SystemZ::AHIK, SystemZ::AIH); in expandPostRAPseudo()
DSystemZInstrInfo.td964 defm AHI : BinaryRIAndK<"ahi", 0xA7A, 0xECD8, z_sadd, GR32, imm32sx16>;
1082 (AHI GR32:$src1, imm32sx16n:$src2)>;
DSystemZScheduleZEC12.td328 def : InstRW<[WLat1, FXU, NormalGr], (instregex "AHI(K)?$")>;
DSystemZScheduleZ196.td317 def : InstRW<[WLat1, FXU, NormalGr], (instregex "AHI(K)?$")>;
DSystemZScheduleZ13.td355 def : InstRW<[WLat1, FXa, NormalGr], (instregex "AHI(K)?$")>;
DSystemZScheduleZ14.td356 def : InstRW<[WLat1, FXa, NormalGr], (instregex "AHI(K)?$")>;
DSystemZScheduleZ15.td360 def : InstRW<[WLat1, FXa, NormalGr], (instregex "AHI(K)?$")>;
DSystemZISelLowering.cpp8345 return emitAtomicLoadBinary(MI, MBB, SystemZ::AHI, 32); in EmitInstrWithCustomInserter()