Searched defs:opcodeName (Results  1 – 8 of 8) sorted by relevance
| /external/smali/dexlib2/src/main/java/org/jf/dexlib2/ | 
| D | Opcodes.java | 128     public Opcode getOpcodeByName(@Nonnull String opcodeName) {  in getOpcodeByName()
 | 
| D | Opcode.java | 361     Opcode(int opcodeValue, String opcodeName, int referenceType, Format format) {  in Opcode()365     Opcode(int opcodeValue, String opcodeName, int referenceType, Format format, int flags) {  in Opcode()
 369 …Opcode(List<VersionConstraint> versionConstraints, String opcodeName, int referenceType, Format fo…  in Opcode()
 373 …Opcode(List<VersionConstraint> versionConstraints, String opcodeName, int referenceType, int refer…  in Opcode()
 
 | 
| /external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/ | 
| D | Opcodes.java | 127     public Opcode getOpcodeByName(@Nonnull String opcodeName) {  in getOpcodeByName()
 | 
| D | Opcode.java | 360     Opcode(int opcodeValue, String opcodeName, int referenceType, Format format) {  in Opcode()364     Opcode(int opcodeValue, String opcodeName, int referenceType, Format format, int flags) {  in Opcode()
 368 …Opcode(List<VersionConstraint> versionConstraints, String opcodeName, int referenceType, Format fo…  in Opcode()
 372 …Opcode(List<VersionConstraint> versionConstraints, String opcodeName, int referenceType, int refer…  in Opcode()
 
 | 
| /external/llvm/utils/TableGen/ | 
| D | DAGISelMatcher.h | 932   EmitNodeMatcherCommon(const std::string &opcodeName,  in EmitNodeMatcherCommon()981   EmitNodeMatcher(const std::string &opcodeName,  in EmitNodeMatcher()
 1004   MorphNodeToMatcher(const std::string &opcodeName,  in MorphNodeToMatcher()
 
 | 
| /external/swiftshader/third_party/SPIRV-Tools/source/ | 
| D | text.cpp | 525   std::string opcodeName;  in spvTextEncodeOpcode()  local
 | 
| /external/deqp-deps/SPIRV-Tools/source/ | 
| D | text.cpp | 524   std::string opcodeName;  in spvTextEncodeOpcode()  local
 | 
| /external/angle/third_party/vulkan-deps/spirv-tools/src/source/ | 
| D | text.cpp | 537   std::string opcodeName;  in spvTextEncodeOpcode()  local
 |