Searched defs:TESTDSPINST_EXT (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/none/tests/mips32/
H A Dmips32_dsp.c207 #define TESTDSPINST_EXT(instruction, ac, RT, HIval, LOval, size, pos) \ macro
2599 TESTDSPINST_EXT("extp $t1, $ac0, 31", "ac0", t1, 0x80000000, 0x80000000, 31,
2601 TESTDSPINST_EXT("extp $t2, $ac1, 17", "ac1", t2, (1<<31)+1, (1 <<31)+2, 17,
2603 TESTDSPINST_EXT("extp $t3, $ac2, 4", "ac2", t3, 0x00000000, 0x00000006, 4,
2605 TESTDSPINST_EXT("extp $t4, $ac3, 12", "ac3", t4, 0x00000004, 1073741824, 12,
2607 TESTDSPINST_EXT("extp $t5, $ac0, 3", "ac0", t5, 0x7fffffff, 0x7fffffff, 3,
2609 TESTDSPINST_EXT("extp $t6, $ac1, 8", "ac1", t6, 0xffffffff, 0x00000001, 8,
2611 TESTDSPINST_EXT("extp $t7, $ac2, 16", "ac2", t7, 0x00000001, 0xffffffff, 16,
2613 TESTDSPINST_EXT("extp $t8, $ac3, 22", "ac3", t8, 0xffffffff, 0xffffffff, 22,
2615 TESTDSPINST_EXT("ext
[all...]
H A Dmips32_dspr2.c222 #define TESTDSPINST_EXT(instruction, ac, RT, HIval, LOval, size, pos) \ macro

Completed in 929 milliseconds