Lines Matching refs:b2
2781 void Assembler::emit_farith(int b1, int b2, int i) {2782 ASSERT(is_uint8(b1) && is_uint8(b2)); // wrong opcode2785 EMIT(b2 + i);