Searched defs:SUB8 (Results 1 – 1 of 1) sorted by relevance
| /external/qemu/target-arm/ |
| D | helper.c | 2480 #define SUB8(a, b, n) RESULT(sub8_sat(a, b), n, 8); macro 2523 #define SUB8(a, b, n) RESULT(sub8_usat(a, b), n, 8); macro 2549 #define SUB8(a, b, n) SARITH8(a, b, n, -) macro 2580 #define SUB8(a, b, n) do { \ macro 2600 #define SUB8(a, b, n) \ macro 2613 #define SUB8(a, b, n) \ macro
|