Lines Matching refs:kInt32Size
537 DCHECK(kPointerSize == kInt32Size); in RelocInfoNone()
605 STATIC_ASSERT(kPointerSize == kInt64Size || kPointerSize == kInt32Size);
615 emit_##instruction(p1, kInt32Size); \
630 emit_##instruction(p1, p2, kInt32Size); \
645 emit_##instruction(p1, p2, p3, kInt32Size); \
722 void repmovsl() { emit_repmovs(kInt32Size); } in repmovsl()
814 shift(dst, imm8, subcode, kInt32Size); \
826 shift(dst, imm8, subcode, kInt32Size); \
835 void instruction##l_cl(Register dst) { shift(dst, subcode, kInt32Size); } \
841 void instruction##l_cl(Operand dst) { shift(dst, subcode, kInt32Size); } \
1899 DCHECK(size == kInt32Size); in emit_rex()
1908 DCHECK(size == kInt32Size); in emit_rex()
1918 DCHECK(size == kInt32Size); in emit_rex()
2203 arithmetic_op(0x33, dst, src, kInt32Size); in emit_xor()