Home | History | Annotate | Download | only in mips
      1 # source file to test assembly of mips64 instructions
      2 
      3         .set noreorder
      4       .set noat
      5 
      6       .globl text_label .text
      7 text_label:
      8 
      9       # unprivileged CPU instructions
     10 
     11       dclo    $1, $2
     12       dclz    $3, $4
     13