Home
last modified time | relevance | path

Searched defs:SUB16 (Results 1 – 4 of 4) sorted by relevance

/external/qemu/target-arm/
Dhelper.c2085 #define SUB16(a, b, n) RESULT(sub16_sat(a, b), n, 16); macro
2128 #define SUB16(a, b, n) RESULT(sub16_usat(a, b), n, 16); macro
2154 #define SUB16(a, b, n) SARITH16(a, b, n, -) macro
2179 #define SUB16(a, b, n) do { \ macro
2203 #define SUB16(a, b, n) \ macro
2216 #define SUB16(a, b, n) \ macro
/external/speex/libspeex/
Dfixed_generic.h62 #define SUB16(a,b) ((spx_word16_t)(a)-(spx_word16_t)(b)) macro
Darch.h181 #define SUB16(a,b) ((a)-(b)) macro
Dfixed_debug.h190 #define SUB16(a, b) _SUB16(a, b, __FILE__, __LINE__) macro