Searched refs:vsrl (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/tests/tcg/s390x/ |
H A D | vxeh2_vs.c | 28 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 D | signal.c | 290 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 D | arch_dump.c | 199 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 D | kvm.c | 645 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 D | opcodes.txt | 977 e77c vsrl VRR_VVV
|
/openbmc/qemu/tcg/loongarch64/ |
H A D | tcg-insn-defs.c.inc | 2864 /* 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 D | insn-data.h.inc | 1246 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)
|