Searched refs:vrep (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/tests/tcg/s390x/ |
H A D | vrep.c | 55 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 D | Makefile.target | 70 Z13_TESTS+=vrep
|
/openbmc/linux/arch/s390/tools/ |
H A D | opcodes.txt | 947 e74d vrep VRI_VVUU
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | insn-data.h.inc | 1085 F(0xe74d, VREP, VRI_c, V, 0, 0, 0, 0, vrep, 0, IF_VEC)
|