Searched refs:LXVD2X (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/tools/testing/selftests/powerpc/lib/ |
H A 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 …]
|
/openbmc/linux/arch/powerpc/lib/ |
H A D | ldstfp.S | 169 1: LXVD2X(0,R0,R4) 175 LXVD2X(0,R1,R8) 199 LXVD2X(0,R1,R8)
|
/openbmc/linux/tools/testing/selftests/powerpc/include/ |
H A D | reg.h | 112 #define LXVD2X(xs, ra, rb) .long (0x7c000698 | VSX_XX1((xs), (ra), (rb))) macro
|
/openbmc/linux/tools/testing/selftests/powerpc/primitives/asm/ |
H A D | ppc_asm.h | 124 #define LXVD2X_ROT(n,b,base) LXVD2X(n,b,base) 130 #define LXVD2X_ROT(n,b,base) LXVD2X(n,b,base); \
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | ppc_asm.h | 124 #define LXVD2X_ROT(n,b,base) LXVD2X(n,b,base) 130 #define LXVD2X_ROT(n,b,base) LXVD2X(n,b,base); \
|
H A D | ppc-opcode.h | 650 #define LXVD2X(s, a, b) stringify_in_c(.long PPC_RAW_LXVD2X(s, a, b)) macro
|
/openbmc/qemu/target/ppc/ |
H A D | insn32.decode | 1013 LXVD2X 011111 ..... ..... ..... 1101001100 . @X_TSX
|