Searched refs:STXVD2X (Results 1 – 6 of 6) sorted by relevance
/linux/tools/testing/selftests/powerpc/lib/ |
A D | reg.S | 265 STXVD2X (0,(4),(3)) 267 STXVD2X (1,(4),(3)) 269 STXVD2X (2,(4),(3)) 271 STXVD2X (3,(4),(3)) 273 STXVD2X (4,(4),(3)) 275 STXVD2X (5,(4),(3)) 277 STXVD2X (6,(4),(3)) 279 STXVD2X (7,(4),(3)) 281 STXVD2X (8,(4),(3)) 283 STXVD2X (9,(4),(3)) [all …]
|
/linux/arch/powerpc/lib/ |
A D | ldstfp.S | 168 STXVD2X(0,R1,R8) 193 STXVD2X(0,R1,R8) 198 STXVD2X(0,R0,R4)
|
/linux/tools/testing/selftests/powerpc/include/ |
A D | reg.h | 99 #define STXVD2X(xs, ra, rb) .long (0x7c000798 | VSX_XX1((xs), (ra), (rb))) macro
|
/linux/tools/testing/selftests/powerpc/primitives/asm/ |
A D | ppc_asm.h | 71 #define STXVD2X_ROT(n,b,base) STXVD2X(n,b,base) 75 STXVD2X(n,b,base); \
|
/linux/arch/powerpc/include/asm/ |
A D | ppc_asm.h | 71 #define STXVD2X_ROT(n,b,base) STXVD2X(n,b,base) 75 STXVD2X(n,b,base); \
|
A D | ppc-opcode.h | 624 #define STXVD2X(s, a, b) stringify_in_c(.long PPC_RAW_STXVD2X(s, a, b)) macro
|
Completed in 34 milliseconds