summaryrefslogtreecommitdiffstats
path: root/qemu/tests/tcg/mips/mips64-dsp/head.S
blob: 9a099ae42fbb18da06dbd2db1f56d0a12df984d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 *  Startup Code for MIPS64 CPU-core
 *
 */
.text
.globl _start
.align 4
_start:
    ori    $2, $2, 0xffff
    sll    $2, $2, 16
    ori    $2, $2, 0xffff
    mtc0   $2, $12, 0
    jal    main

end:
    b end
s="gh">Open Platform for NFV Project Documentation Licence =================================================== Any documentation developed by the "Open Platform for NFV Project" is licensed under a Creative Commons Attribution 4.0 International License. You should have received a copy of the license along with this. If not, see <http://creativecommons.org/licenses/by/4.0/>. Unless required by applicable law or agreed to in writing, documentation distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Other applicable upstream project Licenses ========================================== You may not use the content of this software bundle except in compliance with the Licenses as listed below: +----------------+-----------------------------------------------------+ | **Component** | **Licence** | +----------------+-----------------------------------------------------+ | OpenStack | Apache License 2.0 | | | https://www.apache.org/licenses/LICENSE-2.0 | +----------------+-----------------------------------------------------+ | OpenDaylight | Eclipse Public License 1.0 | | | https://www.eclipse.org/legal/epl-v10.html | +----------------+-----------------------------------------------------+ | PostgreSQL | PostgreSQL Licence: | | | http://opensource.org/licenses/postgresql | +----------------+-----------------------------------------------------+ | MongoDB | GNU AGPL v3.0. | | | http://www.fsf.org/licensing/licenses/agpl-3.0.html | +----------------+-----------------------------------------------------+ | CoroSync | BSD 2-Clause | | | http://opensource.org/licenses/bsd-license.php | +----------------+-----------------------------------------------------+ | Pacemaker | GPL v2 | | | https://www.gnu.org/licenses/gpl-2.0.html | +----------------+-----------------------------------------------------+ | RabbitMQ | Mozilla Public License | | | https://www.rabbitmq.com/mpl.html | +----------------+-----------------------------------------------------+ | Linux | GPLv3 | | | https://www.gnu.org/copyleft/gpl.html | +----------------+-----------------------------------------------------+ | Ceph | GPL v2 | | | https://www.gnu.org/licenses/gpl-2.0.html | +----------------+-----------------------------------------------------+ | Puppet | Apache License 2.0 | | | https://www.apache.org/licenses/LICENSE-2.0 | +----------------+-----------------------------------------------------+ Other applicable upstream project Licenses used by Foreman ISO ============================================================== You may not use the content of this software bundle except in compliance with the Licenses as listed below: +----------------+-----------------------------------------------------+ | **Component** | **Licence** | +----------------+-----------------------------------------------------+ | Foreman | Creative Commons Attribution-ShareAlike 3.0 | | | http://creativecommons.org/licenses/by-sa/3.0/ | +----------------+-----------------------------------------------------+ | VirtualBox | GPL v2 | | | https://www.gnu.org/licenses/gpl-2.0.html | +----------------+-----------------------------------------------------+ | Vagrant | The MIT License | +----------------+-----------------------------------------------------+ | Ansible | GPL v3 | | | https://www.gnu.org/licenses/gpl-3.0.html | +----------------+-----------------------------------------------------+ | Khaleesi | GPL v3 | | | https://www.gnu.org/licenses/gpl-3.0.html | +----------------+-----------------------------------------------------+