Home | History | Annotate | Download | only in x64

Lines Matching refs:b2

2517 void Assembler::emit_farith(int b1, int b2, int i) {
2518 ASSERT(is_uint8(b1) && is_uint8(b2)); // wrong opcode
2521 emit(b2 + i);