Home | History | Annotate | Download | only in mips

Lines Matching refs:ToInt32

81         return Operand(constant.ToInt32());
2099 if (pop->IsImmediate() && g.ToConstant(pop).ToInt32() == 0) {
2113 pop_count += g.ToConstant(pop).ToInt32();
2158 __ li(dst, Operand(src.ToInt32(), src.rmode()));
2160 __ li(dst, Operand(src.ToInt32()));