Home
last modified time | relevance | path

Searched refs:Opc64 (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp1029 auto Opc64 = WebAssembly::getWasm64Opcode( in MatchAndEmitInstruction() local
1031 if (Opc64 >= 0) { in MatchAndEmitInstruction()
1032 Inst.setOpcode(Opc64); in MatchAndEmitInstruction()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp3621 static unsigned getVectorShuffleOpcode(EVT VT, unsigned Opc64[3], in getVectorShuffleOpcode()
3629 return VT.is64BitVector() ? Opc64[0] : Opc128[0]; in getVectorShuffleOpcode()
3631 return VT.is64BitVector() ? Opc64[1] : Opc128[1]; in getVectorShuffleOpcode()
3633 return VT.is64BitVector() ? Opc64[2] : Opc128[2]; in getVectorShuffleOpcode()
4277 unsigned Opc64[] = {ARM::VZIPd8, ARM::VZIPd16, ARM::VTRNd32}; in Select() local
4279 unsigned Opc = getVectorShuffleOpcode(VT, Opc64, Opc128); in Select()
4289 unsigned Opc64[] = {ARM::VUZPd8, ARM::VUZPd16, ARM::VTRNd32}; in Select() local
4291 unsigned Opc = getVectorShuffleOpcode(VT, Opc64, Opc128); in Select()
4300 unsigned Opc64[] = {ARM::VTRNd8, ARM::VTRNd16, ARM::VTRNd32}; in Select() local
4302 unsigned Opc = getVectorShuffleOpcode(VT, Opc64, Opc128); in Select()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp3289 auto SelectOpcode = [&](unsigned Opc64, unsigned Opc32, unsigned Opc16, in foldLoadStoreIntoMemOperand()
3293 return Opc64; in foldLoadStoreIntoMemOperand()