Searched defs:SUB8 (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/arm/ |
H A D | helper.c | 12234 #define SUB8(a, b, n) RESULT(sub8_sat(a, b), n, 8); macro 12281 #define SUB8(a, b, n) RESULT(sub8_usat(a, b), n, 8); macro 12307 #define SUB8(a, b, n) SARITH8(a, b, n, -) macro 12338 #define SUB8(a, b, n) do { \ macro 12358 #define SUB8(a, b, n) \ macro 12371 #define SUB8(a, b, n) \ macro
|