Searched refs:SARITH16 (Results 1 - 1 of 1) sorted by relevance
/external/qemu/target-arm/ | ||
H A D | helper.c | 2529 #define SARITH16(a, b, n, op) do { \ macro 2546 #define ADD16(a, b, n) SARITH16(a, b, n, +) 2547 #define SUB16(a, b, n) SARITH16(a, b, n, -) |
Completed in 45 milliseconds