Lines Matching refs:kInt32Size
533 DCHECK(kPointerSize == kInt32Size); in RelocInfoNone()
601 STATIC_ASSERT(kPointerSize == kInt64Size || kPointerSize == kInt32Size);
611 emit_##instruction(p1, kInt32Size); \
626 emit_##instruction(p1, p2, kInt32Size); \
641 emit_##instruction(p1, p2, p3, kInt32Size); \
720 void repmovsl() { emit_repmovs(kInt32Size); } in repmovsl()
812 shift(dst, imm8, subcode, kInt32Size); \
824 shift(dst, imm8, subcode, kInt32Size); \
833 void instruction##l_cl(Register dst) { shift(dst, subcode, kInt32Size); } \
839 void instruction##l_cl(Operand dst) { shift(dst, subcode, kInt32Size); } \
2144 DCHECK(size == kInt32Size); in emit_rex()
2153 DCHECK(size == kInt32Size); in emit_rex()
2163 DCHECK(size == kInt32Size); in emit_rex()
2448 arithmetic_op(0x33, dst, src, kInt32Size); in emit_xor()