Searched defs:SUB8 (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/arm/tcg/ |
H A D | arith_helper.c | 90 #define SUB8(a, b, n) RESULT(sub8_sat(a, b), n, 8); macro 137 #define SUB8(a, b, n) RESULT(sub8_usat(a, b), n, 8); macro 163 #define SUB8(a, b, n) SARITH8(a, b, n, -) macro 194 #define SUB8(a, b, n) do { \ macro 214 #define SUB8(a, b, n) \ macro 227 #define SUB8(a, b, n) \ macro
|