Accept valid one byte signed and unsigned values for the IMM8 operand.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / mips64.s
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
This page took 0.030974 seconds and 4 git commands to generate.