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

  /dalvik/dx/src/com/android/dx/dex/code/form/
Form4rcc.java 107 short regB = (short) mci.getIndex(0); // B is the method index
118 write(out, opcodeUnit(insn,regA), regB, regC, regH);
Form45cc.java 131 short regB = (short) mci.getIndex(0); // B is the method index
145 regB,
  /dalvik/dx/src/com/android/dx/ssa/
SCCP.java 261 int regB = specB.getReg();
263 latticeValues[regB] == CONSTANT) {
264 cB = latticeConstants[regB];
383 int regB = sources.get(1).getReg();
384 if (latticeValues[regB] != CONSTANT) {
387 cB = latticeConstants[regB];
  /external/llvm/lib/CodeGen/
TwoAddressInstructionPass.cpp 109 bool isProfitableToCommute(unsigned regA, unsigned regB, unsigned regC,
115 bool isProfitableToConv3Addr(unsigned RegA, unsigned RegB);
119 unsigned RegA, unsigned RegB, unsigned Dist);
534 regsAreCompatible(unsigned RegA, unsigned RegB, const TargetRegisterInfo *TRI) {
535 if (RegA == RegB)
537 if (!RegA || !RegB)
539 return TRI->regsOverlap(RegA, RegB);
546 isProfitableToCommute(unsigned regA, unsigned regB, unsigned regC,
584 unsigned FromRegB = getMappedReg(regB, SrcRegMap);
590 // -RegB is not tied to a register and RegC is compatible with RegA
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
TwoAddressInstructionPass.cpp 100 bool isProfitableToCommute(unsigned regB, unsigned regC,
106 unsigned RegB, unsigned RegC, unsigned Dist);
108 bool isProfitableToConv3Addr(unsigned RegA, unsigned RegB);
113 unsigned RegA, unsigned RegB, unsigned Dist);
516 regsAreCompatible(unsigned RegA, unsigned RegB, const TargetRegisterInfo *TRI) {
517 if (RegA == RegB)
519 if (!RegA || !RegB)
521 return TRI->regsOverlap(RegA, RegB);
528 TwoAddressInstructionPass::isProfitableToCommute(unsigned regB, unsigned regC,
562 unsigned FromRegB = getMappedReg(regB, SrcRegMap)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
TwoAddressInstructionPass.cpp 134 bool isProfitableToCommute(unsigned regA, unsigned regB, unsigned regC,
140 bool isProfitableToConv3Addr(unsigned RegA, unsigned RegB);
144 unsigned RegA, unsigned RegB, unsigned Dist);
563 regsAreCompatible(unsigned RegA, unsigned RegB, const TargetRegisterInfo *TRI) {
564 if (RegA == RegB)
566 if (!RegA || !RegB)
568 return TRI->regsOverlap(RegA, RegB);
585 isProfitableToCommute(unsigned regA, unsigned regB, unsigned regC,
623 unsigned FromRegB = getMappedReg(regB, SrcRegMap);
629 // -RegB is not tied to a register and RegC is compatible with RegA
    [all...]
  /external/smali/smali/src/main/java/org/jf/smali/
smaliTreeWalker.java     [all...]
  /external/dexmaker/lib/
dalvik-dx-9.0.0_r3.jar 

Completed in 693 milliseconds