HomeSort by relevance Sort by last modified time
    Searched full:mul16 (Results 1 - 3 of 3) sorted by null

  /external/valgrind/main/none/tests/
shortpush.c 4 UShort mul16 ( UShort a, UShort b );
8 UShort x = mul16 ( 10, 20 );
12 UShort mul16 ( UShort a, UShort b ) function
  /external/valgrind/main/VEX/priv/
host_generic_simd64.c 204 static inline Short mul16 ( Short xx, Short yy ) function
627 mul16( sel16x4_3(xx), sel16x4_3(yy) ),
628 mul16( sel16x4_2(xx), sel16x4_2(yy) ),
629 mul16( sel16x4_1(xx), sel16x4_1(yy) ),
630 mul16( sel16x4_0(xx), sel16x4_0(yy) )
    [all...]
  /external/llvm/lib/Target/Blackfin/
BlackfinInstrInfo.td 787 def MUL16: F2<(outs D16:$dst), (ins D16:$src1, D16:$src2),
    [all...]

Completed in 3656 milliseconds