Searched refs:EMIT_ALL_OPS_N (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/sys/arm/arm/
H A Dstdatomic.c164 #define EMIT_ALL_OPS_N(N, uintN_t) \ macro
175 EMIT_ALL_OPS_N(1, uint8_t)
176 EMIT_ALL_OPS_N(2, uint16_t)
177 EMIT_ALL_OPS_N(4, uint32_t)
178 EMIT_ALL_OPS_N(8, uint64_t)
179 #undef EMIT_ALL_OPS_N macro
302 #define EMIT_ALL_OPS_N(N, uintN_t, ldr, str, streq) \
318 EMIT_ALL_OPS_N(1, uint8_t, "ldrb", "strb", "strbeq")
319 EMIT_ALL_OPS_N(2, uint16_t, "ldrh", "strh", "strheq")
320 EMIT_ALL_OPS_N(
[all...]

Completed in 72 milliseconds