Searched refs:LXVD2X (Results 1 – 6 of 6) sorted by relevance
/linux/tools/testing/selftests/powerpc/lib/ |
A D | reg.S | 133 LXVD2X (0,(4),(3)) 135 LXVD2X (1,(4),(3)) 137 LXVD2X (2,(4),(3)) 139 LXVD2X (3,(4),(3)) 141 LXVD2X (4,(4),(3)) 143 LXVD2X (5,(4),(3)) 145 LXVD2X (6,(4),(3)) 147 LXVD2X (7,(4),(3)) 149 LXVD2X (8,(4),(3)) 151 LXVD2X (9,(4),(3)) [all …]
|
/linux/arch/powerpc/lib/ |
A D | ldstfp.S | 169 1: LXVD2X(0,R0,R4) 175 LXVD2X(0,R1,R8) 199 LXVD2X(0,R1,R8)
|
/linux/tools/testing/selftests/powerpc/include/ |
A D | reg.h | 100 #define LXVD2X(xs, ra, rb) .long (0x7c000698 | VSX_XX1((xs), (ra), (rb))) macro
|
/linux/tools/testing/selftests/powerpc/primitives/asm/ |
A D | ppc_asm.h | 72 #define LXVD2X_ROT(n,b,base) LXVD2X(n,b,base) 78 #define LXVD2X_ROT(n,b,base) LXVD2X(n,b,base); \
|
/linux/arch/powerpc/include/asm/ |
A D | ppc_asm.h | 72 #define LXVD2X_ROT(n,b,base) LXVD2X(n,b,base) 78 #define LXVD2X_ROT(n,b,base) LXVD2X(n,b,base); \
|
A D | ppc-opcode.h | 625 #define LXVD2X(s, a, b) stringify_in_c(.long PPC_RAW_LXVD2X(s, a, b)) macro
|
Completed in 16 milliseconds