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

/external/qemu/target-arm/
H A Dhelper.c2463 #define SARITH8(a, b, n, op) do { \ macro
2474 #define ADD8(a, b, n) SARITH8(a, b, n, +)
2475 #define SUB8(a, b, n) SARITH8(a, b, n, -)

Completed in 111 milliseconds