VSX_XX1           539 arch/powerpc/include/asm/ppc-opcode.h 					       VSX_XX1((s), a, b))
VSX_XX1           541 arch/powerpc/include/asm/ppc-opcode.h 					       VSX_XX1((s), a, b))
VSX_XX1           543 arch/powerpc/include/asm/ppc-opcode.h 					       VSX_XX1((t)+32, a, R0))
VSX_XX1           545 arch/powerpc/include/asm/ppc-opcode.h 					       VSX_XX1((t)+32, a, R0))
VSX_XX1            46 arch/powerpc/lib/test_emulate_step.c #define TEST_LXVD2X(s, a, b)	(PPC_INST_LXVD2X | VSX_XX1((s), R##a, R##b))
VSX_XX1            47 arch/powerpc/lib/test_emulate_step.c #define TEST_STXVD2X(s, a, b)	(PPC_INST_STXVD2X | VSX_XX1((s), R##a, R##b))
VSX_XX1            93 tools/testing/selftests/powerpc/include/reg.h #define STXVD2X(xs, ra, rb)	.long (0x7c000798 | VSX_XX1((xs), (ra), (rb)))
VSX_XX1            94 tools/testing/selftests/powerpc/include/reg.h #define LXVD2X(xs, ra, rb)	.long (0x7c000698 | VSX_XX1((xs), (ra), (rb)))