HomeSort by relevance Sort by last modified time
    Searched refs:AHI (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/
s390x-mont.pl 76 $ahi="%r8";
80 $AHI="%r12";
120 ahi $num,-1 # adjust $num for inner loop
128 mlgr $ahi,$bi # ap[0]*bp[0]
129 lgr $AHI,$ahi
148 mlgr $ahi,$bi # ap[j]*bp[0]
149 algr $alo,$AHI
150 lghi $AHI,0
151 alcgr $AHI,$ah
    [all...]
  /external/openssl/crypto/bn/asm/
s390x-mont.pl 76 $ahi="%r8";
80 $AHI="%r12";
120 ahi $num,-1 # adjust $num for inner loop
128 mlgr $ahi,$bi # ap[0]*bp[0]
129 lgr $AHI,$ahi
148 mlgr $ahi,$bi # ap[j]*bp[0]
149 algr $alo,$AHI
150 lghi $AHI,0
151 alcgr $AHI,$ah
    [all...]
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsRelocator.cpp 434 int32_t AHI = pHiReloc.target();
436 int32_t AHL = ((AHI & 0xFFFF) << 16) + (int16_t)(ALO & 0xFFFF) +
  /external/llvm/lib/Target/SystemZ/
SystemZLongBranch.cpp 387 splitBranchOnCount(Branch, SystemZ::AHI);
SystemZElimCompare.cpp 171 if (Opcode == SystemZ::AHI)
SystemZISelLowering.cpp     [all...]

Completed in 116 milliseconds