Searched refs:vsl (Results 1 – 7 of 7) sorted by relevance
/qemu/tests/tcg/s390x/ |
H A D | vxeh2_vs.c | 12 static inline void vsl(S390Vector *v1, S390Vector *v2, S390Vector *v3) in vsl() function 77 vsl(&vd, &vs, &vsi); in main()
|
/qemu/target/ppc/translate/ |
H A D | vmx-ops.c.inc | 66 GEN_VXFORM(vsl, 2, 7),
|
H A D | vmx-impl.c.inc | 476 * vsl VRT,VRA,VRB - Vector Shift Left 1058 GEN_VXFORM_TRANS(vsl, 2, 7);
|
/qemu/hw/nvme/ |
H A D | nvme.h | 538 uint8_t vsl; member
|
H A D | ctrl.c | 2692 if (data_len > (n->page_size << n->params.vsl)) { in nvme_verify() 5671 id_nvm->vsl = n->params.vsl; in nvme_identify_ctrl_csi() 8344 if (!n->params.vsl) { in nvme_check_params() 9066 DEFINE_PROP_UINT8("vsl", NvmeCtrl, params.vsl, 7),
|
/qemu/include/block/ |
H A D | nvme.h | 1216 uint8_t vsl; member
|
/qemu/target/s390x/tcg/ |
H A D | insn-data.h.inc | 1232 E(0xe774, VSL, VRR_c, V, 0, 0, 0, 0, vsl, 0, 0, IF_VEC) 1234 E(0xe775, VSLB, VRR_c, V, 0, 0, 0, 0, vsl, 0, 1, IF_VEC)
|