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

  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Format/
Instruction35ms.java 46 private byte regF;
50 public Instruction35ms(Opcode opcode, int regCount, byte regD, byte regE, byte regF, byte regG,
59 regF >= 1 << 4 ||
73 this.regF = regF;
85 this.regF = NumberUtils.decodeLowUnsignedNibble(buffer[bufferIndex + 5]);
95 out.writeByte((regG << 4) | regF);
119 return regF;
Instruction35c.java 50 private byte regF;
53 public Instruction35c(Opcode opcode, int regCount, byte regD, byte regE, byte regF, byte regG,
63 regF >= 1 << 4 ||
73 this.regF = regF;
90 this.regF = NumberUtils.decodeLowUnsignedNibble(buffer[bufferIndex + 5]);
101 out.writeByte((regG << 4) | regF);
125 return regF;
Instruction35s.java 50 private byte regF;
53 public Instruction35s(Opcode opcode, int regCount, byte regD, byte regE, byte regF, byte regG,
63 regF >= 1 << 4 ||
75 this.regF = regF;
92 this.regF = NumberUtils.decodeLowUnsignedNibble(buffer[bufferIndex + 5]);
101 out.writeByte((regG << 4) | regF);
125 return regF;
  /external/valgrind/main/VEX/priv/
host_arm_defs.c     [all...]

Completed in 122 milliseconds