Home
last modified time | relevance | path

Searched refs:SUB8 (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/target/arm/
H A Dop_addsub.h63 SUB8(a, b, 0); in HELPER()
64 SUB8(a >> 8, b >> 8, 1); in HELPER()
65 SUB8(a >> 16, b >> 16, 2); in HELPER()
66 SUB8(a >> 24, b >> 24, 3); in HELPER()
103 #undef SUB8
H A Dhelper.c12228 #define SUB8(a, b, n) RESULT(sub8_sat(a, b), n, 8); macro
12275 #define SUB8(a, b, n) RESULT(sub8_usat(a, b), n, 8); macro
12301 #define SUB8(a, b, n) SARITH8(a, b, n, -) macro
12332 #define SUB8(a, b, n) do { \ macro
12352 #define SUB8(a, b, n) \ macro
12365 #define SUB8(a, b, n) \ macro