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...]
  /cts/tools/dasm/src/dasm/
sym.java 27 static final int Insn = 69;
  /external/llvm/lib/Transforms/Scalar/
CodeGenPrepare.cpp 235 Instruction *Insn = dyn_cast<Instruction>(UPN->getIncomingValue(I));
236 if (Insn && Insn->getParent() == BB &&
237 Insn->getParent() != UPN->getIncomingBlock(I))
    [all...]
  /external/llvm/utils/TableGen/
ARMDecoderEmitter.cpp 423 // Populates the insn given the uid.
424 void insnWithID(insn_t &Insn, unsigned Opcode) const {
431 Insn[i] = bitFromBits(Bits, i);
437 Insn[21] = BIT_TRUE;
445 // Populates the field of the insn given the start position and the number of
450 bool fieldFromInsn(uint64_t &Field, insn_t &Insn, unsigned StartBit,
479 insn_t &Insn);
558 insn_t Insn;
560 // Populates the insn given the uid.
561 Owner->insnWithID(Insn, Owner->Opcodes[i])
1162 insn_t insn; local
    [all...]
FixedLenDecoderEmitter.cpp 284 // Populates the insn given the uid.
285 void insnWithID(insn_t &Insn, unsigned Opcode) const {
289 Insn.push_back(bitFromBits(Bits, i));
297 // Populates the field of the insn given the start position and the number of
302 bool fieldFromInsn(uint64_t &Field, insn_t &Insn, unsigned StartBit,
331 insn_t &Insn);
396 insn_t Insn;
398 // Populates the insn given the uid.
399 Owner->insnWithID(Insn, Owner->Opcodes[i]);
403 bool ok = Owner->fieldFromInsn(Field, Insn, StartBit, NumBits)
1001 insn_t insn; local
    [all...]
  /cts/tools/dx-tests/lib/
jasmin.jar 
  /dalvik/dx/etc/
jasmin.jar 
  /prebuilt/sdk/tools/lib/
dx.jar 

Completed in 787 milliseconds