Home
last modified time | relevance | path

Searched defs:regA (Results 1 – 25 of 26) sorted by relevance

12

/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Format/
DInstruction11x.java40 private byte regA; field in Instruction11x
42 public Instruction11x(Opcode opcode, short regA) { in Instruction11x()
DInstruction51l.java41 private byte regA; field in Instruction51l
44 public Instruction51l(Opcode opcode, short regA, long litB) { in Instruction51l()
DInstruction21h.java41 private byte regA; field in Instruction21h
44 public Instruction21h(Opcode opcode, short regA, short litB) { in Instruction21h()
DInstruction21c.java42 private byte regA; field in Instruction21c
44 public Instruction21c(Opcode opcode, short regA, Item referencedItem) { in Instruction21c()
DInstruction11n.java41 private byte regA; field in Instruction11n
44 public Instruction11n(Opcode opcode, byte regA, byte litB) { in Instruction11n()
DInstruction31i.java41 private byte regA; field in Instruction31i
44 public Instruction31i(Opcode opcode, short regA, int litB) { in Instruction31i()
DInstruction32x.java40 private short regA; field in Instruction32x
43 public Instruction32x(Opcode opcode, int regA, int regB) { in Instruction32x()
DInstruction22x.java40 private byte regA; field in Instruction22x
43 public Instruction22x(Opcode opcode, short regA, int regB) { in Instruction22x()
DInstruction21s.java41 private byte regA; field in Instruction21s
44 public Instruction21s(Opcode opcode, short regA, short litB) { in Instruction21s()
DInstruction12x.java40 private int regA; field in Instruction12x
43 public Instruction12x(Opcode opcode, byte regA, byte regB) { in Instruction12x()
DInstruction31c.java42 private byte regA; field in Instruction31c
44 public Instruction31c(Opcode opcode, short regA, Item referencedItem) { in Instruction31c()
DInstruction31t.java41 private byte regA; field in Instruction31t
44 public Instruction31t(Opcode opcode, short regA, int offB) { in Instruction31t()
DInstruction22c.java42 private byte regA; field in Instruction22c
45 public Instruction22c(Opcode opcode, byte regA, byte regB, Item referencedItem) { in Instruction22c()
DInstruction22s.java41 private byte regA; field in Instruction22s
45 public Instruction22s(Opcode opcode, byte regA, byte regB, short litC) { in Instruction22s()
DInstruction23x.java39 private byte regA; field in Instruction23x
43 public Instruction23x(Opcode opcode, short regA, short regB, short regC) { in Instruction23x()
DInstruction22cs.java41 private byte regA; field in Instruction22cs
45 public Instruction22cs(Opcode opcode, byte regA, byte regB, int fieldOffset) { in Instruction22cs()
DInstruction22b.java40 private byte regA; field in Instruction22b
44 public Instruction22b(Opcode opcode, short regA, short regB, byte litC) { in Instruction22b()
DInstruction21t.java41 private byte regA; field in Instruction21t
44 public Instruction21t(Opcode opcode, short regA, short offB) { in Instruction21t()
DInstruction22t.java41 private byte regA; field in Instruction22t
45 public Instruction22t(Opcode opcode, byte regA, byte regB, short offC) { in Instruction22t()
DInstruction35ms.java43 private byte regA; field in Instruction35ms
51 byte regA, int methodIndex) { in Instruction35ms()
DInstruction35c.java47 private byte regA; field in Instruction35c
54 byte regA, Item referencedItem) { in Instruction35c()
DInstruction35s.java47 private byte regA; field in Instruction35s
54 byte regA, Item referencedItem) { in Instruction35s()
/external/dexmaker/src/dx/java/com/android/dx/ssa/
DSCCP.java254 int regA = specA.getReg(); in simulateBranch() local
370 int regA = sources.get(0).getReg(); in simulateMath() local
/external/llvm/include/llvm/Target/
DTargetRegisterInfo.h336 bool regsOverlap(unsigned regA, unsigned regB) const { in regsOverlap()
362 bool isSubRegister(unsigned regA, unsigned regB) const { in isSubRegister()
/external/llvm/lib/CodeGen/
DTwoAddressInstructionPass.cpp468 TwoAddressInstructionPass::isProfitableToCommute(unsigned regA, unsigned regB, in isProfitableToCommute()
1025 unsigned regA = MI.getOperand(DstIdx).getReg(); in TryInstructionTransform() local

12