Searched refs:LXVD2X (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/tools/testing/selftests/powerpc/lib/ |
D | reg.S | 96 LXVD2X (0,(4),(3)) 98 LXVD2X (1,(4),(3)) 100 LXVD2X (2,(4),(3)) 102 LXVD2X (3,(4),(3)) 104 LXVD2X (4,(4),(3)) 106 LXVD2X (5,(4),(3)) 108 LXVD2X (6,(4),(3)) 110 LXVD2X (7,(4),(3)) 112 LXVD2X (8,(4),(3)) 114 LXVD2X (9,(4),(3)) [all …]
|
/linux-6.1.9/arch/powerpc/lib/ |
D | ldstfp.S | 169 1: LXVD2X(0,R0,R4) 175 LXVD2X(0,R1,R8) 199 LXVD2X(0,R1,R8)
|
/linux-6.1.9/tools/testing/selftests/powerpc/include/ |
D | reg.h | 108 #define LXVD2X(xs, ra, rb) .long (0x7c000698 | VSX_XX1((xs), (ra), (rb))) macro
|
/linux-6.1.9/tools/testing/selftests/powerpc/primitives/asm/ |
D | ppc_asm.h | 105 #define LXVD2X_ROT(n,b,base) LXVD2X(n,b,base) 111 #define LXVD2X_ROT(n,b,base) LXVD2X(n,b,base); \
|
/linux-6.1.9/arch/powerpc/include/asm/ |
D | ppc_asm.h | 105 #define LXVD2X_ROT(n,b,base) LXVD2X(n,b,base) 111 #define LXVD2X_ROT(n,b,base) LXVD2X(n,b,base); \
|
D | ppc-opcode.h | 639 #define LXVD2X(s, a, b) stringify_in_c(.long PPC_RAW_LXVD2X(s, a, b)) macro
|