HomeSort by: relevance | last modified time | path
    Searched refs:MVD (Results 1 - 17 of 17) sorted by relevancy

  /src/external/bsd/pcc/dist/pcc/arch/vax/
local2.c 202 #define MVD 1 /* mov + dest type */
212 { MVD, MVD, CVT, CVT, CVT, CVT, CSE, CSE, CVT, CVT },
213 { MVD, MVD, MVZ, MVZ, MVZ, MVZ, MZE, MZE, MZC, MZC },
214 { MVD, MVD, MVD, MVD, CVT, CVT, CSE, CSE, CVT, CVT },
215 { MVD, MVD, MVD, MVD, MVZ, MVZ, MZE, MZE, MZC, MZC }
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/rc4/asm/
rc4-c64xplus.pl 68 || MVD $XX,$xx
77 ||[!B0] MVD $tx,$TX
142 || MVD $XX,$xx
  /src/crypto/external/bsd/openssl/dist/crypto/rc4/asm/
rc4-c64xplus.pl 68 || MVD $XX,$xx
77 ||[!B0] MVD $tx,$TX
142 || MVD $XX,$xx
  /src/crypto/external/bsd/openssl.old/dist/crypto/rc4/asm/
rc4-c64xplus.pl 68 || MVD $XX,$xx
77 ||[!B0] MVD $tx,$TX
142 || MVD $XX,$xx
  /src/crypto/external/apache2/openssl/dist/crypto/sha/asm/
sha256-c64xplus.pl 111 || MVD $B,$Bctx
112 || MVD $F,$Fctx
115 || MVD $D,$Dctx
116 || MVD $H,$Hctx
sha512-c64xplus.pl 140 || MVD $Dhi,$Dctxhi
141 || MVD $Dlo,$Dctxlo
148 || MVD $Hhi,$Hctxhi
149 || MVD $Hlo,$Hctxlo
  /src/crypto/external/bsd/openssl/dist/crypto/sha/asm/
sha256-c64xplus.pl 111 || MVD $B,$Bctx
112 || MVD $F,$Fctx
115 || MVD $D,$Dctx
116 || MVD $H,$Hctx
sha512-c64xplus.pl 140 || MVD $Dhi,$Dctxhi
141 || MVD $Dlo,$Dctxlo
148 || MVD $Hhi,$Hctxhi
149 || MVD $Hlo,$Hctxlo
  /src/crypto/external/bsd/openssl.old/dist/crypto/sha/asm/
sha256-c64xplus.pl 112 || MVD $B,$Bctx
113 || MVD $F,$Fctx
116 || MVD $D,$Dctx
117 || MVD $H,$Hctx
sha512-c64xplus.pl 141 || MVD $Dhi,$Dctxhi
142 || MVD $Dlo,$Dctxlo
149 || MVD $Hhi,$Hctxhi
150 || MVD $Hlo,$Hctxlo
  /src/crypto/external/apache2/openssl/dist/crypto/
c64xpluscpuid.pl 138 || MVD B0,B2
  /src/crypto/external/bsd/openssl/dist/crypto/
c64xpluscpuid.pl 138 || MVD B0,B2
  /src/crypto/external/bsd/openssl.old/dist/crypto/
c64xpluscpuid.pl 138 || MVD B0,B2
  /src/crypto/external/apache2/openssl/dist/crypto/bn/asm/
bn-c64xplus.asm 267 MVD A9,B6 ; move through .M unit(*)
  /src/crypto/external/bsd/openssl/dist/crypto/bn/asm/
bn-c64xplus.asm 267 MVD A9,B6 ; move through .M unit(*)
  /src/crypto/external/bsd/openssl.old/dist/crypto/bn/asm/
bn-c64xplus.asm 268 MVD A9,B6 ; move through .M unit(*)
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmtOpenMP.cpp 4612 VarDecl *MVD = nullptr;
4640 MVD = createImplicitFirstprivateForType(
4642 TargetScope.addPrivate(MVD,
4653 auto &&CodeGen = [&Data, &S, CS, &BodyGen, BPVD, PVD, SVD, MVD,
4699 // If MVD is nullptr, the mapper array is not privatized
4700 if (MVD)
4702 CGF.GetAddrOfLocalVar(MVD), /*Index=*/0);

Completed in 28 milliseconds