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

/netbsd-current/sys/external/bsd/gnu-efi/dist/lib/aarch64/
H A Dsetjmp.S21 REG_PAIR (x19, x20, 0); \
22 REG_PAIR (x21, x22, 16); \
23 REG_PAIR (x23, x24, 32); \
24 REG_PAIR (x25, x26, 48); \
25 REG_PAIR (x27, x28, 64); \
26 REG_PAIR (x29, x30, 80); \
30 REG_PAIR(d8, d9, 112); \
31 REG_PAIR(d10, d11, 128); \
32 REG_PAIR(d12, d13, 144); \
33 REG_PAIR(d1
35 #define REG_PAIR(REG1, REG2, OFFS) stp REG1, REG2, [x0, OFFS] define
50 #define REG_PAIR(REG1, REG2, OFFS) ldp REG1, REG2, [x0, OFFS] define
[all...]
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Dmips-formats.h103 #define REG_PAIR(SIZE, LSB, BANK, MAP) \ macro
H A Dmicromips-opc.c61 case 'h': REG_PAIR (3, 7, GP, reg_h_map);
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Dmips-formats.h103 #define REG_PAIR(SIZE, LSB, BANK, MAP) \ macro
H A Dmicromips-opc.c61 case 'h': REG_PAIR (3, 7, GP, reg_h_map);
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Dmips-formats.h103 #define REG_PAIR(SIZE, LSB, BANK, MAP) \ macro
H A Dmicromips-opc.c61 case 'h': REG_PAIR (3, 7, GP, reg_h_map);
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Dmips-formats.h103 #define REG_PAIR(SIZE, LSB, BANK, MAP) \ macro
H A Dmicromips-opc.c61 case 'h': REG_PAIR (3, 7, GP, reg_h_map);

Completed in 230 milliseconds