Home
last modified time | relevance | path

Searched defs:SUB16 (Results 1 – 1 of 1) sorted by relevance

/qemu/target/arm/
H A Dhelper.c12204 #define SUB16(a, b, n) RESULT(sub16_sat(a, b), n, 16); macro
12251 #define SUB16(a, b, n) RESULT(sub16_usat(a, b), n, 16); macro
12277 #define SUB16(a, b, n) SARITH16(a, b, n, -) macro
12302 #define SUB16(a, b, n) do { \ macro
12326 #define SUB16(a, b, n) \ macro
12339 #define SUB16(a, b, n) \ macro