Home
last modified time | relevance | path

Searched defs:signExtend (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/binutils/opcodes/
H A Darc-dis.c453 int signExtend, in write_instr_name_()
537 int signExtend = 0; in dsmOneArcInst() local
/freebsd-12.1/contrib/llvm/lib/IR/
H A DConstantRange.cpp633 ConstantRange ConstantRange::signExtend(uint32_t DstTySize) const { in signExtend() function in ConstantRange
/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp530 unsigned WebAssemblyFastISel::signExtend(unsigned Reg, const Value *V, in signExtend() function in WebAssemblyFastISel
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp2030 bool signExtend = TLI.shouldSignExtendTypeInLibCall(RetVT, isSigned); in ExpandLibCall() local
H A DTargetLowering.cpp144 bool signExtend = shouldSignExtendTypeInLibCall(RetVT, isSigned); in makeLibCall() local