HomeSort by relevance Sort by last modified time
    Searched refs:Opcode (Results 126 - 150 of 716) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/instruction/
DexBackedInstruction3rc.java 34 import org.jf.dexlib2.Opcode;
44 @Nonnull Opcode opcode,
46 super(dexFile, opcode, instructionStart);
61 return DexBackedReference.makeReference(dexFile, opcode.referenceType,
67 return opcode.referenceType;
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/
ImmutableInstruction10t.java 35 import org.jf.dexlib2.Opcode;
46 public ImmutableInstruction10t(@Nonnull Opcode opcode,
48 super(opcode);
ImmutableInstruction11n.java 35 import org.jf.dexlib2.Opcode;
47 public ImmutableInstruction11n(@Nonnull Opcode opcode,
50 super(opcode);
ImmutableInstruction11x.java 35 import org.jf.dexlib2.Opcode;
46 public ImmutableInstruction11x(@Nonnull Opcode opcode,
48 super(opcode);
ImmutableInstruction12x.java 35 import org.jf.dexlib2.Opcode;
47 public ImmutableInstruction12x(@Nonnull Opcode opcode,
50 super(opcode);
ImmutableInstruction20t.java 35 import org.jf.dexlib2.Opcode;
46 public ImmutableInstruction20t(@Nonnull Opcode opcode,
48 super(opcode);
ImmutableInstruction21lh.java 35 import org.jf.dexlib2.Opcode;
47 public ImmutableInstruction21lh(@Nonnull Opcode opcode,
50 super(opcode);
ImmutableInstruction21s.java 35 import org.jf.dexlib2.Opcode;
47 public ImmutableInstruction21s(@Nonnull Opcode opcode,
50 super(opcode);
ImmutableInstruction21t.java 35 import org.jf.dexlib2.Opcode;
47 public ImmutableInstruction21t(@Nonnull Opcode opcode,
50 super(opcode);
ImmutableInstruction22x.java 35 import org.jf.dexlib2.Opcode;
47 public ImmutableInstruction22x(@Nonnull Opcode opcode,
50 super(opcode);
ImmutableInstruction30t.java 35 import org.jf.dexlib2.Opcode;
45 public ImmutableInstruction30t(@Nonnull Opcode opcode,
47 super(opcode);
ImmutableInstruction31i.java 35 import org.jf.dexlib2.Opcode;
47 public ImmutableInstruction31i(@Nonnull Opcode opcode,
50 super(opcode);
ImmutableInstruction31t.java 35 import org.jf.dexlib2.Opcode;
47 public ImmutableInstruction31t(@Nonnull Opcode opcode,
50 super(opcode);
ImmutableInstruction32x.java 35 import org.jf.dexlib2.Opcode;
47 public ImmutableInstruction32x(@Nonnull Opcode opcode,
50 super(opcode);
ImmutableInstruction51l.java 35 import org.jf.dexlib2.Opcode;
47 public ImmutableInstruction51l(@Nonnull Opcode opcode,
50 super(opcode);
  /external/smali/smalidea/src/main/java/org/jf/smalidea/util/
InstructionUtils.java 36 import org.jf.dexlib2.Opcode;
46 @NotNull SmaliMethod method, @NotNull Opcode opcode, int targetOffset) {
48 if (instruction.getOpcode() == opcode) {
  /external/smali/smalidea/src/test/java/org/jf/smalidea/
SmaliLabelReferenceTest.java 35 import org.jf.dexlib2.Opcode;
100 Assert.assertEquals(Opcode.RETURN, nextInstruction.getOpcode());
SmaliMethodTest.java 38 import org.jf.dexlib2.Opcode;
247 private void checkSourcePosition(SmaliMethod smaliMethod, int codeOffset, Opcode opcode) {
252 Assert.assertEquals(opcode, instruction.getOpcode());
263 checkSourcePosition(smaliMethod, 0, Opcode.CONST_4);
264 checkSourcePosition(smaliMethod, 2, Opcode.IF_NEZ);
265 checkSourcePosition(smaliMethod, 6, Opcode.MOVE);
266 checkSourcePosition(smaliMethod, 8, Opcode.RETURN);
267 checkSourcePosition(smaliMethod, 10, Opcode.IF_NE);
268 checkSourcePosition(smaliMethod, 14, Opcode.SGET_OBJECT)
    [all...]
  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 49 int TargetTransformInfo::getOperationCost(unsigned Opcode, Type *Ty,
51 int Cost = TTIImpl->getOperationCost(Opcode, Ty, OpTy);
196 int TargetTransformInfo::getIntImmCost(unsigned Opcode, unsigned Idx,
198 int Cost = TTIImpl->getIntImmCost(Opcode, Idx, Imm, Ty);
223 unsigned Opcode, Type *Ty, OperandValueKind Opd1Info,
226 int Cost = TTIImpl->getArithmeticInstrCost(Opcode, Ty, Opd1Info, Opd2Info,
239 int TargetTransformInfo::getCastInstrCost(unsigned Opcode, Type *Dst,
241 int Cost = TTIImpl->getCastInstrCost(Opcode, Dst, Src);
246 int TargetTransformInfo::getCFInstrCost(unsigned Opcode) const {
247 int Cost = TTIImpl->getCFInstrCost(Opcode);
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXTargetTransformInfo.cpp 93 unsigned Opcode, Type *Ty, TTI::OperandValueKind Opd1Info,
99 int ISD = TLI->InstructionOpcodeToISD(Opcode);
103 return BaseT::getArithmeticInstrCost(Opcode, Ty, Opd1Info, Opd2Info,
116 return BaseT::getArithmeticInstrCost(Opcode, Ty, Opd1Info, Opd2Info,
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_pair_translate.c 42 switch(inst->Opcode) {
48 inst->Opcode = RC_OPCODE_MAD;
70 inst->Opcode = RC_OPCODE_MAD;
75 inst->Opcode = RC_OPCODE_MAD;
99 switch(inst->Opcode) {
154 const struct rc_opcode_info * opcode; local
163 pair->RGB.Opcode = RC_OPCODE_REPL_ALPHA;
165 pair->RGB.Opcode = inst->Opcode;
170 pair->Alpha.Opcode = inst->Opcode
331 const struct rc_opcode_info * opcode = rc_get_opcode_info(inst->Opcode); local
361 const struct rc_opcode_info * opcode; local
    [all...]
  /art/runtime/
dex_instruction.h 83 #define INSTRUCTION_ENUM(opcode, cname, p, f, r, i, a, v) cname = opcode,
150 kStore = 0x0080000, // store opcode
151 kLoad = 0x0100000, // load opcode
155 kExperimental = 0x1000000, // is an experimental opcode
192 int result = kInstructionSizeInCodeUnits[Opcode()];
218 DCHECK(FormatOf(Opcode()) >= k10x && FormatOf(Opcode()) <= k10t);
224 DCHECK(FormatOf(Opcode()) >= k20t && FormatOf(Opcode()) <= k25x)
    [all...]
  /art/tools/dexfuzz/src/dexfuzz/rawdex/formats/
Format22c.java 21 import dexfuzz.rawdex.Opcode;
67 if (info.opcode == Opcode.INSTANCE_OF || info.opcode == Opcode.NEW_ARRAY) {
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/instruction/
BuilderArrayPayload.java 36 import org.jf.dexlib2.Opcode;
45 public static final Opcode OPCODE = Opcode.ARRAY_PAYLOAD;
52 super(OPCODE);
61 @Override public Format getFormat() { return OPCODE.format; }
BuilderPackedSwitchPayload.java 37 import org.jf.dexlib2.Opcode;
47 public static final Opcode OPCODE = Opcode.PACKED_SWITCH_PAYLOAD;
53 super(OPCODE);
68 @Override public Format getFormat() { return OPCODE.format; }

Completed in 609 milliseconds

1 2 3 4 56 7 8 91011>>