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

/haiku/src/system/libroot/os/arch/arm/
H A Dstdatomic.c183 #define EMIT_ALL_OPS_N(N, uintN_t) \ macro
194 EMIT_ALL_OPS_N(1, uint8_t)
195 EMIT_ALL_OPS_N(2, uint16_t)
196 EMIT_ALL_OPS_N(4, uint32_t)
197 EMIT_ALL_OPS_N(8, uint64_t)
198 #undef EMIT_ALL_OPS_N macro
321 #define EMIT_ALL_OPS_N(N, uintN_t, ldr, str, streq) \
332 EMIT_ALL_OPS_N(1, uint8_t, "ldrb", "strb", "strbeq")
333 EMIT_ALL_OPS_N(2, uint16_t, "ldrh", "strh", "strheq")
334 EMIT_ALL_OPS_N(
[all...]

Completed in 79 milliseconds