Home
last modified time | relevance | path

Searched defs:rM (Results 1 – 25 of 236) sorted by relevance

12345678910

/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/compiler_rt/dist/lib/builtins/arm/
H A Dsync_fetch_and_add_4.S18 #define add_4(rD, rN, rM) add rD, rN, rM argument
H A Dsync_fetch_and_and_4.S17 #define and_4(rD, rN, rM) and rD, rN, rM argument
H A Dsync_fetch_and_max_4.S17 #define max_4(rD, rN, rM) MINMAX_4(rD, rN, rM, gt) argument
H A Dsync_fetch_and_min_4.S17 #define min_4(rD, rN, rM) MINMAX_4(rD, rN, rM, lt) argument
H A Dsync_fetch_and_nand_4.S17 #define nand_4(rD, rN, rM) bic rD, rN, rM argument
H A Dsync_fetch_and_or_4.S17 #define or_4(rD, rN, rM) orr rD, rN, rM argument
H A Dsync_fetch_and_umin_4.S17 #define umin_4(rD, rN, rM) MINMAX_4(rD, rN, rM, lo) argument
H A Dsync_fetch_and_sub_4.S18 #define sub_4(rD, rN, rM) sub rD, rN, rM argument
H A Dsync_fetch_and_umax_4.S17 #define umax_4(rD, rN, rM) MINMAX_4(rD, rN, rM, hi) argument
H A Dsync_fetch_and_xor_4.S17 #define xor_4(rD, rN, rM) eor rD, rN, rM argument
/dports/devel/tinygo/tinygo-0.14.1/lib/compiler-rt/lib/builtins/arm/
H A Dsync_fetch_and_nand_4.S17 #define nand_4(rD, rN, rM) bic rD, rN, rM argument
H A Dsync_fetch_and_max_4.S17 #define max_4(rD, rN, rM) MINMAX_4(rD, rN, rM, gt) argument
H A Dsync_fetch_and_xor_4.S17 #define xor_4(rD, rN, rM) eor rD, rN, rM argument
H A Dsync_fetch_and_and_4.S17 #define and_4(rD, rN, rM) and rD, rN, rM argument
H A Dsync_fetch_and_add_4.S18 #define add_4(rD, rN, rM) add rD, rN, rM argument
H A Dsync_fetch_and_min_4.S17 #define min_4(rD, rN, rM) MINMAX_4(rD, rN, rM, lt) argument
H A Dsync_fetch_and_or_4.S17 #define or_4(rD, rN, rM) orr rD, rN, rM argument
H A Dsync_fetch_and_sub_4.S18 #define sub_4(rD, rN, rM) sub rD, rN, rM argument
H A Dsync_fetch_and_umax_4.S17 #define umax_4(rD, rN, rM) MINMAX_4(rD, rN, rM, hi) argument
H A Dsync_fetch_and_umin_4.S17 #define umin_4(rD, rN, rM) MINMAX_4(rD, rN, rM, lo) argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/compiler-rt/lib/builtins/arm/
H A Dsync_fetch_and_min_4.S16 #define min_4(rD, rN, rM) MINMAX_4(rD, rN, rM, lt) argument
H A Dsync_fetch_and_or_4.S16 #define or_4(rD, rN, rM) orr rD, rN, rM argument
H A Dsync_fetch_and_sub_4.S17 #define sub_4(rD, rN, rM) sub rD, rN, rM argument
H A Dsync_fetch_and_and_4.S16 #define and_4(rD, rN, rM) and rD, rN, rM argument
H A Dsync_fetch_and_max_4.S16 #define max_4(rD, rN, rM) MINMAX_4(rD, rN, rM, gt) argument

12345678910