Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/tcg/
H A Dtranslate-neon.c1232 #define DO_2SN_32(INSN, FUNC, NARROWFUNC) \ macro
1254 DO_2SN_32(VSHRN_32, gen_ushl_i32, gen_neon_narrow_u16) in DO_2SN_64()
1255 DO_2SN_32(VSHRN_16, gen_helper_neon_shl_u16, gen_neon_narrow_u8) in DO_2SN_64()
1258 DO_2SN_32(VRSHRN_32, gen_helper_neon_rshl_u32, gen_neon_narrow_u16) in DO_2SN_64()
1259 DO_2SN_32(VRSHRN_16, gen_helper_neon_rshl_u16, gen_neon_narrow_u8) in DO_2SN_64()
1262 DO_2SN_32(VQSHRUN_32, gen_sshl_i32, gen_helper_neon_unarrow_sat16) in DO_2SN_64()
1263 DO_2SN_32(VQSHRUN_16, gen_helper_neon_shl_s16, gen_helper_neon_unarrow_sat8) in DO_2SN_64()
1266 DO_2SN_32(VQRSHRUN_32, gen_helper_neon_rshl_s32, gen_helper_neon_unarrow_sat16) in DO_2SN_64()
1267 DO_2SN_32(VQRSHRUN_16, gen_helper_neon_rshl_s16, gen_helper_neon_unarrow_sat8) in DO_2SN_64()
1269 DO_2SN_32(VQSHRN_S32, gen_sshl_i32, gen_helper_neon_narrow_sat_s16) in DO_2SN_64()
[all …]