/external/chromium_org/third_party/openssl/openssl/crypto/sha/asm/ |
sha512-ia64.pl | 71 $STW="st8"; 85 $STW="st4"; 579 { .mmi; $STW [r8]=A_,4*$SZ 580 $STW [r9]=B_,4*$SZ 582 { .mmi; $STW [r10]=C_,4*$SZ 583 $STW [r11]=D_,4*$SZ 585 { .mmb; $STW [r8]=E_ 586 $STW [r9]=F_ } 587 { .mmb; $STW [r10]=G_ 588 $STW [r11]=H [all...] |
/external/openssl/crypto/sha/asm/ |
sha512-ia64.pl | 71 $STW="st8"; 85 $STW="st4"; 579 { .mmi; $STW [r8]=A_,4*$SZ 580 $STW [r9]=B_,4*$SZ 582 { .mmi; $STW [r10]=C_,4*$SZ 583 $STW [r11]=D_,4*$SZ 585 { .mmb; $STW [r8]=E_ 586 $STW [r9]=F_ } 587 { .mmb; $STW [r10]=G_ 588 $STW [r11]=H [all...] |
/external/qemu/target-arm/ |
op_helper.c | 478 #define STW(addr, val) stw(addr, val) 488 #define STW(addr, val) slow_stw_mmu(addr, val, user, GETPC()) 563 STW(addr, tmp64); 589 #undef STW
|
/external/qemu/tcg/ppc/ |
tcg-target.c | 312 #define STW OPCD(36) 891 tcg_out32 (s, STW | RS (data_reg2) | RA (r0)); 892 tcg_out32 (s, STW | RS (data_reg) | RA (r0) | 4); 927 tcg_out32 (s, (STW 933 tcg_out32 (s, STW | RS (0) | RA (1) | (frame_size + LR_OFFSET)); 968 tcg_out_ldst (s, arg, arg1, arg2, STW, STWX); [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/ |
pa-risc2.s | 756 STW %r2,-20(%r30) ;offset 0x8ec 757 STW,MA %r3,192(%r30) ;offset 0x8f0 758 STW %r4,-188(%r30) ;offset 0x8f4 763 STW %r9,-168(%r30) ;offset 0x908 871 STW %r2,-160(%r30) ;offset 0xa68 872 STW %r7,-128(%r30) ;offset 0xa6c [all...] |
/external/openssl/crypto/bn/asm/ |
pa-risc2.s | 756 STW %r2,-20(%r30) ;offset 0x8ec 757 STW,MA %r3,192(%r30) ;offset 0x8f0 758 STW %r4,-188(%r30) ;offset 0x8f4 763 STW %r9,-168(%r30) ;offset 0x908 871 STW %r2,-160(%r30) ;offset 0xa68 872 STW %r7,-128(%r30) ;offset 0xa6c [all...] |
/external/llvm/lib/Target/PowerPC/ |
PPCRegisterInfo.cpp | 69 ImmToIdxMap[PPC::STH] = PPC::STHX; ImmToIdxMap[PPC::STW] = PPC::STWX; 366 /// stw rA, FI ; Store rA to the frame. 404 addFrameReference(BuildMI(MBB, II, dl, TII.get(LP64 ? PPC::STW8 : PPC::STW)) 471 addFrameReference(BuildMI(MBB, II, dl, TII.get(PPC::STW))
|
PPCFrameLowering.cpp | 454 BuildMI(MBB, MBBI, dl, TII.get(PPC::STW)) 462 BuildMI(MBB, MBBI, dl, TII.get(PPC::STW)) 471 BuildMI(MBB, MBBI, dl, TII.get(PPC::STW)) [all...] |
PPCInstrInfo.cpp | 130 case PPC::STW: 571 NewMIs.push_back(addFrameReference(BuildMI(MF, DL, get(PPC::STW)) [all...] |
PPCISelDAGToDAG.cpp | [all...] |
PPCISelLowering.cpp | [all...] |
/external/qemu/tcg/sparc/ |
tcg-target.c | 268 #define STW (INSN_OP(3) | INSN_OP3(0x04)) 412 tcg_out_ldst(s, arg, arg1, arg2, STW); 743 #define HOST_ST_OP STW [all...] |
/external/qemu/tcg/ppc64/ |
tcg-target.c | 290 #define STW OPCD( 36) 940 tcg_out_ldst (s, arg, arg1, arg2, STW, STWX); [all...] |