/freebsd/crypto/openssl/crypto/sha/asm/ |
H A D | sha512-ia64.pl | 85 $STW="st8"; 99 $STW="st4"; 598 { .mmi; $STW [r8]=A_,4*$SZ 599 $STW [r9]=B_,4*$SZ 601 { .mmi; $STW [r10]=C_,4*$SZ 602 $STW [r11]=D_,4*$SZ 604 { .mmb; $STW [r8]=E_ 605 $STW [r9]=F_ } 606 { .mmb; $STW [r10]=G_ 607 $STW [r11]=H_
|
/freebsd/crypto/openssl/crypto/bn/asm/ |
H A D | bn-c64xplus.asm | 73 || STW A18,*A2++ ; rp[i] 99 || STW A18,*ARG0++ ; rp[i] 123 STW B0,*B2++(8) ; rp[2*i] 126 || STW A1,*ARG0++(8) ; rp[2*i+1] 150 || STW A0,*A3++ ; write result 175 || STW A0,*A3++ ; write result 260 || STW B18,*B4++ ; rp[i] 273 STW B19,*B4--[B2] ; rewind rp tp rp[1]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCInstrInfo.h | 137 PPC::STW, PPC::STD, PPC::STFD, PPC::STFS, PPC::SPILL_CR, PPC::SPILL_CRBIT, \ 145 PPC::STW, PPC::STD, PPC::STFD, PPC::STFS, PPC::SPILL_CR, PPC::SPILL_CRBIT, \ 153 PPC::STW, PPC::STD, PPC::STFD, PPC::STFS, PPC::SPILL_CR, PPC::SPILL_CRBIT, \ 161 PPC::STW, PPC::STD, PPC::STFD, PPC::STFS, PPC::SPILL_CR, PPC::SPILL_CRBIT, \
|
H A D | PPCPreEmitPeephole.cpp | 73 case PPC::STW: in hasPCRelativeForm()
|
H A D | PPCRegisterInfo.cpp | 108 ImmToIdxMap[PPC::STH] = PPC::STHX; ImmToIdxMap[PPC::STW] = PPC::STWX; in PPCRegisterInfo() 991 addFrameReference(BuildMI(MBB, II, dl, TII.get(LP64 ? PPC::STW8 : PPC::STW)) in lowerCRSpilling() 1148 addFrameReference(BuildMI(MBB, II, dl, TII.get(LP64 ? PPC::STW8 : PPC::STW)) in lowerCRBitSpilling()
|
H A D | PPCFrameLowering.cpp | 663 : PPC::STW ); in emitPrologue() 676 const MCInstrDesc &StoreWordInst = TII.get(isPPC64 ? PPC::STW8 : PPC::STW); in emitPrologue() 2479 MBB.insert(MI, addFrameReference(BuildMI(*MF, DL, TII.get(PPC::STW)) in spillCalleeSavedRegisters()
|
H A D | PPCFastISel.cpp | 637 Opc = PPC::STW; in PPCEmitStore() 705 case PPC::STW : Opc = PPC::STWX; break; in PPCEmitStore()
|
H A D | PPCInstrInfo.cpp | 2882 case PPC::STW: in isClusterableLdStOpcPair() 2884 return SecondOpc == PPC::STW || SecondOpc == PPC::STW8; in isClusterableLdStOpcPair() 4192 case PPC::STWX: III.ImmOpcode = PPC::STW; break; in instrHasImmForm()
|
H A D | P10InstrResources.td | 1790 STW, STW8,
|
H A D | PPCMIPeephole.cpp | 614 case PPC::STW: in simplifyCode()
|
H A D | P9InstrResources.td | 898 (instregex "STW(8)?$"),
|
H A D | PPCAsmPrinter.cpp | 1654 case PPC::STW: in emitInstruction()
|
H A D | PPCInstrInfo.td | 2107 def STW : DForm_1<36, (outs), (ins gprc:$RST, (memri $D, $RA):$dst), 5058 def : Pat<(atomic_store_32 i32:$val, DForm:$ptr), (STW gprc:$val, memri:$ptr)>;
|
H A D | PPCISelDAGToDAG.cpp | 7743 case PPC::STW: in PeepholePPC64()
|
H A D | PPCISelLowering.cpp | 12512 TII->get(Subtarget.isPPC64() ? PPC::STD : PPC::STW)) in emitEHSjLjSetJmp() 12544 MIB = BuildMI(mainMBB, DL, TII->get(PPC::STW)) in emitEHSjLjSetJmp()
|
/freebsd/contrib/llvm-project/lld/ELF/Arch/ |
H A D | PPCInsns.def | 20 PCREL_OPT(STW, PSTW, OPC_AND_RST);
|
H A D | PPC64.cpp | 64 STW = 36, enumerator 103 STW = 0x90000000, enumerator 873 return STW << 26; in getPPCDFormOp()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
H A D | BPFInstrInfo.cpp | 66 StOpc = BPF::STW; in expandMEMCPY() 94 BuildMI(*BB, MI, dl, get(BPF::STW)) in expandMEMCPY()
|
H A D | BPFMISimplifyPatchable.cpp | 107 return Opcode == BPF::STB || Opcode == BPF::STH || Opcode == BPF::STW || in isSTX64()
|
H A D | BPFInstrInfo.td | 519 def STW : STOREi64<BPF_W, "u32", truncstorei32>;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/GISel/ |
H A D | PPCInstructionSelector.cpp | 161 return IsStore ? PPC::STW : PPC::LWZ; in selectLoadStoreOp()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/ |
H A D | AVRInstrInfo.td | 1083 // STW P, Rr+1:Rr 1110 // STW P+, Rr+1:Rr 1135 // STW -P, Rr+1:Rr
|