/cts/tools/dasm/src/dasm/ |
DAsm.java | 780 int regC = -1, regN = -1; 782 regC = getRegNumberFromString(regs[0]); 796 if (regC >= regN) 800 regN = regC; 803 int sz = regN - regC + 1; 807 reg_spec_list.set(i, RegisterSpec.make(regC + i, Type.INT)); [all...] |
/external/llvm/lib/CodeGen/ |
TwoAddressInstructionPass.cpp | 109 bool isProfitableToCommute(unsigned regA, unsigned regB, unsigned regC, 547 isProfitableToCommute(unsigned regA, unsigned regB, unsigned regC, 570 if (!isPlainlyKilled(MI, regC, LIS)) 586 unsigned FromRegC = getMappedReg(regC, SrcRegMap); 591 // -RegB is not tied to a register and RegC is compatible with RegA. 592 // -RegB is tied to the wrong physical register, but RegC is. 593 // -RegB is tied to the wrong physical register, and RegC isn't tied. 597 // -RegC is not tied to a register and RegB is compatible with RegA. 598 // -RegC is tied to the wrong physical register, but RegB is. 599 // -RegC is tied to the wrong physical register, and RegB isn't tied [all...] |
/external/libvpx/libvpx/vpx_dsp/arm/ |
idct32x32_add_neon.asm | 241 DO_BUTTERFLY $regC, $regD, $regA, $regB, $first_constant, $second_constant, $reg1, $reg2, $reg3, $reg4 257 vmull.s16 q8, $regC, d30 261 vmull.s16 q12, $regC, d31 [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/ |
vp9_idct32x32_add_neon.asm | 241 DO_BUTTERFLY $regC, $regD, $regA, $regB, $first_constant, $second_constant, $reg1, $reg2, $reg3, $reg4 257 vmull.s16 q8, $regC, d30 261 vmull.s16 q12, $regC, d31 [all...] |
/external/smali/smali/src/main/antlr/ |
smaliTreeWalker.g | [all...] |
/external/smali/smali/src/main/java/org/jf/smali/ |
smaliTreeWalker.java | [all...] |