Searched defs:SUB16 (Results 1 - 5 of 5) sorted by relevance

/external/qemu/target-arm/
H A Dop_addsub.h52 SUB16(a, b, 0);
53 SUB16(a >> 16, b >> 16, 1);
77 SUB16(a >> 16, b, 1);
87 SUB16(a, b >> 16, 0);
101 #undef SUB16 macro
H A Dhelper.c2404 #define SUB16(a, b, n) RESULT(sub16_sat(a, b), n, 16); macro
2447 #define SUB16(a, b, n) RESULT(sub16_usat(a, b), n, 16); macro
2473 #define SUB16(a, b, n) SARITH16(a, b, n, -) macro
2498 #define SUB16(a, b, n) do { \ macro
2522 #define SUB16(a, b, n) \ macro
2535 #define SUB16(a, b, n) \ macro
/external/speex/libspeex/
H A Dfixed_generic.h66 #define SUB16(a,b) ((spx_word16_t)(a)-(spx_word16_t)(b)) macro
H A Dfixed_debug.h190 #define SUB16(a, b) _SUB16(a, b, __FILE__, __LINE__) macro
196 fprintf (stderr, "SUB16: inputs are not short: %d %d in %s: line %d\n", a, b, file, line);
200 fprintf (stderr, "SUB16: output is not short: %d in %s: line %d\n", res, file, line);
H A Darch.h182 #define SUB16(a,b) ((a)-(b)) macro

Completed in 102 milliseconds