mips64: Tests for Cavium MIPS Octeon Atomic and Count Instructions.

Tests for instructions:
baddu, pop, dpop, saa, saad, laa, laad, lai, laid, lad, ladd, law, lawd,
las, lasd, lac, lacd


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13994 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/none/tests/mips64/Makefile.am b/none/tests/mips64/Makefile.am
index 64d8b79..9175cba 100644
--- a/none/tests/mips64/Makefile.am
+++ b/none/tests/mips64/Makefile.am
@@ -15,6 +15,10 @@
 	cvm_lx_ins.stdout.exp-LE cvm_lx_ins.stdout.exp-BE \
 	cvm_lx_ins.stdout.exp-non-octeon \
 	cvm_lx_ins.stderr.exp cvm_lx_ins.vgtest \
+	cvm_atomic.stdout.exp-LE cvm_atomic.stdout.exp-non-octeon \
+	cvm_atomic.stderr.exp cvm_atomic.vgtest \
+	cvm_atomic_thread.stdout.exp-LE cvm_atomic_thread.stdout.exp-non-octeon \
+	cvm_atomic_thread.stderr.exp cvm_atomic_thread.vgtest \
 	extract_insert_bit_field.stdout.exp-mips64 \
 	extract_insert_bit_field.stdout.exp-mips64r2 \
 	extract_insert_bit_field.stderr.exp extract_insert_bit_field.vgtest \
@@ -61,6 +65,8 @@
 	branches \
 	cvm_ins \
 	cvm_lx_ins \
+	cvm_atomic \
+	cvm_atomic_thread \
 	extract_insert_bit_field \
 	fpu_arithmetic \
 	fpu_branches \
@@ -89,6 +95,8 @@
 
 cvm_ins_CFLAGS = $(AM_CFLAGS) -g -O0 @FLAG_OCTEON@
 cvm_lx_ins_CFLAGS = $(AM_CFLAGS) -g -O0 @FLAG_OCTEON2@
+cvm_atomic_CFLAGS = $(AM_CFLAGS) -g -O0 @FLAG_OCTEON2@
+cvm_atomic_thread_CFLAGS = $(AM_CFLAGS) -g -O0 @FLAG_OCTEON2@
 load_indexed_instructions_CFLAGS = $(AM_CFLAGS) -g -O0 @FLAG_OCTEON2@
 fpu_arithmetic_CFLAGS = $(AM_CFLAGS) -lm