Searched refs:STXVD2X (Results 1 – 10 of 10) sorted by relevance
/external/linux-kselftest/tools/testing/selftests/powerpc/lib/ |
D | reg.S | 269 STXVD2X (0,(4),(3)) 271 STXVD2X (1,(4),(3)) 273 STXVD2X (2,(4),(3)) 275 STXVD2X (3,(4),(3)) 277 STXVD2X (4,(4),(3)) 279 STXVD2X (5,(4),(3)) 281 STXVD2X (6,(4),(3)) 283 STXVD2X (7,(4),(3)) 285 STXVD2X (8,(4),(3)) 287 STXVD2X (9,(4),(3)) [all …]
|
/external/linux-kselftest/tools/testing/selftests/powerpc/include/ |
D | reg.h | 81 #define STXVD2X(xs, ra, rb) .long (0x7c000798 | VSX_XX1((xs), (ra), (rb))) macro
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.h | 376 STXVD2X, enumerator
|
D | PPCVSXSwapRemoval.cpp | 368 case PPC::STXVD2X: in gatherVectorInstructions()
|
D | PPCInstrInfo.cpp | 304 case PPC::STXVD2X: in isStoreToStackSlot() 1007 NewMIs.push_back(addFrameReference(BuildMI(MF, DL, get(PPC::STXVD2X)) in StoreRegToStackSlot()
|
D | PPCInstrVSX.td | 66 def PPCstxvd2x : SDNode<"PPCISD::STXVD2X", SDT_PPCstxvd2x, 130 def STXVD2X : XX1Form<31, 972, 958 (STXVD2X $rS, xoaddr:$dst)>; 959 def : Pat<(store v2i64:$rS, xoaddr:$dst), (STXVD2X $rS, xoaddr:$dst)>; 962 def : Pat<(PPCstxvd2x v2f64:$rS, xoaddr:$dst), (STXVD2X $rS, xoaddr:$dst)>;
|
D | README_P9.txt | 555 def STXVD2X : XX1Form<31, 972,
|
D | PPCISelLowering.cpp | 1062 case PPCISD::STXVD2X: return "PPCISD::STXVD2X"; in getTargetNodeName() 10543 SDValue Store = DAG.getMemIntrinsicNode(PPCISD::STXVD2X, dl, in expandVSXStoreForLE()
|
/external/capstone/arch/PowerPC/ |
D | PPCGenDisassemblerTables.inc | 912 /* 3670 */ MCD_OPC_Decode, 247, 6, 48, // Opcode: STXVD2X
|
D | PPCGenAsmWriter.inc | 907 151018448U, // STXVD2X 2180 0U, // STXVD2X
|