/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Format/ |
D | Instruction11x.java | 40 private byte regA; field in Instruction11x 42 public Instruction11x(Opcode opcode, short regA) { in Instruction11x()
|
D | Instruction51l.java | 41 private byte regA; field in Instruction51l 44 public Instruction51l(Opcode opcode, short regA, long litB) { in Instruction51l()
|
D | Instruction21h.java | 41 private byte regA; field in Instruction21h 44 public Instruction21h(Opcode opcode, short regA, short litB) { in Instruction21h()
|
D | Instruction21c.java | 42 private byte regA; field in Instruction21c 44 public Instruction21c(Opcode opcode, short regA, Item referencedItem) { in Instruction21c()
|
D | Instruction11n.java | 41 private byte regA; field in Instruction11n 44 public Instruction11n(Opcode opcode, byte regA, byte litB) { in Instruction11n()
|
D | Instruction31i.java | 41 private byte regA; field in Instruction31i 44 public Instruction31i(Opcode opcode, short regA, int litB) { in Instruction31i()
|
D | Instruction32x.java | 40 private short regA; field in Instruction32x 43 public Instruction32x(Opcode opcode, int regA, int regB) { in Instruction32x()
|
D | Instruction22x.java | 40 private byte regA; field in Instruction22x 43 public Instruction22x(Opcode opcode, short regA, int regB) { in Instruction22x()
|
D | Instruction21s.java | 41 private byte regA; field in Instruction21s 44 public Instruction21s(Opcode opcode, short regA, short litB) { in Instruction21s()
|
D | Instruction12x.java | 40 private int regA; field in Instruction12x 43 public Instruction12x(Opcode opcode, byte regA, byte regB) { in Instruction12x()
|
D | Instruction31c.java | 42 private byte regA; field in Instruction31c 44 public Instruction31c(Opcode opcode, short regA, Item referencedItem) { in Instruction31c()
|
D | Instruction31t.java | 41 private byte regA; field in Instruction31t 44 public Instruction31t(Opcode opcode, short regA, int offB) { in Instruction31t()
|
D | Instruction22c.java | 42 private byte regA; field in Instruction22c 45 public Instruction22c(Opcode opcode, byte regA, byte regB, Item referencedItem) { in Instruction22c()
|
D | Instruction22s.java | 41 private byte regA; field in Instruction22s 45 public Instruction22s(Opcode opcode, byte regA, byte regB, short litC) { in Instruction22s()
|
D | Instruction23x.java | 39 private byte regA; field in Instruction23x 43 public Instruction23x(Opcode opcode, short regA, short regB, short regC) { in Instruction23x()
|
D | Instruction22cs.java | 41 private byte regA; field in Instruction22cs 45 public Instruction22cs(Opcode opcode, byte regA, byte regB, int fieldOffset) { in Instruction22cs()
|
D | Instruction22b.java | 40 private byte regA; field in Instruction22b 44 public Instruction22b(Opcode opcode, short regA, short regB, byte litC) { in Instruction22b()
|
D | Instruction21t.java | 41 private byte regA; field in Instruction21t 44 public Instruction21t(Opcode opcode, short regA, short offB) { in Instruction21t()
|
D | Instruction22t.java | 41 private byte regA; field in Instruction22t 45 public Instruction22t(Opcode opcode, byte regA, byte regB, short offC) { in Instruction22t()
|
D | Instruction35ms.java | 43 private byte regA; field in Instruction35ms 51 byte regA, int methodIndex) { in Instruction35ms()
|
D | Instruction35c.java | 47 private byte regA; field in Instruction35c 54 byte regA, Item referencedItem) { in Instruction35c()
|
D | Instruction35s.java | 47 private byte regA; field in Instruction35s 54 byte regA, Item referencedItem) { in Instruction35s()
|
/external/dexmaker/src/dx/java/com/android/dx/ssa/ |
D | SCCP.java | 254 int regA = specA.getReg(); in simulateBranch() local 370 int regA = sources.get(0).getReg(); in simulateMath() local
|
/external/llvm/include/llvm/Target/ |
D | TargetRegisterInfo.h | 336 bool regsOverlap(unsigned regA, unsigned regB) const { in regsOverlap() 362 bool isSubRegister(unsigned regA, unsigned regB) const { in isSubRegister()
|
/external/llvm/lib/CodeGen/ |
D | TwoAddressInstructionPass.cpp | 468 TwoAddressInstructionPass::isProfitableToCommute(unsigned regA, unsigned regB, in isProfitableToCommute() 1025 unsigned regA = MI.getOperand(DstIdx).getReg(); in TryInstructionTransform() local
|