Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/machine/aarch64/
Dsetjmp.S32 REG_PAIR (x19, x20, 0); \
33 REG_PAIR (x21, x22, 16); \
34 REG_PAIR (x23, x24, 32); \
35 REG_PAIR (x25, x26, 48); \
36 REG_PAIR (x27, x28, 64); \
37 REG_PAIR (x29, x30, 80); \
41 REG_PAIR ( d8, d9, 112); \
42 REG_PAIR (d10, d11, 128); \
43 REG_PAIR (d12, d13, 144); \
44 REG_PAIR (d14, d15, 160);
[all …]