Searched refs:ret_type (Results 1 – 2 of 2) sorted by relevance
380 DataType::Type ret_type = instruction_->GetType(); in EmitNativeCode() local381 Location ret_loc = calling_convention.GetReturnLocation(ret_type); in EmitNativeCode()382 mips64_codegen->MoveLocation(locations->Out(), ret_loc, ret_type); in EmitNativeCode()
423 DataType::Type ret_type = instruction_->GetType(); in EmitNativeCode() local424 Location ret_loc = calling_convention.GetReturnLocation(ret_type); in EmitNativeCode()425 mips_codegen->MoveLocation(locations->Out(), ret_loc, ret_type); in EmitNativeCode()