Searched defs:SUB16 (Results 1 – 1 of 1) sorted by relevance
/qemu/target/arm/tcg/ |
H A D | arith_helper.c | 88 #define SUB16(a, b, n) RESULT(sub16_sat(a, b), n, 16); macro 135 #define SUB16(a, b, n) RESULT(sub16_usat(a, b), n, 16); macro 161 #define SUB16(a, b, n) SARITH16(a, b, n, -) macro 186 #define SUB16(a, b, n) do { \ macro 210 #define SUB16(a, b, n) \ macro 223 #define SUB16(a, b, n) \ macro
|