qemu/tests/tcg/mips/mips64-dspr2/head.S
<<
>>
Prefs
   1/*
   2 *  Startup Code for MIPS64 CPU-core
   3 *
   4 */
   5.text
   6.globl _start
   7.align 4
   8_start:
   9    ori    $2, $2, 0xffff
  10    sll    $2, $2, 16
  11    ori    $2, $2, 0xffff
  12    mtc0   $2, $12, 0
  13    jal    main
  14
  15end:
  16    b end
  17