HomeSort by relevance Sort by last modified time
    Searched full:lduw (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/
sparcv8plus.S 180 lduw [%o1],%g2
194 lduw [%o0],%g1
195 lduw [%o1+4],%g3
203 lduw [%o0+4],%g1
204 lduw [%o1+8],%g2
212 lduw [%o0+8],%g1
213 lduw [%o1+12],%g3
221 lduw [%o0+12],%g1
230 lduw [%o1],%g2
233 lduw [%o1],%g
    [all...]
  /external/openssl/crypto/bn/asm/
sparcv8plus.S 180 lduw [%o1],%g2
194 lduw [%o0],%g1
195 lduw [%o1+4],%g3
203 lduw [%o0+4],%g1
204 lduw [%o1+8],%g2
212 lduw [%o0+8],%g1
213 lduw [%o1+12],%g3
221 lduw [%o0+12],%g1
230 lduw [%o1],%g2
233 lduw [%o1],%g
    [all...]
  /external/qemu/
softmmu_exec.h 145 #define lduw(p) lduw_data(p) macro
cpu-all.h 688 #define lduw(p) lduw_raw(p) macro
  /external/qemu/tcg/sparc/
tcg-target.c 263 #define LDUW (INSN_OP(3) | INSN_OP3(0x00))
361 tcg_out32(s, LDUW | INSN_RD(ret) | INSN_RS1(ret) |
374 tcg_out32(s, LDUW | INSN_RD(ret) | INSN_RS1(ret) |
403 tcg_out_ldst(s, ret, arg1, arg2, LDUW);
723 #define TARGET_LD_OP LDUW
730 #define TARGET_ADDEND_LD_OP LDUW
742 #define HOST_LD_OP LDUW
921 /* lduw [arg0], data_reg */
922 tcg_out_ldst(s, data_reg, arg0, 0, LDUW);
    [all...]
  /external/qemu/target-i386/
exec.h 208 upper = lduw(ptr + 8);
244 temp.l.upper = lduw(ptr + 8);
op_helper.c     [all...]
  /external/qemu/target-arm/
op_helper.c 474 #define LDW(addr) lduw(addr)
  /external/llvm/lib/Target/Sparc/
SparcInstr64Bit.td 224 // zero-extended to i64. Their mnemonic is lduw in SPARC v9 (Load Unsigned

Completed in 184 milliseconds