Lines Matching refs:SmiToInteger32
1157 void MacroAssembler::SmiToInteger32(Register dst, Register src) { in SmiToInteger32() function in v8::internal::MacroAssembler
1172 void MacroAssembler::SmiToInteger32(Register dst, const Operand& src) { in SmiToInteger32() function in v8::internal::MacroAssembler
1275 SmiToInteger32(kScratchRegister, dst); in SmiCompareInteger32()
1911 SmiToInteger32(rax, src1); in SmiDiv()
1932 SmiToInteger32(src2, src2); in SmiDiv()
1974 SmiToInteger32(rax, src1); in SmiMod()
1975 SmiToInteger32(src2, src2); in SmiMod()
2129 SmiToInteger32(dst, src); in SmiShiftLeftConstant()
2155 SmiToInteger32(dst, src); in SmiShiftLogicalRightConstant()
2175 SmiToInteger32(rcx, src2); in SmiShiftLeft()
2194 SmiToInteger32(dst, src1); in SmiShiftLeft()
2195 SmiToInteger32(rcx, src2); in SmiShiftLeft()
2232 SmiToInteger32(dst, src1); in SmiShiftLogicalRight()
2233 SmiToInteger32(rcx, src2); in SmiShiftLogicalRight()
2260 SmiToInteger32(rcx, src2); in SmiShiftArithmeticRight()
2264 SmiToInteger32(dst, dst); in SmiShiftArithmeticRight()
2379 SmiToInteger32(kScratchRegister, src); in AddSmiField()
3047 SmiToInteger32(dst, dst); in LoadSharedFunctionInfoSpecialField()
3575 SmiToInteger32(kScratchRegister, maybe_number); in StoreNumberToDoubleElements()
4465 SmiToInteger32(scratch, scratch); in GetNumberHash()
4532 SmiToInteger32(r1, FieldOperand(elements, in LoadFromNumberDictionary()
5187 SmiToInteger32(index, index); in EmitSeqStringSetCharCheck()