Searched refs:addR0ArithR1 (Results 1 – 3 of 3) sorted by relevance
223 abstract void addR0ArithR1(Opcodes opcode); in addR0ArithR1() method in ApfV4GeneratorBase229 addR0ArithR1(Opcodes.ADD); // R0 += R1 in addAddR1ToR0()237 addR0ArithR1(Opcodes.MUL); // R0 *= R1 in addMulR0ByR1()245 addR0ArithR1(Opcodes.DIV); // R0 /= R1 in addDivR0ByR1()254 addR0ArithR1(Opcodes.AND); // R0 &= R1 in addAndR0WithR1()263 addR0ArithR1(Opcodes.OR); // R0 |= R1 in addOrR0WithR1()272 addR0ArithR1(Opcodes.SH); // R0 <<= R1 in addLeftShiftR0ByR1()
82 void addR0ArithR1(Opcodes opcode) { in addR0ArithR1() method in ApfV4Generator
580 void addR0ArithR1(Opcodes opcode) { in addR0ArithR1() method in ApfV6GeneratorBase