Searched refs:DO_NARROW_3D (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/arm/tcg/ |
H A D | translate-neon.c | 1638 #define DO_NARROW_3D(INSN, OP, NARROWTYPE, EXTOP) \ macro 1662 DO_NARROW_3D(VADDHN, add, narrow, tcg_gen_extrh_i64_i32) in DO_NARROW_3D() function 1663 DO_NARROW_3D(VSUBHN, sub, narrow, tcg_gen_extrh_i64_i32) in DO_NARROW_3D() 1664 DO_NARROW_3D(VRADDHN, add, narrow_round, gen_narrow_round_high_u32) in DO_NARROW_3D() 1665 DO_NARROW_3D(VRSUBHN, sub, narrow_round, gen_narrow_round_high_u32) in DO_NARROW_3D()
|