Home | History | Annotate | Download | only in x64

Lines Matching refs:kInt32Size

443 // Shift instructions on operands/registers with kPointerSize, kInt32Size and
534 DCHECK(kPointerSize == kInt32Size);
602 STATIC_ASSERT(kPointerSize == kInt64Size || kPointerSize == kInt32Size);
612 emit_##instruction(p1, kInt32Size); \
627 emit_##instruction(p1, p2, kInt32Size); \
642 emit_##instruction(p1, p2, p3, kInt32Size); \
717 void repmovsl() { emit_repmovs(kInt32Size); }
796 shift(dst, imm8, subcode, kInt32Size); \
808 shift(dst, imm8, subcode, kInt32Size); \
817 void instruction##l_cl(Register dst) { shift(dst, subcode, kInt32Size); } \
823 void instruction##l_cl(Operand dst) { shift(dst, subcode, kInt32Size); } \
1817 DCHECK(size == kInt32Size);
1826 DCHECK(size == kInt32Size);
1836 DCHECK(size == kInt32Size);
2115 arithmetic_op(0x33, dst, src, kInt32Size);