Home
last modified time | relevance | path

Searched refs:ZEXT (Results 1 – 4 of 4) sorted by relevance

/freebsd/share/mk/
H A Dbsd.man.mk157 ZEXT=
210 ZEXT= ${MCOMPRESS_EXT}
325 ${INSTALL_MANLINK} ${${__group}TAG_ARGS} ${DESTDIR}${l}${ZEXT} ${DESTDIR}${t}${ZEXT}
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRExpandPseudoInsts.cpp2460 template <> bool AVRExpandPseudo::expand<AVR::ZEXT>(Block &MBB, BlockIt MBBI) { in expand()
2652 EXPAND(AVR::ZEXT); in expandMI()
H A DAVRInstrInfo.td1494 def ZEXT : ExtensionPseudo<(outs DREGS:$dt), (ins GPR8:$src), "zext\t$dt, $src",
1648 (ZEXT i8:$src)>;
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp26651 SDValue ZEXT = N->getOperand(0); in performScalarToVectorCombine() local
26652 if (ZEXT.getOpcode() != ISD::ZERO_EXTEND || ZEXT.getValueType() != MVT::i64) in performScalarToVectorCombine()
26655 SDValue EXTRACT_VEC_ELT = ZEXT.getOperand(0); in performScalarToVectorCombine()