Home
last modified time | relevance | path

Searched refs:VRX (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssl/crypto/perlasm/
H A Ds390x.pm322 VRX(0xe706,@_);
332 VRX(0xe705,@_);
349 VRX(0xe700,@_);
353 VRX(0xe701,@_);
357 VRX(0xe703,@_);
361 VRX(0xe702,@_);
400 VRX(0xe704,@_);
422 VRX(0xe707,@_);
620 VRX(0xe70e,@_);
625 VRX(0xe708,@_);
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBitTracker.h72 RegExtMap VRX; member
H A DHexagonBitTracker.cpp83 VRX.insert(std::make_pair(InVirtReg, ExtType(ExtType::SExt, Width))); in HexagonEvaluator()
85 VRX.insert(std::make_pair(InVirtReg, ExtType(ExtType::ZExt, Width))); in HexagonEvaluator()
1228 RegExtMap::const_iterator F = VRX.find(RD.Reg); in evaluateFormalCopy()
1229 if (F == VRX.end()) in evaluateFormalCopy()