Searched defs:LoadUint32 (Results 1 – 7 of 7) sorted by relevance
71 Node* LoadUint32(uint32_t* ptr) { in LoadUint32() function in v8::internal::compiler::ChangesLoweringTester
453 void LoadUint32(XMMRegister dst, Register src) { in LoadUint32() function
348 void MacroAssembler::LoadUint32(XMMRegister dst, const Operand& src) { in LoadUint32() function in v8::internal::MacroAssembler
756 __ LoadUint32(i.OutputDoubleRegister(), i.InputOperand(0)); in AssembleArchInstruction() local
4529 __ LoadUint32(ToDoubleRegister(output), ToRegister(input)); in DoUint32ToDouble() local4614 __ LoadUint32(temp_xmm, reg); in DoDeferredNumberTagIU() local
4322 __ LoadUint32(ToDoubleRegister(output), ToRegister(input)); in DoUint32ToDouble() local4399 __ LoadUint32(xmm_scratch, reg); in DoDeferredNumberTagIU() local
3637 void MacroAssembler::LoadUint32(XMMRegister dst, in LoadUint32() function in v8::internal::MacroAssembler