/external/linux-kselftest/tools/testing/selftests/powerpc/lib/ |
D | reg.S | 265 STXVD2X (0,(4),(3)) 267 STXVD2X (1,(4),(3)) 269 STXVD2X (2,(4),(3)) 271 STXVD2X (3,(4),(3)) 273 STXVD2X (4,(4),(3)) 275 STXVD2X (5,(4),(3)) 277 STXVD2X (6,(4),(3)) 279 STXVD2X (7,(4),(3)) 281 STXVD2X (8,(4),(3)) 283 STXVD2X (9,(4),(3)) [all …]
|
/external/llvm-project/llvm/test/CodeGen/PowerPC/ |
D | aix-csr-vector.ll | 40 ; MIR32-DAG: STXVD2X killed $v20, $r1, killed $r{{[0-9]+}} :: (store 16 into %fixed-stack.2) 41 ; MIR32-DAG: STXVD2X killed $v26, $r1, killed $r{{[0-9]+}} :: (store 16 into %fixed-stack.1) 42 ; MIR32-DAG: STXVD2X killed $v31, $r1, killed $r{{[0-9]+}} :: (store 16 into %fixed-stack.0) 67 ; MIR64-DAG: STXVD2X killed $v20, $x1, killed $x{{[0-9]+}} :: (store 16 into %fixed-stack.2) 68 ; MIR64-DAG: STXVD2X killed $v26, $x1, killed $x{{[0-9]+}} :: (store 16 into %fixed-stack.1) 69 ; MIR64-DAG: STXVD2X killed $v31, $x1, killed $x{{[0-9]+}} :: (store 16 into %fixed-stack.0) 159 ; MIR32-DAG: STXVD2X killed $v20, $r1, killed $r{{[0-9]+}} :: (store 16 into %fixed-stack.2) 161 ; MIR32-DAG: STXVD2X killed $v26, $r1, killed $r{{[0-9]+}} :: (store 16 into %fixed-stack.1) 163 ; MIR32-DAG: STXVD2X killed $v31, $r1, killed $r{{[0-9]+}} :: (store 16 into %fixed-stack.0) 225 ; MIR64-DAG: STXVD2X killed $v20, $x1, killed $x{{[0-9]+}} :: (store 16 into %fixed-stack.2) [all …]
|
/external/linux-kselftest/tools/testing/selftests/powerpc/include/ |
D | reg.h | 93 #define STXVD2X(xs, ra, rb) .long (0x7c000798 | VSX_XX1((xs), (ra), (rb))) macro
|
/external/llvm-project/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.h | 160 PPC::STVX, PPC::STXVD2X, PPC::STXSDX, PPC::STXSSPX, \
|
D | PPCVSXSwapRemoval.cpp | 368 case PPC::STXVD2X: in gatherVectorInstructions()
|
D | PPCISelLowering.h | 552 STXVD2X, enumerator
|
D | PPCInstrVSX.td | 121 def PPCstxvd2x : SDNode<"PPCISD::STXVD2X", SDT_PPCstxvd2x, 353 def STXVD2X : XX1Form_memOp<31, 972, 2701 (STXVD2X $rS, xoaddr:$dst)>; 2885 def : Pat<(PPCst_vec_be v2f64:$rS, xoaddr:$dst), (STXVD2X $rS, xoaddr:$dst)>; 2889 def : Pat<(PPCst_vec_be v2i64:$rS, xoaddr:$dst), (STXVD2X $rS, xoaddr:$dst)>; 3014 (STXVD2X $rS, xoaddr:$dst)>; 3015 def : Pat<(PPCstxvd2x v2f64:$rS, xoaddr:$dst), (STXVD2X $rS, xoaddr:$dst)>; 3025 def : Pat<(store v2f64:$rS, xoaddr:$dst), (STXVD2X $rS, xoaddr:$dst)>; 3026 def : Pat<(store v2i64:$rS, xoaddr:$dst), (STXVD2X $rS, xoaddr:$dst)>;
|
D | README_P9.txt | 555 def STXVD2X : XX1Form<31, 972,
|
/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/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCVSXSwapRemoval.cpp | 368 case PPC::STXVD2X: in gatherVectorInstructions()
|
D | PPCISelLowering.h | 490 STXVD2X, enumerator
|
D | PPCInstrVSX.td | 94 def PPCstxvd2x : SDNode<"PPCISD::STXVD2X", SDT_PPCstxvd2x, 204 def STXVD2X : XX1Form_memOp<31, 972, 1104 (STXVD2X $rS, xoaddr:$dst)>; 1105 def : Pat<(PPCstxvd2x v2f64:$rS, xoaddr:$dst), (STXVD2X $rS, xoaddr:$dst)>; 1111 def : Pat<(PPCst_vec_be v2f64:$rS, xoaddr:$dst), (STXVD2X $rS, xoaddr:$dst)>; 1115 def : Pat<(PPCst_vec_be v2i64:$rS, xoaddr:$dst), (STXVD2X $rS, xoaddr:$dst)>; 1125 def : Pat<(store v2f64:$rS, xoaddr:$dst), (STXVD2X $rS, xoaddr:$dst)>; 1126 def : Pat<(store v2i64:$rS, xoaddr:$dst), (STXVD2X $rS, xoaddr:$dst)>; 2175 (STXVD2X $rS, xoaddr:$dst)>;
|
D | README_P9.txt | 555 def STXVD2X : XX1Form<31, 972,
|
D | PPCInstrInfo.cpp | 2407 PPC::SPILL_CRBIT, PPC::STVX, PPC::STXVD2X, PPC::STXSDX, PPC::STXSSPX, in getStoreOpcodesForSpillArray()
|
D | PPCISelLowering.cpp | 1412 case PPCISD::STXVD2X: return "PPCISD::STXVD2X"; in getTargetNodeName() 13560 SDValue Store = DAG.getMemIntrinsicNode(PPCISD::STXVD2X, dl, in expandVSXStoreForLE()
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/PowerPC/ |
D | PPCGenMCCodeEmitter.inc | 1646 UINT64_C(2080376728), // STXVD2X 5929 case PPC::STXVD2X: 8056 CEFBS_None, // STXVD2X = 1633
|
D | PPCGenDAGISel.inc | 1602 /* 3741*/ OPC_MorphNodeTo0, TARGET_VAL(PPC::STXVD2X), 0|OPFL_Chain|OPFL_MemRefs, 1605 // Dst: (STXVD2X ?:{ *:[v2f64] }:$rS, xoaddr:{ *:[iPTR] }:$dst) 1642 /* 3814*/ OPC_MorphNodeTo0, TARGET_VAL(PPC::STXVD2X), 0|OPFL_Chain|OPFL_MemRefs, 1645 // Dst: (STXVD2X ?:{ *:[v2i64] }:$rS, xoaddr:{ *:[iPTR] }:$dst) 2572 /* 5674*/ OPC_MorphNodeTo0, TARGET_VAL(PPC::STXVD2X), 0|OPFL_Chain, 2575 // Dst: (STXVD2X ?:{ *:[v2f64] }:$rS, xoaddr:{ *:[iPTR] }:$dst) 2630 /* 5778*/ OPC_MorphNodeTo0, TARGET_VAL(PPC::STXVD2X), 0|OPFL_Chain, 2633 // Dst: (STXVD2X ?:{ *:[v2f64] }:$rS, xoaddr:{ *:[iPTR] }:$dst) 3184 /* 6749*/ /*SwitchOpcode*/ 17, TARGET_VAL(PPCISD::STXVD2X),// ->6769 3191 /* 6761*/ OPC_MorphNodeTo0, TARGET_VAL(PPC::STXVD2X), 0|OPFL_Chain, [all …]
|
D | PPCGenAsmWriter.inc | 3301 604007826U, // STXVD2X 5592 0U, // STXVD2X
|
/external/capstone/arch/PowerPC/ |
D | PPCGenAsmWriter.inc | 1121 285237164U, // STXVD2X 2643 0U, // STXVD2X
|
D | PPCGenDisassemblerTables.inc | 992 /* 4008 */ MCD_OPC_Decode, 205, 8, 45, // Opcode: STXVD2X
|