Searched refs:MOVSD (Results 1 – 9 of 9) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.h | 393 MOVSD, enumerator
|
D | X86InstrFragmentsSIMD.td | 400 def X86Movsd : SDNode<"X86ISD::MOVSD",
|
D | X86ISelLowering.cpp | 4705 case X86ISD::MOVSD: in isTargetShuffle() 6778 case X86ISD::MOVSD: in getTargetShuffleMask() 12526 return DAG.getNode(EltVT == MVT::f32 ? X86ISD::MOVSS : X86ISD::MOVSD, DL, in lowerShuffleAsElementInsertion() 13171 X86ISD::MOVSD, DL, MVT::v2f64, V2, in lowerV2F64Shuffle() 29774 case X86ISD::MOVSD: return "X86ISD::MOVSD"; in getTargetNodeName() 33147 Shuffle = X86ISD::MOVSD; in matchBinaryShuffle() 34532 (Opcode == X86ISD::MOVSD || Opcode == X86ISD::UNPCKH || in combineTargetShuffle() 34545 if (Opcode == X86ISD::MOVSD) { in combineTargetShuffle() 34676 case X86ISD::MOVSD: in combineTargetShuffle() 46059 case X86ISD::MOVSD: in PerformDAGCombine()
|
D | X86InstrSSE.td | 270 defm MOVSD : sse12_move<FR64, X86Movsd, v2f64, f64mem, "movsd", 271 SSEPackedDouble, "MOVSD", UseSSE2>, XD; 276 defm MOVSD : sse12_move_rm<FR64, v2f64, f64mem, loadf64, X86vzload64, "movsd",
|
D | X86InstrAVX512.td | 3947 // AVX-512 MOVSS, MOVSD
|
/third_party/rust/crates/memchr/bench/data/sliceslice/ |
D | words.txt | 2606 MOVSD
|
D | i386.txt | 597 MOVS/MOVSB/MOVSW/MOVSD 3768 on word elements, and MOVSD operates on doublewords. The destination segment 17440 MOVS/MOVSB/MOVSW/MOVSD Move Data from String to String 17449 A5 MOVSD 7 Move dword DS:[(E)SI] to ES:[(E)DI] 17454 IF (instruction = MOVSD) OR (instruction has doubleword operands) 17489 and MOVSD are synonyms for the byte, word, and doubleword MOVS
|
D | i386-notutf8.txt | 597 MOVS/MOVSB/MOVSW/MOVSD 3768 on word elements, and MOVSD operates on doublewords. The destination segment 17440 MOVS/MOVSB/MOVSW/MOVSD �� Move Data from String to String 17449 A5 MOVSD 7 Move dword DS:[(E)SI] to ES:[(E)DI] 17454 IF (instruction = MOVSD) OR (instruction has doubleword operands) 17489 and MOVSD are synonyms for the byte, word, and doubleword MOVS
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/ |
D | X86GenFastISel.inc | 12535 // FastEmit functions for X86ISD::MOVSD. 15185 case X86ISD::MOVSD: return fastEmit_X86ISD_MOVSD_rr(VT, RetVT, Op0, Op0IsKill, Op1, Op1IsKill);
|