HomeSort by relevance Sort by last modified time
    Searched defs:Insn (Results 1 - 9 of 9) sorted by null

  /dalvik/dexgen/src/com/android/dexgen/rop/code/
Insn.java 32 public abstract class Insn implements ToHuman {
53 public Insn(Rop opcode, SourcePosition position, RegisterSpec result,
227 public abstract Insn withAddedCatch(Type type);
236 public abstract Insn withRegisterOffset(int delta);
240 * possible, the insn is converted into a version in which the last
247 public Insn withLastSourceLiteral() {
252 * Returns an exact copy of this Insn
256 public Insn copy() {
273 * Compares Insn contents, since {@code Insn.equals()} is define
    [all...]
  /dalvik/dx/src/com/android/dx/rop/code/
Insn.java 30 public abstract class Insn implements ToHuman {
51 public Insn(Rop opcode, SourcePosition position, RegisterSpec result,
225 public abstract Insn withAddedCatch(Type type);
234 public abstract Insn withRegisterOffset(int delta);
238 * possible, the insn is converted into a version in which a source
245 public Insn withSourceLiteral() {
250 * Returns an exact copy of this Insn
254 public Insn copy() {
271 * Compares Insn contents, since {@code Insn.equals()} is define
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
Insn.java 30 public abstract class Insn implements ToHuman {
51 public Insn(Rop opcode, SourcePosition position, RegisterSpec result,
225 public abstract Insn withAddedCatch(Type type);
234 public abstract Insn withRegisterOffset(int delta);
238 * possible, the insn is converted into a version in which a source
245 public Insn withSourceLiteral() {
250 * Returns an exact copy of this Insn
254 public Insn copy() {
271 * Compares Insn contents, since {@code Insn.equals()} is define
    [all...]
  /external/llvm/lib/Target/Mips/Disassembler/
MipsDisassembler.cpp 127 unsigned Insn,
137 unsigned Insn,
152 unsigned Insn,
158 unsigned Insn,
163 unsigned Insn,
167 static DecodeStatus DecodeFMem(MCInst &Inst, unsigned Insn,
172 unsigned Insn,
177 unsigned Insn,
182 unsigned Insn,
187 unsigned Insn,
    [all...]
  /cts/tools/dasm/src/dasm/
sym.java 27 static final int Insn = 69;
  /external/llvm/utils/TableGen/
FixedLenDecoderEmitter.cpp 373 // Populates the insn given the uid.
374 void insnWithID(insn_t &Insn, unsigned Opcode) const {
387 Insn.push_back(BIT_UNSET);
389 Insn.push_back(bitFromBits(Bits, i));
398 // Populates the field of the insn given the start position and the number of
403 bool fieldFromInsn(uint64_t &Field, insn_t &Insn, unsigned StartBit,
434 const insn_t &Insn) const;
511 insn_t Insn;
513 // Populates the insn given the uid.
514 Owner->insnWithID(Insn, Owner->Opcodes[i])
    [all...]
  /external/llvm/lib/Transforms/Scalar/
CodeGenPrepare.cpp 329 Instruction *Insn = dyn_cast<Instruction>(UPN->getIncomingValue(I));
330 if (Insn && Insn->getParent() == BB &&
331 Insn->getParent() != UPN->getIncomingBlock(I))
    [all...]
  /dalvik/dx/etc/
jasmin.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 253 milliseconds