Searched refs:vpk (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/target/s390x/tcg/ |
H A D | vec_helper.c | 69 typedef uint##TBITS##_t (*vpk##BITS##_fn)(uint##BITS##_t, int *); \ 70 static int vpk##BITS##_hfn(S390Vector *v1, const S390Vector *v2, \ 71 const S390Vector *v3, vpk##BITS##_fn fn) \ 94 static uint##TBITS##_t vpk##BITS##e(uint##BITS##_t src, int *saturated) \ 101 vpk##BITS##_hfn(v1, v2, v3, vpk##BITS##e); \ 122 vpk##BITS##_hfn(v1, v2, v3, vpks##BITS##e); \ 127 int saturated = vpk##BITS##_hfn(v1, v2, v3, vpks##BITS##e); \ 153 vpk##BITS##_hfn(v1, v2, v3, vpkls##BITS##e); \ 158 int saturated = vpk##BITS##_hfn(v1, v2, v3, vpkls##BITS##e); \
|
H A D | insn-data.h.inc | 1076 F(0xe794, VPK, VRR_c, V, 0, 0, 0, 0, vpk, 0, IF_VEC) 1078 F(0xe797, VPKS, VRR_b, V, 0, 0, 0, 0, vpk, 0, IF_VEC) 1080 F(0xe795, VPKLS, VRR_b, V, 0, 0, 0, 0, vpk, 0, IF_VEC)
|
H A D | translate_vx.c.inc | 867 static gen_helper_gvec_3 * const vpk[3] = { 934 gen_gvec_3_ool(v1, v2, v3, 0, vpk[es - 1]);
|
/openbmc/linux/drivers/input/misc/ |
H A D | twl6040-vibra.c | 123 int vpk, max_code; in twl6040_vibra_code() local 127 vpk = (vddvib * motor_res * TWL6040_VIBRA_MOD) / in twl6040_vibra_code() 131 max_code = vpk / 50; in twl6040_vibra_code()
|
/openbmc/linux/arch/s390/tools/ |
H A D | opcodes.txt | 994 e794 vpk VRR_VVV0U
|