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

1 2 3 4 5 6 78 91011>>

  /external/javassist/src/main/javassist/
CtConstructor.java 161 return op0 == Opcode.RETURN // empty static initializer
162 || (op0 == Opcode.ALOAD_0
163 && it.byteAt(pos = it.next()) == Opcode.INVOKESPECIAL
167 && it.byteAt(it.next()) == Opcode.RETURN
384 iterator.writeByte(Opcode.POP, pos++); // this
385 iterator.writeByte(Opcode.NOP, pos);
386 iterator.writeByte(Opcode.NOP, pos + 1);
391 iterator.writeByte(it.is2byte() ? Opcode.POP2 : Opcode.POP,
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCPredicates.cpp 19 PPC::Predicate PPC::InvertPredicate(PPC::Predicate Opcode) {
20 switch (Opcode) {
50 llvm_unreachable("Unknown PPC branch opcode!");
53 PPC::Predicate PPC::getSwappedPredicate(PPC::Predicate Opcode) {
54 switch (Opcode) {
84 llvm_unreachable("Unknown PPC branch opcode!");
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_optimize.c 73 reader_data->Writer->U.I.PreSub.Opcode,
93 (inst->U.I.Opcode == RC_OPCODE_TEX ||
94 inst->U.I.Opcode == RC_OPCODE_TXB ||
95 inst->U.I.Opcode == RC_OPCODE_TXP ||
96 inst->U.I.Opcode == RC_OPCODE_TXD ||
97 inst->U.I.Opcode == RC_OPCODE_TXL ||
98 inst->U.I.Opcode == RC_OPCODE_KIL)){
217 inst->U.I.Opcode = RC_OPCODE_MUL;
224 inst->U.I.Opcode = RC_OPCODE_ADD;
230 inst->U.I.Opcode = RC_OPCODE_MOV
311 const struct rc_opcode_info * opcode = rc_get_opcode_info(inst->U.I.Opcode); local
    [all...]
radeon_opcodes.h 243 rc_opcode Opcode;
269 static inline const struct rc_opcode_info * rc_get_opcode_info(rc_opcode opcode)
271 assert((unsigned int)opcode < MAX_RC_OPCODE);
272 assert(rc_opcodes[opcode].Opcode == opcode);
274 return &rc_opcodes[opcode];
radeon_program.h 65 rc_presubtract_op Opcode;
82 * Opcode of this instruction, according to \ref rc_opcode enums.
84 unsigned int Opcode:8;
  /external/mesa3d/src/gallium/drivers/radeon/
SIInstrInfo.h 49 virtual bool isMov(unsigned Opcode) const;
SIInstrInfo.cpp 63 bool SIInstrInfo::isMov(unsigned Opcode) const
65 switch(Opcode) {
  /external/mesa3d/src/mesa/program/
programopt.c 90 newInst[i].Opcode = OPCODE_DP4;
162 newInst[0].Opcode = OPCODE_MUL;
174 newInst[i].Opcode = OPCODE_MAD;
189 newInst[3].Opcode = OPCODE_MAD;
301 if (inst->Opcode == OPCODE_END)
313 assert(inst->Opcode == OPCODE_END); /* we'll overwrite this inst */
321 inst->Opcode = OPCODE_MAD;
342 inst->Opcode = OPCODE_MUL;
356 inst->Opcode = OPCODE_MUL;
369 inst->Opcode = OPCODE_EX2
    [all...]
  /art/tools/dexfuzz/src/dexfuzz/rawdex/formats/
Format35c.java 21 import dexfuzz.rawdex.Opcode;
70 if (info.opcode == Opcode.FILLED_NEW_ARRAY) {
Format3rc.java 21 import dexfuzz.rawdex.Opcode;
63 if (info.opcode == Opcode.FILLED_NEW_ARRAY_RANGE) {
  /external/llvm/lib/Target/AMDGPU/
AMDGPUTargetTransformInfo.h 64 unsigned getCFInstrCost(unsigned Opcode);
66 int getVectorInstrCost(unsigned Opcode, Type *ValTy, unsigned Index);
  /external/llvm/lib/Target/ARM/
ARMSelectionDAGInfo.h 23 static inline ShiftOpc getShiftOpcForNode(unsigned Opcode) {
24 switch (Opcode) {
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/instruction/
BuilderInstruction20bc.java 35 import org.jf.dexlib2.Opcode;
50 public BuilderInstruction20bc(@Nonnull Opcode opcode,
53 super(opcode);
BuilderInstruction22c.java 35 import org.jf.dexlib2.Opcode;
50 public BuilderInstruction22c(@Nonnull Opcode opcode,
54 super(opcode);
63 @Override public int getReferenceType() { return opcode.referenceType; }
BuilderInstruction25x.java 35 import org.jf.dexlib2.Opcode;
52 public BuilderInstruction25x(@Nonnull Opcode opcode,
59 super(opcode);
BuilderInstruction3rc.java 35 import org.jf.dexlib2.Opcode;
51 public BuilderInstruction3rc(@Nonnull Opcode opcode,
55 super(opcode);
64 @Override public int getReferenceType() { return opcode.referenceType; }
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/instruction/
DexBackedInstruction20bc.java 34 import org.jf.dexlib2.Opcode;
45 @Nonnull Opcode opcode,
47 super(dexFile, opcode, instructionStart);
DexBackedInstruction22c.java 34 import org.jf.dexlib2.Opcode;
45 @Nonnull Opcode opcode,
47 super(dexFile, opcode, instructionStart);
63 return DexBackedReference.makeReference(dexFile, opcode.referenceType, dexFile.readUshort(instructionStart + 2));
68 return opcode.referenceType;
DexBackedInstruction25x.java 34 import org.jf.dexlib2.Opcode;
43 @Nonnull Opcode opcode,
45 super(dexFile, opcode, instructionStart);
DexBackedInstruction35c.java 34 import org.jf.dexlib2.Opcode;
45 @Nonnull Opcode opcode,
47 super(dexFile, opcode, instructionStart);
82 return DexBackedReference.makeReference(dexFile, opcode.referenceType,
88 return opcode.referenceType;
DexBackedInstruction35mi.java 34 import org.jf.dexlib2.Opcode;
43 @Nonnull Opcode opcode,
45 super(dexFile, opcode, instructionStart);
DexBackedInstruction35ms.java 34 import org.jf.dexlib2.Opcode;
43 @Nonnull Opcode opcode,
45 super(dexFile, opcode, instructionStart);
DexBackedPackedSwitchPayload.java 34 import org.jf.dexlib2.Opcode;
52 super(dexFile, Opcode.PACKED_SWITCH_PAYLOAD, instructionStart);
DexBackedSparseSwitchPayload.java 34 import org.jf.dexlib2.Opcode;
51 super(dexFile, Opcode.SPARSE_SWITCH_PAYLOAD, instructionStart);
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/
ImmutableInstruction20bc.java 35 import org.jf.dexlib2.Opcode;
51 public ImmutableInstruction20bc(@Nonnull Opcode opcode,
54 super(opcode);
56 this.reference = ImmutableReferenceFactory.of(opcode.referenceType, reference);

Completed in 317 milliseconds

1 2 3 4 5 6 78 91011>>