Searched refs:EMIT_ALL_OPS_N (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/gcc/libgcc/config/arm/
H A Dfreebsd-atomic.c202 #define EMIT_ALL_OPS_N(N, TYPE, LDR, STR, STREQ) \ macro
220 EMIT_ALL_OPS_N (1, unsigned char, "ldrb", "strb", "streqb")
221 EMIT_ALL_OPS_N (2, unsigned short, "ldrh", "strh", "streqh")
222 EMIT_ALL_OPS_N (4, unsigned int, "ldr", "str", "streq")

Completed in 38 milliseconds