| /netbsd-src/crypto/external/bsd/openssl/dist/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_
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/sha/asm/ |
| H A D | sha512-ia64.pl | 84 $STW="st8"; 98 $STW="st4"; 597 { .mmi; $STW [r8]=A_,4*$SZ 598 $STW [r9]=B_,4*$SZ 600 { .mmi; $STW [r10]=C_,4*$SZ 601 $STW [r11]=D_,4*$SZ 603 { .mmb; $STW [r8]=E_ 604 $STW [r9]=F_ } 605 { .mmb; $STW [r10]=G_ 606 $STW [r11]=H_
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/bn/asm/ |
| H A D | bn-c64xplus.asm | 74 || STW A18,*A2++ ; rp[i] 100 || STW A18,*ARG0++ ; rp[i] 124 STW B0,*B2++(8) ; rp[2*i] 127 || STW A1,*ARG0++(8) ; rp[2*i+1] 151 || STW A0,*A3++ ; write result 176 || STW A0,*A3++ ; write result 261 || STW B18,*B4++ ; rp[i] 274 STW B19,*B4--[B2] ; rewind rp tp rp[1]
|
| /netbsd-src/crypto/external/bsd/openssl/dist/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]
|
| /netbsd-src/external/apache2/llvm/dist/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 | 113 Opcode == BPF::STW || Opcode == BPF::STD) in checkADDrr() 130 if (Opcode == BPF::STB || Opcode == BPF::STH || Opcode == BPF::STW || in checkADDrr()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstrInfo.h | 159 PPC::STW, PPC::STD, PPC::STFD, PPC::STFS, PPC::SPILL_CR, PPC::SPILL_CRBIT, \ 166 PPC::STW, PPC::STD, PPC::STFD, PPC::STFS, PPC::SPILL_CR, PPC::SPILL_CRBIT, \ 173 PPC::STW, PPC::STD, PPC::STFD, PPC::STFS, PPC::SPILL_CR, PPC::SPILL_CRBIT, \
|
| H A D | PPCRegisterInfo.cpp | 105 ImmToIdxMap[PPC::STH] = PPC::STHX; ImmToIdxMap[PPC::STW] = PPC::STWX; in PPCRegisterInfo() 812 addFrameReference(BuildMI(MBB, II, dl, TII.get(LP64 ? PPC::STW8 : PPC::STW)) in lowerCRSpilling() 969 addFrameReference(BuildMI(MBB, II, dl, TII.get(LP64 ? PPC::STW8 : PPC::STW)) in lowerCRBitSpilling()
|
| H A D | PPCPreEmitPeephole.cpp | 67 case PPC::STW: in hasPCRelativeForm()
|
| H A D | PPCFrameLowering.cpp | 659 : PPC::STW ); in emitPrologue() 676 const MCInstrDesc &StoreWordInst = TII.get(isPPC64 ? PPC::STW8 : PPC::STW); in emitPrologue() 2430 MBB.insert(MI, addFrameReference(BuildMI(*MF, DL, TII.get(PPC::STW)) in spillCalleeSavedRegisters()
|
| H A D | PPCFastISel.cpp | 639 Opc = PPC::STW; in PPCEmitStore() 707 case PPC::STW : Opc = PPC::STWX; break; in PPCEmitStore()
|
| H A D | PPCMIPeephole.cpp | 481 case PPC::STW: in simplifyCode()
|
| H A D | PPCInstrInfo.cpp | 2781 case PPC::STW: in isClusterableLdStOpcPair() 2783 return SecondOpc == PPC::STW || SecondOpc == PPC::STW8; in isClusterableLdStOpcPair() 4085 case PPC::STWX: III.ImmOpcode = PPC::STW; break; in instrHasImmForm()
|
| /netbsd-src/external/gpl3/binutils.old/dist/include/opcode/ |
| H A D | nios2r1.h | 451 #define MATCH_R1_STW MATCH_R1_OP (STW)
|
| H A D | nios2r2.h | 1038 #define MATCH_R2_STW MATCH_R2_OP (STW)
|
| /netbsd-src/external/gpl3/binutils/dist/include/opcode/ |
| H A D | nios2r1.h | 451 #define MATCH_R1_STW MATCH_R1_OP (STW)
|
| H A D | nios2r2.h | 1038 #define MATCH_R2_STW MATCH_R2_OP (STW)
|
| /netbsd-src/sys/arch/hppa/hppa/ |
| H A D | db_disasm.c | 527 #define STW 0x1a, 0x00, 0, 0 /* STORE WORD */ macro 1006 { STW, 0, "stw", stDasm },
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/ |
| H A D | AVRInstrInfo.td | 1374 // STW P, Rr+1:Rr 1402 // STW P+, Rr+1:Rr 1428 // STW -P, Rr+1:Rr
|
| /netbsd-src/external/gpl3/binutils.old/dist/cpu/ |
| H A D | mt.cpu | 279 LDW STW - - - - - - 1003 (dni stw "STW SrcReg2, SrcReg1, Imm"
|
| /netbsd-src/external/gpl3/gdb/dist/cpu/ |
| H A D | mt.cpu | 279 LDW STW - - - - - - 1003 (dni stw "STW SrcReg2, SrcReg1, Imm"
|
| /netbsd-src/external/gpl3/gdb.old/dist/cpu/ |
| H A D | mt.cpu | 279 LDW STW - - - - - - 1003 (dni stw "STW SrcReg2, SrcReg1, Imm"
|
| /netbsd-src/external/gpl3/binutils/dist/cpu/ |
| H A D | mt.cpu | 279 LDW STW - - - - - - 1003 (dni stw "STW SrcReg2, SrcReg1, Imm"
|
| /netbsd-src/sys/external/bsd/sljit/dist/sljit_src/ |
| H A D | sljitNativePPC_common.c | 217 #define STW (HI(36)) macro 588 #define STACK_STORE STW
|
| /netbsd-src/share/misc/ |
| H A D | acronyms | 540 STW search the web
|