Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/tcg/
H A Dtranslate-mve.c1714 #define DO_VSHLL(INSN, FN) \ in DO_2SHIFT_SCALAR() macro
1775 DO_VSHLL(VSHLL_BS, vshllbs) in DO_VSHLL() function
1776 DO_VSHLL(VSHLL_BU, vshllbu) in DO_VSHLL()
1777 DO_VSHLL(VSHLL_TS, vshllts) in DO_VSHLL()
1778 DO_VSHLL(VSHLL_TU, vshlltu) in DO_VSHLL()
H A Dmve_helper.c2116 #define DO_VSHLL(OP, TOP, ESIZE, TYPE, LESIZE, LTYPE) \ macro
2133 DO_VSHLL(OP##sb, TOP, 1, int8_t, 2, int16_t) \
2134 DO_VSHLL(OP##ub, TOP, 1, uint8_t, 2, uint16_t) \
2135 DO_VSHLL(OP##sh, TOP, 2, int16_t, 4, int32_t) \
2136 DO_VSHLL(OP##uh, TOP, 2, uint16_t, 4, uint32_t) \