Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp189 bool emitIntSExt(MVT SrcVT, unsigned SrcReg, MVT DestVT, unsigned DestReg);
1857 bool MipsFastISel::emitIntSExt(MVT SrcVT, unsigned SrcReg, MVT DestVT, in emitIntSExt() function in MipsFastISel
1899 return emitIntSExt(SrcVT, SrcReg, DestVT, DestReg); in emitIntExt()