HomeSort by relevance Sort by last modified time
    Searched refs:regD (Results 1 - 8 of 8) sorted by null

  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Format/
Instruction35ms.java 44 private byte regD;
50 public Instruction35ms(Opcode opcode, int regCount, byte regD, byte regE, byte regF, byte regG,
57 if (regD >= 1 << 4 ||
71 this.regD = regD;
83 this.regD = NumberUtils.decodeLowUnsignedNibble(buffer[bufferIndex + 4]);
94 out.writeByte((regE << 4) | regD);
111 return regD;
Instruction35c.java 48 private byte regD;
53 public Instruction35c(Opcode opcode, int regCount, byte regD, byte regE, byte regF, byte regG,
61 if (regD >= 1 << 4 ||
71 this.regD = regD;
88 this.regD = NumberUtils.decodeLowUnsignedNibble(buffer[bufferIndex + 4]);
100 out.writeByte((regE << 4) | regD);
117 return regD;
Instruction35s.java 48 private byte regD;
53 public Instruction35s(Opcode opcode, int regCount, byte regD, byte regE, byte regF, byte regG,
61 if (regD >= 1 << 4 ||
73 this.regD = regD;
90 this.regD = NumberUtils.decodeLowUnsignedNibble(buffer[bufferIndex + 4]);
100 out.writeByte((regE << 4) | regD);
117 return regD;
  /external/valgrind/main/VEX/priv/
host_arm_defs.c     [all...]
guest_arm_toIR.c     [all...]
guest_amd64_toIR.c     [all...]
guest_x86_toIR.c     [all...]
  /tools/motodev/src/plugins/preflighting.core/apktool/
apktool.jar 

Completed in 646 milliseconds