Home
last modified time | relevance | path

Searched defs:opcodeName (Results 1 – 3 of 3) sorted by relevance

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/
DOpcodes.java58 public Opcode getOpcodeByName(String opcodeName) { in getOpcodeByName()
DOpcode.java331 Opcode(short opcodeValue, String opcodeName, int referenceType, Format format) { in Opcode()
335 Opcode(short opcodeValue, String opcodeName, int referenceType, Format format, int flags) { in Opcode()
339 …Opcode(short opcodeValue, String opcodeName, int referenceType, Format format, int flags, short ju… in Opcode()
343 …Opcode(short opcodeValue, String opcodeName, int apiConstraints, int referenceType, Format format)… in Opcode()
347 …Opcode(short opcodeValue, String opcodeName, int apiConstraints, int referenceType, Format format,… in Opcode()
351 …Opcode(short opcodeValue, String opcodeName, int apiConstraints, int referenceType, Format format,… in Opcode()
/external/llvm/utils/TableGen/
DDAGISelMatcher.h1026 EmitNodeMatcherCommon(const std::string &opcodeName, in EmitNodeMatcherCommon()
1076 EmitNodeMatcher(const std::string &opcodeName, in EmitNodeMatcher()
1099 MorphNodeToMatcher(const std::string &opcodeName, in MorphNodeToMatcher()