Home
last modified time | relevance | path

Searched refs:ASE (Results 1 – 25 of 2537) sorted by relevance

12345678910>>...102

/dports/games/spring/spring_98.0/rts/lib/assimp/code/
H A DASEParser.cpp55 using namespace Assimp::ASE;
370 ASE::Mesh* curMesh = NULL; in ParseLV1SoftSkinBlock()
910 ((ASE::Light&)node).mLightType = ASE::Light::OMNI; in ParseLV1ObjectBlock()
914 ((ASE::Light&)node).mLightType = ASE::Light::TARGET; in ParseLV1ObjectBlock()
918 ((ASE::Light&)node).mLightType = ASE::Light::FREE; in ParseLV1ObjectBlock()
922 ((ASE::Light&)node).mLightType = ASE::Light::DIRECTIONAL; in ParseLV1ObjectBlock()
943 ((ASE::Camera&)node).mCameraType = ASE::Camera::TARGET; in ParseLV1ObjectBlock()
947 ((ASE::Camera&)node).mCameraType = ASE::Camera::FREE; in ParseLV1ObjectBlock()
1067 ( mesh.mType != BaseNode::Light || ((ASE::Light&)mesh).mLightType != ASE::Light::TARGET)) in ParseLV2AnimationBlock()
1289 (mesh.mType == BaseNode::Camera && ((ASE::Camera&)mesh).mCameraType == ASE::Camera::TARGET)) in ParseLV2NodeTransformBlock()
[all …]
H A DASELoader.h108 bool GenerateNormals(ASE::Mesh& mesh);
117 void BuildUniqueRepresentation(ASE::Mesh& mesh);
124 void ConvertMeshes(ASE::Mesh& mesh, std::vector<aiMesh*>& avOut);
131 void ConvertMaterial(ASE::Material& mat);
143 void BuildNodes(std::vector<ASE::BaseNode*>& nodes);
161 void BuildAnimations(const std::vector<ASE::BaseNode*>& nodes);
170 void AddNodes(const std::vector<ASE::BaseNode*>& nodes,
173 void AddNodes(const std::vector<ASE::BaseNode*>& nodes,
177 void AddMeshes(const ASE::BaseNode* snode,aiNode* node);
189 ASE::Parser* mParser;
/dports/devel/upp/upp/bazaar/plugin/assimp/code/ASE/
H A DASEParser.cpp59 using namespace Assimp::ASE;
375 ASE::Mesh* curMesh = NULL; in ParseLV1SoftSkinBlock()
914 ((ASE::Light&)node).mLightType = ASE::Light::OMNI; in ParseLV1ObjectBlock()
918 ((ASE::Light&)node).mLightType = ASE::Light::TARGET; in ParseLV1ObjectBlock()
922 ((ASE::Light&)node).mLightType = ASE::Light::FREE; in ParseLV1ObjectBlock()
926 ((ASE::Light&)node).mLightType = ASE::Light::DIRECTIONAL; in ParseLV1ObjectBlock()
947 ((ASE::Camera&)node).mCameraType = ASE::Camera::TARGET; in ParseLV1ObjectBlock()
951 ((ASE::Camera&)node).mCameraType = ASE::Camera::FREE; in ParseLV1ObjectBlock()
1053 ASE::Animation* anim = &mesh.mAnim; in ParseLV2AnimationBlock()
1071 … ( mesh.mType != BaseNode::Light || ((ASE::Light&)mesh).mLightType != ASE::Light::TARGET)) in ParseLV2AnimationBlock()
[all …]
H A DASELoader.h107 bool GenerateNormals(ASE::Mesh& mesh);
116 void BuildUniqueRepresentation(ASE::Mesh& mesh);
123 void ConvertMeshes(ASE::Mesh& mesh, std::vector<aiMesh*>& avOut);
130 void ConvertMaterial(ASE::Material& mat);
142 void BuildNodes(std::vector<ASE::BaseNode*>& nodes);
160 void BuildAnimations(const std::vector<ASE::BaseNode*>& nodes);
169 void AddNodes(const std::vector<ASE::BaseNode*>& nodes,
172 void AddNodes(const std::vector<ASE::BaseNode*>& nodes,
176 void AddMeshes(const ASE::BaseNode* snode,aiNode* node);
188 ASE::Parser* mParser;
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Assimp/code/
H A DASEParser.cpp57 using namespace Assimp::ASE;
372 ASE::Mesh* curMesh = NULL; in ParseLV1SoftSkinBlock()
912 ((ASE::Light&)node).mLightType = ASE::Light::OMNI; in ParseLV1ObjectBlock()
916 ((ASE::Light&)node).mLightType = ASE::Light::TARGET; in ParseLV1ObjectBlock()
920 ((ASE::Light&)node).mLightType = ASE::Light::FREE; in ParseLV1ObjectBlock()
924 ((ASE::Light&)node).mLightType = ASE::Light::DIRECTIONAL; in ParseLV1ObjectBlock()
945 ((ASE::Camera&)node).mCameraType = ASE::Camera::TARGET; in ParseLV1ObjectBlock()
949 ((ASE::Camera&)node).mCameraType = ASE::Camera::FREE; in ParseLV1ObjectBlock()
1051 ASE::Animation* anim = &mesh.mAnim; in ParseLV2AnimationBlock()
1069 … ( mesh.mType != BaseNode::Light || ((ASE::Light&)mesh).mLightType != ASE::Light::TARGET)) in ParseLV2AnimationBlock()
[all …]
H A DASELoader.h108 bool GenerateNormals(ASE::Mesh& mesh);
117 void BuildUniqueRepresentation(ASE::Mesh& mesh);
124 void ConvertMeshes(ASE::Mesh& mesh, std::vector<aiMesh*>& avOut);
131 void ConvertMaterial(ASE::Material& mat);
143 void BuildNodes(std::vector<ASE::BaseNode*>& nodes);
161 void BuildAnimations(const std::vector<ASE::BaseNode*>& nodes);
170 void AddNodes(const std::vector<ASE::BaseNode*>& nodes,
173 void AddNodes(const std::vector<ASE::BaseNode*>& nodes,
177 void AddMeshes(const ASE::BaseNode* snode,aiNode* node);
189 ASE::Parser* mParser;
/dports/games/doomsday/doomsday-2.3.1/doomsday/external/assimp/code/
H A DASEParser.cpp57 using namespace Assimp::ASE;
372 ASE::Mesh* curMesh = NULL; in ParseLV1SoftSkinBlock()
912 ((ASE::Light&)node).mLightType = ASE::Light::OMNI; in ParseLV1ObjectBlock()
916 ((ASE::Light&)node).mLightType = ASE::Light::TARGET; in ParseLV1ObjectBlock()
920 ((ASE::Light&)node).mLightType = ASE::Light::FREE; in ParseLV1ObjectBlock()
924 ((ASE::Light&)node).mLightType = ASE::Light::DIRECTIONAL; in ParseLV1ObjectBlock()
945 ((ASE::Camera&)node).mCameraType = ASE::Camera::TARGET; in ParseLV1ObjectBlock()
949 ((ASE::Camera&)node).mCameraType = ASE::Camera::FREE; in ParseLV1ObjectBlock()
1051 ASE::Animation* anim = &mesh.mAnim; in ParseLV2AnimationBlock()
1069 … ( mesh.mType != BaseNode::Light || ((ASE::Light&)mesh).mLightType != ASE::Light::TARGET)) in ParseLV2AnimationBlock()
[all …]
H A DASELoader.h108 bool GenerateNormals(ASE::Mesh& mesh);
117 void BuildUniqueRepresentation(ASE::Mesh& mesh);
124 void ConvertMeshes(ASE::Mesh& mesh, std::vector<aiMesh*>& avOut);
131 void ConvertMaterial(ASE::Material& mat);
143 void BuildNodes(std::vector<ASE::BaseNode*>& nodes);
161 void BuildAnimations(const std::vector<ASE::BaseNode*>& nodes);
170 void AddNodes(const std::vector<ASE::BaseNode*>& nodes,
173 void AddNodes(const std::vector<ASE::BaseNode*>& nodes,
177 void AddMeshes(const ASE::BaseNode* snode,aiNode* node);
189 ASE::Parser* mParser;
/dports/multimedia/assimp/assimp-5.1.3/code/AssetLib/ASE/
H A DASEParser.cpp57 using namespace Assimp::ASE;
343 ASE::Mesh *curMesh = nullptr; in ParseLV1SoftSkinBlock()
811 ((ASE::Light &)node).mLightType = ASE::Light::OMNI; in ParseLV1ObjectBlock()
813 ((ASE::Light &)node).mLightType = ASE::Light::TARGET; in ParseLV1ObjectBlock()
815 ((ASE::Light &)node).mLightType = ASE::Light::FREE; in ParseLV1ObjectBlock()
817 ((ASE::Light &)node).mLightType = ASE::Light::DIRECTIONAL; in ParseLV1ObjectBlock()
830 ((ASE::Camera &)node).mCameraType = ASE::Camera::TARGET; in ParseLV1ObjectBlock()
832 ((ASE::Camera &)node).mCameraType = ASE::Camera::FREE; in ParseLV1ObjectBlock()
914 ASE::Animation *anim = &mesh.mAnim; in ParseLV2AnimationBlock()
1118 … if ((mesh.mType == BaseNode::Light && ((ASE::Light &)mesh).mLightType == ASE::Light::TARGET) || in ParseLV2NodeTransformBlock()
[all …]
H A DASELoader.h102 bool GenerateNormals(ASE::Mesh& mesh);
110 void BuildUniqueRepresentation(ASE::Mesh& mesh);
116 void ConvertMeshes(ASE::Mesh& mesh, std::vector<aiMesh*>& avOut);
122 void ConvertMaterial(ASE::Material& mat);
132 void BuildNodes(std::vector<ASE::BaseNode*>& nodes);
147 void BuildAnimations(const std::vector<ASE::BaseNode*>& nodes);
155 void AddNodes(const std::vector<ASE::BaseNode*>& nodes,
158 void AddNodes(const std::vector<ASE::BaseNode*>& nodes,
162 void AddMeshes(const ASE::BaseNode* snode,aiNode* node);
173 ASE::Parser* mParser;
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/3rdparty/assimp/code/
H A DASEParser.cpp58 using namespace Assimp::ASE;
373 ASE::Mesh* curMesh = NULL; in ParseLV1SoftSkinBlock()
914 ((ASE::Light&)node).mLightType = ASE::Light::OMNI; in ParseLV1ObjectBlock()
918 ((ASE::Light&)node).mLightType = ASE::Light::TARGET; in ParseLV1ObjectBlock()
922 ((ASE::Light&)node).mLightType = ASE::Light::FREE; in ParseLV1ObjectBlock()
926 ((ASE::Light&)node).mLightType = ASE::Light::DIRECTIONAL; in ParseLV1ObjectBlock()
947 ((ASE::Camera&)node).mCameraType = ASE::Camera::TARGET; in ParseLV1ObjectBlock()
951 ((ASE::Camera&)node).mCameraType = ASE::Camera::FREE; in ParseLV1ObjectBlock()
1053 ASE::Animation* anim = &mesh.mAnim; in ParseLV2AnimationBlock()
1071 … ( mesh.mType != BaseNode::Light || ((ASE::Light&)mesh).mLightType != ASE::Light::TARGET)) in ParseLV2AnimationBlock()
[all …]
H A DASELoader.h107 bool GenerateNormals(ASE::Mesh& mesh);
116 void BuildUniqueRepresentation(ASE::Mesh& mesh);
123 void ConvertMeshes(ASE::Mesh& mesh, std::vector<aiMesh*>& avOut);
130 void ConvertMaterial(ASE::Material& mat);
142 void BuildNodes(std::vector<ASE::BaseNode*>& nodes);
160 void BuildAnimations(const std::vector<ASE::BaseNode*>& nodes);
169 void AddNodes(const std::vector<ASE::BaseNode*>& nodes,
172 void AddNodes(const std::vector<ASE::BaseNode*>& nodes,
176 void AddMeshes(const ASE::BaseNode* snode,aiNode* node);
188 ASE::Parser* mParser;
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/CodeGen/Mips/
H A Dase_warnings.ll61 ; MSA_32: warning: the 'msa' ASE requires MIPS32 revision 5 or greater
62 ; MSA_64: warning: the 'msa' ASE requires MIPS64 revision 5 or greater
66 ; DSPR2_32: warning: the 'dspr2' ASE requires MIPS32 revision 2 or greater
71 ; DSP_32: warning: the 'dsp' ASE requires MIPS32 revision 2 or greater
72 ; DSP_64: warning: the 'dsp' ASE requires MIPS64 revision 2 or greater
76 ; VIRT_32: warning: the 'virt' ASE requires MIPS32 revision 5 or greater
77 ; VIRT_64: warning: the 'virt' ASE requires MIPS64 revision 5 or greater
81 ; CRC_32: warning: the 'crc' ASE requires MIPS32 revision 6 or greater
82 ; CRC_64: warning: the 'crc' ASE requires MIPS64 revision 6 or greater
86 ; GINV_32: warning: the 'ginv' ASE requires MIPS32 revision 6 or greater
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/test/CodeGen/Mips/
H A Dase_warnings.ll61 ; MSA_32: warning: the 'msa' ASE requires MIPS32 revision 5 or greater
62 ; MSA_64: warning: the 'msa' ASE requires MIPS64 revision 5 or greater
66 ; DSPR2_32: warning: the 'dspr2' ASE requires MIPS32 revision 2 or greater
71 ; DSP_32: warning: the 'dsp' ASE requires MIPS32 revision 2 or greater
72 ; DSP_64: warning: the 'dsp' ASE requires MIPS64 revision 2 or greater
76 ; VIRT_32: warning: the 'virt' ASE requires MIPS32 revision 5 or greater
77 ; VIRT_64: warning: the 'virt' ASE requires MIPS64 revision 5 or greater
81 ; CRC_32: warning: the 'crc' ASE requires MIPS32 revision 6 or greater
82 ; CRC_64: warning: the 'crc' ASE requires MIPS64 revision 6 or greater
86 ; GINV_32: warning: the 'ginv' ASE requires MIPS32 revision 6 or greater
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/CodeGen/Mips/
H A Dase_warnings.ll61 ; MSA_32: warning: the 'msa' ASE requires MIPS32 revision 5 or greater
62 ; MSA_64: warning: the 'msa' ASE requires MIPS64 revision 5 or greater
66 ; DSPR2_32: warning: the 'dspr2' ASE requires MIPS32 revision 2 or greater
71 ; DSP_32: warning: the 'dsp' ASE requires MIPS32 revision 2 or greater
72 ; DSP_64: warning: the 'dsp' ASE requires MIPS64 revision 2 or greater
76 ; VIRT_32: warning: the 'virt' ASE requires MIPS32 revision 5 or greater
77 ; VIRT_64: warning: the 'virt' ASE requires MIPS64 revision 5 or greater
81 ; CRC_32: warning: the 'crc' ASE requires MIPS32 revision 6 or greater
82 ; CRC_64: warning: the 'crc' ASE requires MIPS64 revision 6 or greater
86 ; GINV_32: warning: the 'ginv' ASE requires MIPS32 revision 6 or greater
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/CodeGen/Mips/
H A Dase_warnings.ll61 ; MSA_32: warning: the 'msa' ASE requires MIPS32 revision 5 or greater
62 ; MSA_64: warning: the 'msa' ASE requires MIPS64 revision 5 or greater
66 ; DSPR2_32: warning: the 'dspr2' ASE requires MIPS32 revision 2 or greater
71 ; DSP_32: warning: the 'dsp' ASE requires MIPS32 revision 2 or greater
72 ; DSP_64: warning: the 'dsp' ASE requires MIPS64 revision 2 or greater
76 ; VIRT_32: warning: the 'virt' ASE requires MIPS32 revision 5 or greater
77 ; VIRT_64: warning: the 'virt' ASE requires MIPS64 revision 5 or greater
81 ; CRC_32: warning: the 'crc' ASE requires MIPS32 revision 6 or greater
82 ; CRC_64: warning: the 'crc' ASE requires MIPS64 revision 6 or greater
86 ; GINV_32: warning: the 'ginv' ASE requires MIPS32 revision 6 or greater
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/CodeGen/Mips/
H A Dase_warnings.ll61 ; MSA_32: warning: the 'msa' ASE requires MIPS32 revision 5 or greater
62 ; MSA_64: warning: the 'msa' ASE requires MIPS64 revision 5 or greater
66 ; DSPR2_32: warning: the 'dspr2' ASE requires MIPS32 revision 2 or greater
71 ; DSP_32: warning: the 'dsp' ASE requires MIPS32 revision 2 or greater
72 ; DSP_64: warning: the 'dsp' ASE requires MIPS64 revision 2 or greater
76 ; VIRT_32: warning: the 'virt' ASE requires MIPS32 revision 5 or greater
77 ; VIRT_64: warning: the 'virt' ASE requires MIPS64 revision 5 or greater
81 ; CRC_32: warning: the 'crc' ASE requires MIPS32 revision 6 or greater
82 ; CRC_64: warning: the 'crc' ASE requires MIPS64 revision 6 or greater
86 ; GINV_32: warning: the 'ginv' ASE requires MIPS32 revision 6 or greater
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/test/CodeGen/Mips/
H A Dase_warnings.ll61 ; MSA_32: warning: the 'msa' ASE requires MIPS32 revision 5 or greater
62 ; MSA_64: warning: the 'msa' ASE requires MIPS64 revision 5 or greater
66 ; DSPR2_32: warning: the 'dspr2' ASE requires MIPS32 revision 2 or greater
71 ; DSP_32: warning: the 'dsp' ASE requires MIPS32 revision 2 or greater
72 ; DSP_64: warning: the 'dsp' ASE requires MIPS64 revision 2 or greater
76 ; VIRT_32: warning: the 'virt' ASE requires MIPS32 revision 5 or greater
77 ; VIRT_64: warning: the 'virt' ASE requires MIPS64 revision 5 or greater
81 ; CRC_32: warning: the 'crc' ASE requires MIPS32 revision 6 or greater
82 ; CRC_64: warning: the 'crc' ASE requires MIPS64 revision 6 or greater
86 ; GINV_32: warning: the 'ginv' ASE requires MIPS32 revision 6 or greater
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/CodeGen/Mips/
H A Dase_warnings.ll61 ; MSA_32: warning: the 'msa' ASE requires MIPS32 revision 5 or greater
62 ; MSA_64: warning: the 'msa' ASE requires MIPS64 revision 5 or greater
66 ; DSPR2_32: warning: the 'dspr2' ASE requires MIPS32 revision 2 or greater
71 ; DSP_32: warning: the 'dsp' ASE requires MIPS32 revision 2 or greater
72 ; DSP_64: warning: the 'dsp' ASE requires MIPS64 revision 2 or greater
76 ; VIRT_32: warning: the 'virt' ASE requires MIPS32 revision 5 or greater
77 ; VIRT_64: warning: the 'virt' ASE requires MIPS64 revision 5 or greater
81 ; CRC_32: warning: the 'crc' ASE requires MIPS32 revision 6 or greater
82 ; CRC_64: warning: the 'crc' ASE requires MIPS64 revision 6 or greater
86 ; GINV_32: warning: the 'ginv' ASE requires MIPS32 revision 6 or greater
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/test/CodeGen/Mips/
H A Dase_warnings.ll61 ; MSA_32: warning: the 'msa' ASE requires MIPS32 revision 5 or greater
62 ; MSA_64: warning: the 'msa' ASE requires MIPS64 revision 5 or greater
66 ; DSPR2_32: warning: the 'dspr2' ASE requires MIPS32 revision 2 or greater
71 ; DSP_32: warning: the 'dsp' ASE requires MIPS32 revision 2 or greater
72 ; DSP_64: warning: the 'dsp' ASE requires MIPS64 revision 2 or greater
76 ; VIRT_32: warning: the 'virt' ASE requires MIPS32 revision 5 or greater
77 ; VIRT_64: warning: the 'virt' ASE requires MIPS64 revision 5 or greater
81 ; CRC_32: warning: the 'crc' ASE requires MIPS32 revision 6 or greater
82 ; CRC_64: warning: the 'crc' ASE requires MIPS64 revision 6 or greater
86 ; GINV_32: warning: the 'ginv' ASE requires MIPS32 revision 6 or greater
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/CodeGen/Mips/
H A Dase_warnings.ll61 ; MSA_32: warning: the 'msa' ASE requires MIPS32 revision 5 or greater
62 ; MSA_64: warning: the 'msa' ASE requires MIPS64 revision 5 or greater
66 ; DSPR2_32: warning: the 'dspr2' ASE requires MIPS32 revision 2 or greater
71 ; DSP_32: warning: the 'dsp' ASE requires MIPS32 revision 2 or greater
72 ; DSP_64: warning: the 'dsp' ASE requires MIPS64 revision 2 or greater
76 ; VIRT_32: warning: the 'virt' ASE requires MIPS32 revision 5 or greater
77 ; VIRT_64: warning: the 'virt' ASE requires MIPS64 revision 5 or greater
81 ; CRC_32: warning: the 'crc' ASE requires MIPS32 revision 6 or greater
82 ; CRC_64: warning: the 'crc' ASE requires MIPS64 revision 6 or greater
86 ; GINV_32: warning: the 'ginv' ASE requires MIPS32 revision 6 or greater
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/test/CodeGen/Mips/
H A Dase_warnings.ll61 ; MSA_32: warning: the 'msa' ASE requires MIPS32 revision 5 or greater
62 ; MSA_64: warning: the 'msa' ASE requires MIPS64 revision 5 or greater
66 ; DSPR2_32: warning: the 'dspr2' ASE requires MIPS32 revision 2 or greater
71 ; DSP_32: warning: the 'dsp' ASE requires MIPS32 revision 2 or greater
72 ; DSP_64: warning: the 'dsp' ASE requires MIPS64 revision 2 or greater
76 ; VIRT_32: warning: the 'virt' ASE requires MIPS32 revision 5 or greater
77 ; VIRT_64: warning: the 'virt' ASE requires MIPS64 revision 5 or greater
81 ; CRC_32: warning: the 'crc' ASE requires MIPS32 revision 6 or greater
82 ; CRC_64: warning: the 'crc' ASE requires MIPS64 revision 6 or greater
86 ; GINV_32: warning: the 'ginv' ASE requires MIPS32 revision 6 or greater
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/CodeGen/Mips/
H A Dase_warnings.ll61 ; MSA_32: warning: the 'msa' ASE requires MIPS32 revision 5 or greater
62 ; MSA_64: warning: the 'msa' ASE requires MIPS64 revision 5 or greater
66 ; DSPR2_32: warning: the 'dspr2' ASE requires MIPS32 revision 2 or greater
71 ; DSP_32: warning: the 'dsp' ASE requires MIPS32 revision 2 or greater
72 ; DSP_64: warning: the 'dsp' ASE requires MIPS64 revision 2 or greater
76 ; VIRT_32: warning: the 'virt' ASE requires MIPS32 revision 5 or greater
77 ; VIRT_64: warning: the 'virt' ASE requires MIPS64 revision 5 or greater
81 ; CRC_32: warning: the 'crc' ASE requires MIPS32 revision 6 or greater
82 ; CRC_64: warning: the 'crc' ASE requires MIPS64 revision 6 or greater
86 ; GINV_32: warning: the 'ginv' ASE requires MIPS32 revision 6 or greater
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/test/CodeGen/Mips/
H A Dase_warnings.ll61 ; MSA_32: warning: the 'msa' ASE requires MIPS32 revision 5 or greater
62 ; MSA_64: warning: the 'msa' ASE requires MIPS64 revision 5 or greater
66 ; DSPR2_32: warning: the 'dspr2' ASE requires MIPS32 revision 2 or greater
71 ; DSP_32: warning: the 'dsp' ASE requires MIPS32 revision 2 or greater
72 ; DSP_64: warning: the 'dsp' ASE requires MIPS64 revision 2 or greater
76 ; VIRT_32: warning: the 'virt' ASE requires MIPS32 revision 5 or greater
77 ; VIRT_64: warning: the 'virt' ASE requires MIPS64 revision 5 or greater
81 ; CRC_32: warning: the 'crc' ASE requires MIPS32 revision 6 or greater
82 ; CRC_64: warning: the 'crc' ASE requires MIPS64 revision 6 or greater
86 ; GINV_32: warning: the 'ginv' ASE requires MIPS32 revision 6 or greater
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/test/CodeGen/Mips/
H A Dase_warnings.ll61 ; MSA_32: warning: the 'msa' ASE requires MIPS32 revision 5 or greater
62 ; MSA_64: warning: the 'msa' ASE requires MIPS64 revision 5 or greater
66 ; DSPR2_32: warning: the 'dspr2' ASE requires MIPS32 revision 2 or greater
71 ; DSP_32: warning: the 'dsp' ASE requires MIPS32 revision 2 or greater
72 ; DSP_64: warning: the 'dsp' ASE requires MIPS64 revision 2 or greater
76 ; VIRT_32: warning: the 'virt' ASE requires MIPS32 revision 5 or greater
77 ; VIRT_64: warning: the 'virt' ASE requires MIPS64 revision 5 or greater
81 ; CRC_32: warning: the 'crc' ASE requires MIPS32 revision 6 or greater
82 ; CRC_64: warning: the 'crc' ASE requires MIPS64 revision 6 or greater
86 ; GINV_32: warning: the 'ginv' ASE requires MIPS32 revision 6 or greater
[all …]

12345678910>>...102