Lines Matching refs:kInt64Size
586 STATIC_ASSERT(kPointerSize == kInt64Size || kPointerSize == kInt32Size);
601 emit_##instruction(p1, kInt64Size); \
616 emit_##instruction(p1, p2, kInt64Size); \
631 emit_##instruction(p1, p2, p3, kInt64Size); \
715 void repmovsq() { emit_repmovs(kInt64Size); } in repmovsq()
802 shift(dst, imm8, subcode, kInt64Size); \
814 shift(dst, imm8, subcode, kInt64Size); \
821 void instruction##q_cl(Register dst) { shift(dst, subcode, kInt64Size); } \
827 void instruction##q_cl(Operand dst) { shift(dst, subcode, kInt64Size); }
2074 if (size == kInt64Size) { in emit_rex()
2083 if (size == kInt64Size) { in emit_rex()
2093 if (size == kInt64Size) { in emit_rex()
2368 if (size == kInt64Size && dst.code() == src.code()) { in emit_xor()