Searched refs:RA (Results 1 – 2 of 2) sorted by relevance
/tools/testing/selftests/powerpc/include/ |
D | instructions.h | 9 #define __COPY(RA, RB, L) \ argument 10 (0x7c00060c | (RA) << (31-15) | (RB) << (31-20) | (L) << (31-10)) 11 #define COPY(RA, RB, L) \ argument 12 .long __COPY((RA), (RB), (L)) 33 #define __PASTE(RA, RB, L, RC) \ argument 34 (0x7c00070c | (RA) << (31-15) | (RB) << (31-20) | (L) << (31-10) | (RC) << (31-31)) 35 #define PASTE(RA, RB, L, RC) \ argument 36 .long __PASTE((RA), (RB), (L), (RC))
|
/tools/perf/arch/riscv/util/ |
D | unwind-libdw.c | 22 dwarf_regs[1] = REG(RA); in libdw__arch_set_initial_registers()
|