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

  /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 468 #define STW(addr, val) stw(addr, val)
478 #define STW(addr, val) helper_le_stw_mmu(env, addr, val, user, GETPC())
553 STW(addr, tmp64);
579 #undef STW
  /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;
388 /// stw rA, FI ; Store rA to the frame.
426 addFrameReference(BuildMI(MBB, II, dl, TII.get(LP64 ? PPC::STW8 : PPC::STW))
542 addFrameReference(BuildMI(MBB, II, dl, TII.get(LP64 ? PPC::STW8 : PPC::STW))
614 addFrameReference(BuildMI(MBB, II, dl, TII.get(PPC::STW))
    [all...]
PPCFrameLowering.cpp 558 : PPC::STW );
616 // indexed into with a simple STDU/STWU/STD/STW immediate offset operand.
    [all...]
PPCFastISel.cpp 587 Opc = PPC::STW;
636 case PPC::STW : Opc = PPC::STWX; break;
    [all...]
PPCInstrInfo.cpp 205 case PPC::STW:
784 NewMIs.push_back(addFrameReference(BuildMI(MF, DL, get(PPC::STW))
    [all...]
PPCISelDAGToDAG.cpp     [all...]
PPCISelLowering.cpp     [all...]
  /external/pcre/dist/sljit/
sljitNativePPC_common.c 211 #define STW (HI(36))
567 #define STACK_STORE STW
746 /* u w n i s */ ARCH_32_64(HI(36) /* stw */, HI(62) | INT_ALIGNED | 0x0 /* std */),
782 /* u i n i s */ HI(36) /* stw */,
796 /* s w n i s */ ARCH_32_64(HI(36) /* stw */, HI(62) | INT_ALIGNED | 0x0 /* std */),
832 /* s i n i s */ HI(36) /* stw */,
    [all...]

Completed in 336 milliseconds