Home | History | Annotate | Download | only in arm

Lines Matching refs:ToInt32

48         return Operand(constant.ToInt32());
2272 if (pop->IsImmediate() && g.ToConstant(pop).ToInt32() == 0) {
2287 pop_count += g.ToConstant(pop).ToInt32();
2326 __ mov(dst, Operand(src.ToInt32(), src.rmode()));
2328 __ mov(dst, Operand(src.ToInt32()));