Searched refs:vstl (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/tests/tcg/s390x/ |
H A D | vstl.c | 10 static inline void vstl(S390Vector *v1, void *db2, size_t r3) in vstl() function 25 vstl(&v, buf, 0); in main() 28 vstl(&v, buf, 1); in main() 31 vstl(&v, buf, -1); in main()
|
H A D | precise-smc-softmmu.S | 25 vstl %v0,%r0,0b /* start writing before TB */ 35 vstl %v0,%r0,0b /* start writing before TB */
|
H A D | Makefile.target | 69 Z13_TESTS+=vstl
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | vec_helper.c | 192 void HELPER(vstl)(CPUS390XState *env, const void *v1, uint64_t addr, in HELPER() argument
|
H A D | insn-data.h.inc | 1113 F(0xe73f, VSTL, VRS_b, V, la2, r3_32u, 0, 0, vstl, 0, IF_VEC)
|
/openbmc/qemu/target/s390x/ |
H A D | helper.h | 145 DEF_HELPER_FLAGS_4(vstl, TCG_CALL_NO_WG, void, env, cptr, i64, i64)
|
/openbmc/linux/arch/s390/tools/ |
H A D | opcodes.txt | 938 e73f vstl VRS_VRRD
|