Searched refs:VsrH (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/target/ppc/ |
H A D | int_helper.c | 969 VMRG(h, u16, VsrH) in VMRG() 1104 VMUL(UB, u8, VsrB, VsrH, uint16_t) in VMUL() 1105 VMUL(UH, u16, VsrH, VsrW, uint32_t) in VMUL() 2277 return reg->VsrH(7 - n); in get_national_digit() 2282 reg->VsrH(7 - n) = val; in set_national_digit()
|
H A D | fpu_helper.c | 2676 VSX_CVT_FP_TO_FP_HP(xscvdphp, 1, float64, float16, VsrD(0), VsrH(3), 1) 2677 VSX_CVT_FP_TO_FP_HP(xscvhpdp, 1, float16, float64, VsrH(3), VsrD(0), 1) 2678 VSX_CVT_FP_TO_FP_HP(xvcvsphp, 4, float32, float16, VsrW(i), VsrH(2 * i + 1), 0) 2679 VSX_CVT_FP_TO_FP_HP(xvcvhpsp, 4, float16, float32, VsrH(2 * i + 1), VsrW(i), 0) 2689 t.VsrH(2 * i + 1) = float32_to_bfloat16(xb->VsrW(i), &env->fp_status); in helper_XVCVSPBF16()
|
H A D | cpu.h | 2914 #define VsrH(i) u16[i] macro 2926 #define VsrH(i) u16[7 - (i)] macro
|