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

  /external/openssl/crypto/rc4/asm/
rc4-parisc.pl 62 $LDX="ldbx";
67 $LDX="ldwx,s";
94 `sprintf("$LDX %$TY(%$key),%$dat1") if ($i>0)`
96 $LDX $YY($key),$TY
98 $LDX $XX[1]($key),$TX[1]
118 $LDX $YY($key),$TY
127 $LDX $TY($key),$acc
128 $LDX $XX[0]($key),$TX[0]
166 $LDX $XX[0]($key),$TX[0]
193 $LDX $TY($key),$i
    [all...]
  /external/openssl/crypto/bn/asm/
ppc-mont.pl 37 $LDX= "lwzx"; # load indexed
57 $LDX= "ldx"; # load indexed
179 $LDX $aj,$ap,$j ; ap[j]
181 $LDX $nj,$np,$j ; np[j]
215 $LDX $m0,$bp,$i ; m0=bp[i]
241 $LDX $aj,$ap,$j ; ap[j]
245 $LDX $nj,$np,$j ; np[j]
291 Lsub: $LDX $tj,$tp,$j
292 $LDX $nj,$np,$
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCRegisterInfo.cpp 64 ImmToIdxMap[PPC::LD] = PPC::LDX; ImmToIdxMap[PPC::STD] = PPC::STDX;
    [all...]
PPCFastISel.cpp 526 case PPC::LD: Opc = PPC::LDX; break;
    [all...]

Completed in 71 milliseconds