Home
last modified time | relevance | path

Searched defs:getOpcode (Results 1 – 24 of 24) sorted by relevance

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/instruction/
DInstruction.java49 Opcode getOpcode(); in getOpcode() method
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
DUnresolvedOdexInstruction.java52 @Override public Opcode getOpcode() { in getOpcode() method in UnresolvedOdexInstruction
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
DBuilderInstruction.java52 @Nonnull public Opcode getOpcode() { in getOpcode() method in BuilderInstruction
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/
DImmutableInstruction.java135 @Nonnull public Opcode getOpcode() { in getOpcode() method in ImmutableInstruction
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/instruction/
DDexBackedInstruction.java56 @Nonnull public Opcode getOpcode() { return opcode; } in getOpcode() method in DexBackedInstruction
/external/smali/smalidea/src/main/java/org/jf/smalidea/dexlib/instruction/
DSmalideaInstruction.java124 @Nonnull public Opcode getOpcode() { in getOpcode() method in SmalideaInstruction
/external/swiftshader/third_party/LLVM/include/llvm/
DOperator.h42 unsigned getOpcode() const { in getOpcode() function
51 static unsigned getOpcode(const Value *V) { in getOpcode() function
DInstruction.h82 unsigned getOpcode() const { return getValueID() - InstructionVal; } in getOpcode() function
/external/smali/smalidea/src/main/java/org/jf/smalidea/psi/impl/
DSmaliInstruction.java72 @NotNull public Opcode getOpcode() { in getOpcode() method in SmaliInstruction
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/rewriter/
DInstructionRewriter.java103 @Override public Opcode getOpcode() { in getOpcode() method in InstructionRewriter.BaseRewrittenReferenceInstruction
/external/llvm/include/llvm/IR/
DOperator.h48 unsigned getOpcode() const { in getOpcode() function
56 static unsigned getOpcode(const Value *V) { in getOpcode() function
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCInst.h137 unsigned getOpcode() const { return Opcode; } in getOpcode() function
DMCExpr.h268 Opcode getOpcode() const { return Op; } in getOpcode() function
400 Opcode getOpcode() const { return Op; } in getOpcode() function
DMCInstrDesc.h160 unsigned getOpcode() const { in getOpcode() function
/external/llvm/include/llvm/MC/
DMCInstrDesc.h178 unsigned getOpcode() const { return Opcode; } in getOpcode() function
DMCExpr.h370 Opcode getOpcode() const { return Op; } in getOpcode() function
506 Opcode getOpcode() const { return Op; } in getOpcode() function
/external/llvm/include/llvm/TableGen/
DRecord.h785 UnaryOp getOpcode() const { return (UnaryOp)Opc; } in getOpcode() function
838 BinaryOp getOpcode() const { return (BinaryOp)Opc; } in getOpcode() function
895 TernaryOp getOpcode() const { return (TernaryOp)Opc; } in getOpcode() function
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSymbolManager.h276 BinaryOperator::Opcode getOpcode() const { return Op; } in getOpcode() function
/external/swiftshader/third_party/LLVM/include/llvm/TableGen/
DRecord.h938 UnaryOp getOpcode() const { return Opc; } in getOpcode() function
986 BinaryOp getOpcode() const { return Opc; } in getOpcode() function
1041 TernaryOp getOpcode() const { return Opc; } in getOpcode() function
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_from_tgsi.cpp156 inline uint getOpcode() const { return insn->Instruction.Opcode; } in getOpcode() function in tgsi::Instruction
/external/llvm/utils/TableGen/
DDAGISelMatcher.h442 const SDNodeInfo &getOpcode() const { return Opcode; } in getOpcode() function
/external/swiftshader/third_party/LLVM/utils/TableGen/
DDAGISelMatcher.h454 const SDNodeInfo &getOpcode() const { return Opcode; } in getOpcode() function
/external/swiftshader/src/OpenGL/compiler/
DOutputASM.cpp358 sw::Shader::Opcode OutputASM::getOpcode(sw::Shader::Opcode op, TIntermTyped *in) const in getOpcode() function in glsl::OutputASM
/external/clang/include/clang/AST/
DExpr.h1692 Opcode getOpcode() const { return static_cast<Opcode>(Opc); } in getOpcode() function
2940 Opcode getOpcode() const { return static_cast<Opcode>(Opc); } in getOpcode() function