Searched refs:AHI (Results 1 – 14 of 14) sorted by relevance
| /freebsd-12-stable/crypto/openssl/crypto/bn/asm/ |
| D | s390x-mont.pl | 87 $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/ |
| D | RISCVAttributeParser.cpp | 56 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()
|
| D | ARMAttributeParser.cpp | 361 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/ |
| D | s390-modes.def | 58 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/ |
| D | SystemZElimCompare.cpp | 196 if (Opcode == SystemZ::AHI) in convertToBRCT() 340 case SystemZ::AHI: in isAddWithImmediate()
|
| D | SystemZLongBranch.cpp | 400 splitBranchOnCount(Branch, SystemZ::AHI); in relaxBranch()
|
| D | SystemZInstrInfo.cpp | 1043 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()
|
| D | SystemZInstrInfo.td | 964 defm AHI : BinaryRIAndK<"ahi", 0xA7A, 0xECD8, z_sadd, GR32, imm32sx16>; 1082 (AHI GR32:$src1, imm32sx16n:$src2)>;
|
| D | SystemZScheduleZEC12.td | 328 def : InstRW<[WLat1, FXU, NormalGr], (instregex "AHI(K)?$")>;
|
| D | SystemZScheduleZ196.td | 317 def : InstRW<[WLat1, FXU, NormalGr], (instregex "AHI(K)?$")>;
|
| D | SystemZScheduleZ13.td | 355 def : InstRW<[WLat1, FXa, NormalGr], (instregex "AHI(K)?$")>;
|
| D | SystemZScheduleZ14.td | 356 def : InstRW<[WLat1, FXa, NormalGr], (instregex "AHI(K)?$")>;
|
| D | SystemZScheduleZ15.td | 360 def : InstRW<[WLat1, FXa, NormalGr], (instregex "AHI(K)?$")>;
|
| D | SystemZISelLowering.cpp | 8345 return emitAtomicLoadBinary(MI, MBB, SystemZ::AHI, 32); in EmitInstrWithCustomInserter()
|