/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/ExecutionEngine/RuntimeDyld/Targets/ |
RuntimeDyldMachOARM.h | 144 uint32_t Insn = readBytesUnaligned(LocalAddress, 4); 145 Insn = (Insn & 0xfff0f000) | ((Value & 0xf000) << 4) | (Value & 0x0fff); 146 writeBytesUnaligned(Insn, LocalAddress, 4);
|
/external/llvm/lib/Target/Sparc/Disassembler/ |
SparcDisassembler.cpp | 236 static DecodeStatus DecodeLoadInt(MCInst &Inst, unsigned insn, uint64_t Address, 238 static DecodeStatus DecodeLoadIntPair(MCInst &Inst, unsigned insn, uint64_t Address, 240 static DecodeStatus DecodeLoadFP(MCInst &Inst, unsigned insn, uint64_t Address, 242 static DecodeStatus DecodeLoadDFP(MCInst &Inst, unsigned insn, uint64_t Address, 244 static DecodeStatus DecodeLoadQFP(MCInst &Inst, unsigned insn, uint64_t Address, 246 static DecodeStatus DecodeStoreInt(MCInst &Inst, unsigned insn, 248 static DecodeStatus DecodeStoreIntPair(MCInst &Inst, unsigned insn, 250 static DecodeStatus DecodeStoreFP(MCInst &Inst, unsigned insn, 252 static DecodeStatus DecodeStoreDFP(MCInst &Inst, unsigned insn, 254 static DecodeStatus DecodeStoreQFP(MCInst &Inst, unsigned insn, [all...] |
/cts/tools/dasm/src/dasm/ |
sym.java | 27 static final int Insn = 69;
|
/external/llvm/lib/Target/AArch64/Disassembler/ |
AArch64Disassembler.cpp | 98 uint32_t insn, 101 static DecodeStatus DecodeMoveImmInstruction(llvm::MCInst &Inst, uint32_t insn, 105 uint32_t insn, 109 uint32_t insn, uint64_t Address, 112 uint32_t insn, 115 static DecodeStatus DecodePairLdStInstruction(llvm::MCInst &Inst, uint32_t insn, 119 uint32_t insn, uint64_t Address, 122 uint32_t insn, uint64_t Address, 124 static DecodeStatus DecodeModImmInstruction(llvm::MCInst &Inst, uint32_t insn, 128 uint32_t insn, uint64_t Address [all...] |
/external/llvm/utils/TableGen/ |
FixedLenDecoderEmitter.cpp | 366 // Populates the insn given the uid. 367 void insnWithID(insn_t &Insn, unsigned Opcode) const { 380 Insn.push_back(BIT_UNSET); 382 Insn.push_back(bitFromBits(Bits, i)); 391 // Populates the field of the insn given the start position and the number of 396 bool fieldFromInsn(uint64_t &Field, insn_t &Insn, unsigned StartBit, 427 const insn_t &Insn) const; 507 insn_t Insn; 509 // Populates the insn given the uid. 510 Owner->insnWithID(Insn, Owner->Opcodes[i]) [all...] |
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
RuntimeDyldELF.cpp | 509 uint32_t Insn = readBytesUnaligned(TargetPtr, 4); 519 Insn &= 0xfc000000; 520 Insn |= (Value & 0x0fffffff) >> 2; 521 writeBytesUnaligned(Insn, TargetPtr, 4); 525 Insn &= 0xffff0000; 526 Insn |= ((Value + 0x8000) >> 16) & 0xffff; 527 writeBytesUnaligned(Insn, TargetPtr, 4); 530 Insn &= 0xffff0000; 531 Insn |= Value & 0xffff; 532 writeBytesUnaligned(Insn, TargetPtr, 4) [all...] |
/external/llvm/lib/Target/Mips/Disassembler/ |
MipsDisassembler.cpp | 98 unsigned Insn, 132 unsigned Insn, 197 unsigned Insn, 242 unsigned Insn, 247 unsigned Insn, 252 unsigned Insn, 257 unsigned Insn, 262 unsigned Insn, 267 unsigned Insn, 272 unsigned Insn, [all...] |
/external/llvm/lib/Target/ARM/Disassembler/ |
ARMDisassembler.cpp | 186 static DecodeStatus DecodeBitfieldMaskOperand(MCInst &Inst, unsigned Insn, 188 static DecodeStatus DecodeCopMemInstruction(MCInst &Inst, unsigned Insn, 191 unsigned Insn, 194 static DecodeStatus DecodeSORegMemOperand(MCInst &Inst, unsigned Insn, 196 static DecodeStatus DecodeAddrMode3Instruction(MCInst &Inst,unsigned Insn, 198 static DecodeStatus DecodeSORegImmOperand(MCInst &Inst, unsigned Insn, 200 static DecodeStatus DecodeSORegRegOperand(MCInst &Inst, unsigned Insn, 204 unsigned Insn, 207 static DecodeStatus DecodeT2MOVTWInstruction(MCInst &Inst, unsigned Insn, 209 static DecodeStatus DecodeArmMOVTWInstruction(MCInst &Inst, unsigned Insn, [all...] |
/external/llvm/lib/CodeGen/ |
CodeGenPrepare.cpp | 414 Instruction *Insn = dyn_cast<Instruction>(UPN->getIncomingValue(I)); 415 if (Insn && Insn->getParent() == BB && 416 Insn->getParent() != UPN->getIncomingBlock(I)) [all...] |
/toolchain/binutils/binutils-2.25/gold/ |
powerpc.cc | 920 // On powerpc, the branch and link insn making a call to 925 // symbol as the reloc on the insn setting up the __tls_get_addr 926 // argument. This ties the arg setup insn with the call insn, 4786 uint32_t insn = std_0_1 + (r << 21) + (1 << 16) - (32 - r) * 8; local 4796 uint32_t insn = std_0_1 + 16; local 4807 uint32_t insn = ld_0_1 + (r << 21) + (1 << 16) - (32 - r) * 8; local 4816 uint32_t insn = ld_0_1 + 16; local 4835 uint32_t insn = std_0_12 + (r << 21) + (1 << 16) - (32 - r) * 8; local 4853 uint32_t insn = ld_0_12 + (r << 21) + (1 << 16) - (32 - r) * 8; local 4871 uint32_t insn = stfd_0_1 + (r << 21) + (1 << 16) - (32 - r) * 8; local 4891 uint32_t insn = lfd_0_1 + (r << 21) + (1 << 16) - (32 - r) * 8; local 4936 uint32_t insn = li_12_0 + (1 << 16) - (32 - r) * 16; local 4957 uint32_t insn = li_12_0 + (1 << 16) - (32 - r) * 16; local 6913 Valtype insn = elfcpp::Swap<32, big_endian>::readval(wv); local 7004 Insn insn = elfcpp::Swap<32, big_endian>::readval(iview); local 7021 Insn insn = elfcpp::Swap<32, big_endian>::readval(iview); local 7034 Insn insn = nop; local 7059 Insn insn = elfcpp::Swap<32, big_endian>::readval(iview); local 7072 Insn insn = nop; local 7128 Insn insn = elfcpp::Swap<32, big_endian>::readval(iview); local 7141 Insn insn = nop; local 7160 Insn insn = add_3_3_13; local 7169 Insn insn = addi_3_3; local 7188 Insn insn = addi_3_3; local 7204 Insn insn = elfcpp::Swap<32, big_endian>::readval(iview); local 7355 Insn insn = elfcpp::Swap<32, big_endian>::readval(iview); local 7403 Insn insn = elfcpp::Swap<32, big_endian>::readval(iview); local 7428 Insn insn = elfcpp::Swap<32, big_endian>::readval(iview); local 7548 Insn insn = elfcpp::Swap<32, big_endian>::readval(iview); local [all...] |
/dalvik/dx/etc/ |
jasmin.jar | |
/prebuilts/tools/common/jasmin/ |
jasmin.jar | |
/prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.0/ |
dexmaker-1.0.jar | |
/prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.2/ |
dexmaker-1.2.jar | |
/prebuilts/sdk/tools/lib/ |
dx.jar | |
/prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.0/ |
builder-2.1.0.jar | |
/prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.0-beta1/ |
builder-2.1.0-beta1.jar | |
/prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.0-beta3/ |
builder-2.1.0-beta3.jar | |
/prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.0-rc1/ |
builder-2.1.0-rc1.jar | |
/prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.2/ |
builder-2.1.2.jar | |
/prebuilts/gradle-plugin/com/android/tools/build/builder/2.2.0-alpha1/ |
builder-2.2.0-alpha1.jar | |
/prebuilts/gradle-plugin/com/android/tools/build/builder/2.2.0-alpha3/ |
builder-2.2.0-alpha3.jar | |