Searched refs:DO_PREWIDEN (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/arm/tcg/ |
H A D | translate-neon.c | 1554 #define DO_PREWIDEN(INSN, S, OP, SRC1WIDE, SIGN) \ macro 1574 DO_PREWIDEN(VADDL_S, s, add, false, MO_SIGN) in DO_PREWIDEN() function 1575 DO_PREWIDEN(VADDL_U, u, add, false, 0) in DO_PREWIDEN() 1576 DO_PREWIDEN(VSUBL_S, s, sub, false, MO_SIGN) in DO_PREWIDEN() 1577 DO_PREWIDEN(VSUBL_U, u, sub, false, 0) in DO_PREWIDEN() 1578 DO_PREWIDEN(VADDW_S, s, add, true, MO_SIGN) in DO_PREWIDEN() 1579 DO_PREWIDEN(VADDW_U, u, add, true, 0) in DO_PREWIDEN() 1580 DO_PREWIDEN(VSUBW_S, s, sub, true, MO_SIGN) in DO_PREWIDEN() 1581 DO_PREWIDEN(VSUBW_U, u, sub, true, 0) in DO_PREWIDEN()
|