Home
last modified time | relevance | path

Searched refs:PCKOD (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.h233 PCKOD, // Pack odd elements enumerator
H A DMipsScheduleP5600.td442 def : InstRW<[P5600WriteMSAShortLogic], (instregex "^(PCKEV|PCKOD)_[BHWD]$")>;
H A DMipsSEISelLowering.cpp2107 return DAG.getNode(MipsISD::PCKOD, DL, Op->getValueType(0), in lowerINTRINSIC_WO_CHAIN()
2917 return DAG.getNode(MipsISD::PCKOD, SDLoc(Op), ResTy, Ws, Wt); in lowerVECTOR_SHUFFLE_PCKOD()
H A DMipsScheduleGeneric.td1563 def : InstRW<[GenericWriteMSAShortLogic], (instregex "^(PCKEV|PCKOD)_[BHWD]$")>;
H A DMipsISelLowering.cpp292 case MipsISD::PCKOD: return "MipsISD::PCKOD"; in getTargetNodeName()
H A DMipsMSAInstrInfo.td46 def MipsPCKOD : SDNode<"MipsISD::PCKOD", SDT_ILV>;