Searched refs:write_neon_element32 (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/target/arm/tcg/ |
H A D | translate-neon.c | 1632 write_neon_element32(rd0, a->vd, 0, MO_32); in DO_PREWIDEN() 1633 write_neon_element32(rd1, a->vd, 1, MO_32); in DO_PREWIDEN() 2059 write_neon_element32(tmp, a->vd, pass, MO_32); in do_2scalar() 2251 write_neon_element32(rd, a->vd, pass, MO_32); in do_vqrdmlah_2sc() 2614 write_neon_element32(tmp[1], a->vd, pass * 2, MO_32); in trans_VREV64() 2615 write_neon_element32(tmp[0], a->vd, pass * 2 + 1, MO_32); in trans_VREV64() 2980 write_neon_element32(dst0, a->vd, 0, MO_32); in trans_VCVT_B16_F32() 2981 write_neon_element32(dst1, a->vd, 1, MO_32); in trans_VCVT_B16_F32() 3023 write_neon_element32(tmp2, a->vd, 0, MO_32); in trans_VCVT_F16_F32() 3027 write_neon_element32(tmp3, a->vd, 1, MO_32); in trans_VCVT_F16_F32() [all …]
|
H A D | translate-a32.h | 38 void write_neon_element32(TCGv_i32 src, int reg, int ele, MemOp memop);
|
H A D | translate-mve.c | 2249 write_neon_element32(tmp, vd, a->idx, MO_32); in trans_VMOV_from_2gp() 2253 write_neon_element32(tmp, vd + 1, a->idx, MO_32); in trans_VMOV_from_2gp()
|
H A D | translate-vfp.c | 698 write_neon_element32(tmp, a->vn, a->index, a->size); in trans_VMOV_from_gp()
|
H A D | translate.c | 1230 void write_neon_element32(TCGv_i32 src, int reg, int ele, MemOp memop) in write_neon_element32() function
|