Home
last modified time | relevance | path

Searched refs:vrep (Results 1 – 3 of 3) sorted by relevance

/qemu/tests/tcg/s390x/
H A Dvrep.c55 assert(vrep(&v1, &v3, 7, 0) == -1); in main()
59 assert(vrep(&v1, &v3, 7, 1) == -1); in main()
63 assert(vrep(&v1, &v3, 1, 2) == -1); in main()
67 assert(vrep(&v1, &v3, 1, 3) == -1); in main()
71 assert(vrep(&v1, &v3, 0x10, 0) == SIGILL); in main()
72 assert(vrep(&v1, &v3, 0x101, 0) == SIGILL); in main()
73 assert(vrep(&v1, &v3, 0x8, 1) == SIGILL); in main()
74 assert(vrep(&v1, &v3, 0x108, 1) == SIGILL); in main()
75 assert(vrep(&v1, &v3, 0x4, 2) == SIGILL); in main()
76 assert(vrep(&v1, &v3, 0x104, 2) == SIGILL); in main()
[all …]
H A DMakefile.target70 Z13_TESTS+=vrep
/qemu/target/s390x/tcg/
H A Dinsn-data.h.inc1085 F(0xe74d, VREP, VRI_c, V, 0, 0, 0, 0, vrep, 0, IF_VEC)