Home
last modified time | relevance | path

Searched refs:vsrl (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/tests/tcg/s390x/
H A Dvxeh2_vs.c28 static inline void vsrl(S390Vector *v1, S390Vector *v2, S390Vector *v3) in vsrl() function
83 vsrl(&vd, &vs, &vsi); in main()
/openbmc/qemu/linux-user/ppc/
H A Dsignal.c290 uint64_t *vsrl = cpu_vsrl_ptr(env, i); in save_user_regs() local
291 __put_user(*vsrl, &vsregs[i]); in save_user_regs()
397 uint64_t *vsrl = cpu_vsrl_ptr(env, i); in restore_user_regs() local
398 __get_user(*vsrl, &vsregs[i]); in restore_user_regs()
/openbmc/qemu/target/ppc/
H A Darch_dump.c199 uint64_t *vsrl = cpu_vsrl_ptr(&cpu->env, i); in ppc_write_elf_vsxregset() local
200 vsxregset->vsr[i] = cpu_to_dump64(s, *vsrl); in ppc_write_elf_vsxregset()
H A Dkvm.c645 uint64_t *vsrl = cpu_vsrl_ptr(env, i); in kvm_put_fp() local
649 vsr[1] = *vsrl; in kvm_put_fp()
651 vsr[0] = *vsrl; in kvm_put_fp()
713 uint64_t *vsrl = cpu_vsrl_ptr(env, i); in kvm_get_fp() local
727 *vsrl = vsr[1]; in kvm_get_fp()
732 *vsrl = vsr[0]; in kvm_get_fp()
/openbmc/linux/arch/s390/tools/
H A Dopcodes.txt977 e77c vsrl VRR_VVV
/openbmc/qemu/tcg/loongarch64/
H A Dtcg-insn-defs.c.inc2864 /* Emits the `vsrl.b vd, vj, vk` instruction. */
2871 /* Emits the `vsrl.h vd, vj, vk` instruction. */
2878 /* Emits the `vsrl.w vd, vj, vk` instruction. */
2885 /* Emits the `vsrl.d vd, vj, vk` instruction. */
/openbmc/qemu/target/s390x/tcg/
H A Dinsn-data.h.inc1246 E(0xe77c, VSRL, VRR_c, V, 0, 0, 0, 0, vsrl, 0, 0, IF_VEC)
1248 E(0xe77d, VSRLB, VRR_c, V, 0, 0, 0, 0, vsrl, 0, 1, IF_VEC)