Searched refs:regB (Results 1 - 15 of 15) sorted by relevance

/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Format/
H A DInstruction12x.java41 private int regB; field in class:Instruction12x
43 public Instruction12x(Opcode opcode, byte regA, byte regB) { argument
47 regB >= 1 << 4) {
52 this.regB = regB;
58 this.regB = NumberUtils.decodeHighUnsignedNibble(buffer[bufferIndex + 1]);
63 out.writeByte((regB << 4) | regA);
75 return regB;
H A DInstruction22b.java41 private byte regB; field in class:Instruction22b
44 public Instruction22b(Opcode opcode, short regA, short regB, byte litC) { argument
48 regB >= 1 << 8) {
53 this.regB = (byte)regB;
61 this.regB = buffer[bufferIndex + 2];
68 out.writeByte(regB);
81 return regB & 0xFF;
H A DInstruction22s.java42 private byte regB; field in class:Instruction22s
45 public Instruction22s(Opcode opcode, byte regA, byte regB, short litC) { argument
49 regB >= 1 << 4) {
54 this.regB = regB;
62 this.regB = NumberUtils.decodeHighUnsignedNibble(buffer[bufferIndex + 1]);
68 out.writeByte((regB << 4) | regA);
81 return regB;
H A DInstruction22x.java41 private short regB; field in class:Instruction22x
43 public Instruction22x(Opcode opcode, short regA, int regB) { argument
50 if (regB >= 1 << 16) {
55 this.regB = (short)regB;
62 this.regB = (short)NumberUtils.decodeUnsignedShort(buffer, bufferIndex + 2);
68 out.writeShort(regB);
80 return regB & 0xFFFF;
H A DInstruction23x.java40 private byte regB; field in class:Instruction23x
43 public Instruction23x(Opcode opcode, short regA, short regB, short regC) { argument
47 regB >= 1 << 8 ||
53 this.regB = (byte)regB;
61 this.regB = buffer[bufferIndex + 2];
68 out.writeByte(regB);
81 return regB & 0xFF;
H A DInstruction32x.java41 private short regB; field in class:Instruction32x
43 public Instruction32x(Opcode opcode, int regA, int regB) { argument
47 regB >= 1<<16) {
52 this.regB = (short)regB;
59 this.regB = (short)NumberUtils.decodeUnsignedShort(buffer, bufferIndex + 4);
66 out.writeShort(regB);
78 return regB & 0xFFFF;
H A DInstruction22c.java44 private byte regB; field in class:Instruction22c
46 public Instruction22c(Opcode opcode, byte regA, byte regB, Item referencedItem) { argument
50 regB >= 1 << 4) {
55 this.regB = regB;
62 this.regB = NumberUtils.decodeHighUnsignedNibble(buffer[bufferIndex + 1]);
76 out.writeByte((regB << 4) | regA);
89 return regB;
H A DInstruction22cs.java42 private byte regB; field in class:Instruction22cs
45 public Instruction22cs(Opcode opcode, byte regA, byte regB, int fieldOffset) { argument
49 regB >= 1 << 4) {
58 this.regB = regB;
66 this.regB = NumberUtils.decodeHighUnsignedNibble(buffer[bufferIndex + 1]);
72 out.writeByte((regB << 4) | regA);
85 return regB;
H A DInstruction22t.java42 private byte regB; field in class:Instruction22t
45 public Instruction22t(Opcode opcode, byte regA, byte regB, short offC) { argument
49 regB >= 16) {
58 this.regB = regB;
68 regB = NumberUtils.decodeHighUnsignedNibble(buffer[bufferIndex + 1]);
76 out.writeByte((regB << 4) | regA);
100 return regB;
H A DInstruction52c.java45 private short regB; field in class:Instruction52c
47 public Instruction52c(Opcode opcode, int regA, int regB, Item referencedItem) { argument
54 if (regB >= 1 << 16) {
59 this.regB = (short)regB;
66 this.regB = (short)NumberUtils.decodeUnsignedShort(buffer, bufferIndex + 8);
86 return regB & 0xFFFF;
/external/smali/smali/src/main/antlr3/
H A DsmaliTreeWalker.g1007 byte regB = parseRegister_nibble($registerB.text, $totalMethodRegisters, $methodParameterRegisters);
1009 $instructions.add(new Instruction12x(opcode, regA, regB));
1117 short regB = parseRegister_byte($registerB.text, $totalMethodRegisters, $methodParameterRegisters);
1122 $instructions.add(new Instruction22b(opcode, regA, regB, (byte)litC));
1131 byte regB = parseRegister_nibble($registerB.text, $totalMethodRegisters, $methodParameterRegisters);
1135 $instructions.add(new Instruction22c(opcode, regA, regB, fieldIdItem));
1144 byte regB = parseRegister_nibble($registerB.text, $totalMethodRegisters, $methodParameterRegisters);
1148 $instructions.add(new Instruction22c(opcode, regA, regB, typeIdItem));
1157 byte regB = parseRegister_nibble($registerB.text, $totalMethodRegisters, $methodParameterRegisters);
1161 $instructions.add(new Instruction22s(opcode, regA, regB, lit
[all...]
/external/dexmaker/src/dx/java/com/android/dx/ssa/
H A DSCCP.java262 int regB = specB.getReg();
264 latticeValues[regB] == CONSTANT) {
265 cB = latticeConstants[regB];
384 int regB = sources.get(1).getReg();
385 if (latticeValues[regB] != CONSTANT) {
388 cB = latticeConstants[regB];
/external/llvm/include/llvm/Target/
H A DTargetRegisterInfo.h394 bool regsOverlap(unsigned regA, unsigned regB) const {
395 if (regA == regB) return true;
396 if (isVirtualRegister(regA) || isVirtualRegister(regB))
401 MCRegUnitIterator RUB(regB, this);
/external/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp105 bool isProfitableToCommute(unsigned regA, unsigned regB, unsigned regC,
508 isProfitableToCommute(unsigned regA, unsigned regB, unsigned regC, argument
546 unsigned FromRegB = getMappedReg(regB, SrcRegMap);
560 // If there is a use of regB between its last def (could be livein) and this
563 if (!noUseAfterLastDef(regB, Dist, LastDefB))
1103 unsigned regB = MI.getOperand(SrcIdx).getReg(); local
1105 assert(TargetRegisterInfo::isVirtualRegister(regB) &&
1107 bool regBKilled = isKilled(MI, regB, MRI, TII, LIS, true);
1131 else if (isProfitableToCommute(regA, regB, regC, &MI, Dist)) {
1139 if (TryCommute && commuteInstruction(mi, regB, reg
[all...]
/external/libvpx/libvpx/vp9/common/arm/neon/
H A Dvp9_short_idct32x32_add_neon.asm241 DO_BUTTERFLY $regC, $regD, $regA, $regB, $first_constant, $second_constant, $reg1, $reg2, $reg3, $reg4
260 vmull.s16 q11, $regB, d31
269 vmull.s16 q15, $regB, d30

Completed in 239 milliseconds