HomeSort by relevance Sort by last modified time
    Searched defs:Insn (Results 1 - 12 of 12) 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/Sparc/Disassembler/
SparcDisassembler.cpp 187 static DecodeStatus DecodeLoadInt(MCInst &Inst, unsigned insn, uint64_t Address,
189 static DecodeStatus DecodeLoadFP(MCInst &Inst, unsigned insn, uint64_t Address,
191 static DecodeStatus DecodeLoadDFP(MCInst &Inst, unsigned insn, uint64_t Address,
193 static DecodeStatus DecodeLoadQFP(MCInst &Inst, unsigned insn, uint64_t Address,
195 static DecodeStatus DecodeStoreInt(MCInst &Inst, unsigned insn,
197 static DecodeStatus DecodeStoreFP(MCInst &Inst, unsigned insn,
199 static DecodeStatus DecodeStoreDFP(MCInst &Inst, unsigned insn,
201 static DecodeStatus DecodeStoreQFP(MCInst &Inst, unsigned insn,
203 static DecodeStatus DecodeCall(MCInst &Inst, unsigned insn,
205 static DecodeStatus DecodeSIMM13(MCInst &Inst, unsigned insn,
    [all...]
  /cts/tools/dasm/src/dasm/
sym.java 27 static final int Insn = 69;
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
gen_x86_insn.py 380 class Insn(object):
461 return Insn(self.groupname,
505 opts.append(Insn(groupname, **kwargs))
538 for insn in insns[name]:
539 group = groups[insn.groupname]
540 unused_groups.discard(insn.groupname)
545 if insn.parsers is not None:
546 parsers &= insn.parsers
550 if insn.suffix is None:
566 newinsn = insn.copy(
    [all...]
  /external/llvm/lib/Target/Mips/Disassembler/
MipsDisassembler.cpp 126 unsigned Insn,
165 unsigned Insn,
225 unsigned Insn,
249 unsigned Insn,
254 unsigned Insn,
258 static DecodeStatus DecodeMSA128Mem(MCInst &Inst, unsigned Insn,
262 unsigned Insn,
267 unsigned Insn,
271 static DecodeStatus DecodeFMem(MCInst &Inst, unsigned Insn,
276 unsigned Insn,
    [all...]
  /external/llvm/utils/TableGen/
FixedLenDecoderEmitter.cpp 372 // Populates the insn given the uid.
373 void insnWithID(insn_t &Insn, unsigned Opcode) const {
386 Insn.push_back(BIT_UNSET);
388 Insn.push_back(bitFromBits(Bits, i));
397 // Populates the field of the insn given the start position and the number of
402 bool fieldFromInsn(uint64_t &Field, insn_t &Insn, unsigned StartBit,
433 const insn_t &Insn) const;
510 insn_t Insn;
512 // Populates the insn given the uid.
513 Owner->insnWithID(Insn, Owner->Opcodes[i])
    [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp 359 Instruction *Insn = dyn_cast<Instruction>(UPN->getIncomingValue(I));
360 if (Insn && Insn->getParent() == BB &&
361 Insn->getParent() != UPN->getIncomingBlock(I))
    [all...]
  /dalvik/dx/etc/
jasmin.jar 
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.0/
dexmaker-1.0.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 691 milliseconds