Searched refs:STXVD2X (Results 1 – 6 of 6) sorted by relevance
/linux-6.6.21/tools/testing/selftests/powerpc/lib/ |
D | reg.S | 228 STXVD2X (0,(4),(3)) 230 STXVD2X (1,(4),(3)) 232 STXVD2X (2,(4),(3)) 234 STXVD2X (3,(4),(3)) 236 STXVD2X (4,(4),(3)) 238 STXVD2X (5,(4),(3)) 240 STXVD2X (6,(4),(3)) 242 STXVD2X (7,(4),(3)) 244 STXVD2X (8,(4),(3)) 246 STXVD2X (9,(4),(3)) [all …]
|
/linux-6.6.21/arch/powerpc/lib/ |
D | ldstfp.S | 168 STXVD2X(0,R1,R8) 193 STXVD2X(0,R1,R8) 198 STXVD2X(0,R0,R4)
|
/linux-6.6.21/tools/testing/selftests/powerpc/include/ |
D | reg.h | 111 #define STXVD2X(xs, ra, rb) .long (0x7c000798 | VSX_XX1((xs), (ra), (rb))) macro
|
/linux-6.6.21/tools/testing/selftests/powerpc/primitives/asm/ |
D | ppc_asm.h | 123 #define STXVD2X_ROT(n,b,base) STXVD2X(n,b,base) 127 STXVD2X(n,b,base); \
|
/linux-6.6.21/arch/powerpc/include/asm/ |
D | ppc_asm.h | 123 #define STXVD2X_ROT(n,b,base) STXVD2X(n,b,base) 127 STXVD2X(n,b,base); \
|
D | ppc-opcode.h | 649 #define STXVD2X(s, a, b) stringify_in_c(.long PPC_RAW_STXVD2X(s, a, b)) macro
|