Home | History | Annotate | Download | only in x64

Lines Matching refs:kInt64Size

83 static const int kNoCodeAgeSequenceLength = kPointerSize == kInt64Size ? 6 : 17;
452 // kInt64Size.
530 if (kPointerSize == kInt64Size) {
601 STATIC_ASSERT(kPointerSize == kInt64Size || kPointerSize == kInt32Size);
616 emit_##instruction(p1, kInt64Size); \
631 emit_##instruction(p1, p2, kInt64Size); \
646 emit_##instruction(p1, p2, p3, kInt64Size); \
721 void repmovsq() { emit_repmovs(kInt64Size); }
816 shift(dst, imm8, subcode, kInt64Size); \
828 shift(dst, imm8, subcode, kInt64Size); \
835 void instruction##q_cl(Register dst) { shift(dst, subcode, kInt64Size); } \
841 void instruction##q_cl(Operand dst) { shift(dst, subcode, kInt64Size); }
2141 if (size == kInt64Size) {
2150 if (size == kInt64Size) {
2160 if (size == kInt64Size) {
2445 if (size == kInt64Size && dst.code() == src.code()) {