Searched refs:OP_REGS (Results 1 – 6 of 6) sorted by relevance
/linux/tools/testing/selftests/powerpc/ptrace/ |
H A D | ptrace-gpr.S | 25 OP_REGS PPC_STL, GPR_SIZE, FIRST_GPR, 31, %r1, STACK_FRAME_LOCAL(0, 0), FIRST_GPR 28 OP_REGS PPC_LL, GPR_SIZE, FIRST_GPR, 31, r5, 0, FIRST_GPR 31 OP_REGS lfd, 8, 0, 31, r6 43 OP_REGS PPC_STL, GPR_SIZE, FIRST_GPR, 31, r5, 0, FIRST_GPR 46 OP_REGS stfd, 8, 0, 31, r6 49 OP_REGS PPC_LL, GPR_SIZE, FIRST_GPR, 31, %r1, STACK_FRAME_LOCAL(0, 0), FIRST_GPR
|
/linux/arch/powerpc/boot/ |
H A D | crt0.S | 243 .macro OP_REGS op, width, start, end, base, offset macro 251 #define SAVE_GPRS(start, end, base) OP_REGS std, 8, start, end, base, 0 252 #define REST_GPRS(start, end, base) OP_REGS ld, 8, start, end, base, 0
|
/linux/tools/testing/selftests/powerpc/math/ |
H A D | fpu_asm.S | 113 OP_REGS lfd, 8, 0, 31, r3 143 OP_REGS lfd, 8, 0, 31, r3
|
/linux/tools/testing/selftests/powerpc/include/ |
H A D | basic_asm.h | 97 .macro OP_REGS op, reg_width, start_reg, end_reg, base_reg, base_reg_offset=0, skip=0
|
/linux/tools/testing/selftests/powerpc/primitives/asm/ |
H A D | ppc_asm.h | 28 .macro OP_REGS op, width, start, end, base, offset 55 #define SAVE_GPRS(start, end, base) OP_REGS std, 8, start, end, base, GPR0 56 #define REST_GPRS(start, end, base) OP_REGS ld, 8, start, end, base, GPR0 60 #define SAVE_GPRS(start, end, base) OP_REGS stw, 4, start, end, base, GPR0 61 #define REST_GPRS(start, end, base) OP_REGS lwz, 4, start, end, base, GPR0
|
/linux/arch/powerpc/include/asm/ |
H A D | ppc_asm.h | 28 .macro OP_REGS op, width, start, end, base, offset 55 #define SAVE_GPRS(start, end, base) OP_REGS std, 8, start, end, base, GPR0 56 #define REST_GPRS(start, end, base) OP_REGS ld, 8, start, end, base, GPR0 60 #define SAVE_GPRS(start, end, base) OP_REGS stw, 4, start, end, base, GPR0 61 #define REST_GPRS(start, end, base) OP_REGS lwz, 4, start, end, base, GPR0
|