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

  /external/chromium_org/third_party/openssl/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/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/chromium_org/third_party/openssl/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/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/qemu/tcg/sparc/
tcg-target.c 265 #define LDX (INSN_OP(3) | INSN_OP3(0x0b))
371 tcg_out32(s, LDX | INSN_RD(ret) | INSN_RS1(ret) |
405 tcg_out_ldst(s, ret, arg1, arg2, LDX);
725 #define TARGET_LD_OP LDX
732 #define TARGET_ADDEND_LD_OP LDX
737 #define HOST_LD_OP LDX
939 /* ldx [arg0], data_reg */
940 tcg_out_ldst(s, data_reg, arg0, 0, LDX);
    [all...]
  /external/qemu/tcg/ppc64/
tcg-target.c 297 #define LDX XO31( 21)
746 else tcg_out32 (s, LDX | TAB (data_reg, rbase, r0));
933 tcg_out_ldsta (s, ret, arg1, arg2, LD, LDX);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCRegisterInfo.cpp 64 ImmToIdxMap[PPC::LD] = PPC::LDX; ImmToIdxMap[PPC::STD] = PPC::STDX;

Completed in 2503 milliseconds