Lines Matching refs:kInt32Size
586 STATIC_ASSERT(kPointerSize == kInt64Size || kPointerSize == kInt32Size);
596 emit_##instruction(p1, kInt32Size); \
611 emit_##instruction(p1, p2, kInt32Size); \
626 emit_##instruction(p1, p2, p3, kInt32Size); \
714 void repmovsl() { emit_repmovs(kInt32Size); } in repmovsl()
798 shift(dst, imm8, subcode, kInt32Size); \
810 shift(dst, imm8, subcode, kInt32Size); \
819 void instruction##l_cl(Register dst) { shift(dst, subcode, kInt32Size); } \
825 void instruction##l_cl(Operand dst) { shift(dst, subcode, kInt32Size); } \
2077 DCHECK_EQ(size, kInt32Size); in emit_rex()
2086 DCHECK_EQ(size, kInt32Size); in emit_rex()
2096 DCHECK_EQ(size, kInt32Size); in emit_rex()
2371 arithmetic_op(0x33, dst, src, kInt32Size); in emit_xor()