Home | History | Annotate | Download | only in x64

Lines Matching refs:xC0

270   ASSERT(modrm < 0xC0);  // Disallow mode 3 (register target).
272 byte mode = modrm & 0xC0;
315 ASSERT((buf_[0] & 0xC0) != 0xC0); // Always a memory operand.
328 if (base_code == rbp.code() && ((buf_[0] & 0xC0) == 0)) return false;
333 if (base_code == rbp.code() && ((buf_[0] & 0xC0) == 0)) return false;
2159 emit_farith(0xD9, 0xC0, i);
2325 emit_farith(0xDC, 0xC0, i);
2357 emit_farith(0xDE, 0xC0, i);
2414 emit_farith(0xDD, 0xC0, i);
2883 emit(0xC0 | (dst.low_bits() << 3) | src.low_bits());
2887 emit(0xC0 | (dst.low_bits() << 3) | src.low_bits());
2891 emit(0xC0 | (dst.low_bits() << 3) | src.low_bits());