Home
last modified time | relevance | path

Searched refs:widenfn (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/target/arm/tcg/
H A Dtranslate-neon.c1285 NeonGenWidenFn *widenfn, bool u) in DO_2SN_64()
1330 widenfn(tmp, rm0); in DO_2SN_64()
1337 widenfn(tmp, rm1); in DO_2SN_64()
1348 static NeonGenWidenFn * const widenfn[] = { in trans_VSHLL_S_2sh() local
1353 return do_vshll_2sh(s, a, widenfn[a->size], false); in trans_VSHLL_S_2sh()
1358 static NeonGenWidenFn * const widenfn[] = { in trans_VSHLL_U_2sh() local
1363 return do_vshll_2sh(s, a, widenfn[a->size], true); in trans_VSHLL_U_2sh()
1476 NeonGenWidenFn *widenfn, in do_prewiden_3d() argument
1515 widenfn(rn0_64, tmp); in do_prewiden_3d()
1522 widenfn(rm_64, tmp); in do_prewiden_3d()
[all …]
H A Dtranslate-a64.c10801 NeonGenWidenFn *widenfn = widenfns[size]; in handle_shll() local
10806 widenfn(tcg_res[pass], tcg_op); in handle_shll()