Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/opcodes/
H A Darc-dis.c457 write_instr_name_(state, instrName, cond, condCodeIsPartOfName, flag, signExtend, addrWriteBack, di… in write_instr_name_() argument
548 int signExtend = 0; local
/openbsd/gnu/usr.bin/binutils-2.17/opcodes/
H A Darc-dis.c453 int signExtend, in write_instr_name_()
537 int signExtend = 0; in dsmOneArcInst() local
/openbsd/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp534 unsigned WebAssemblyFastISel::signExtend(unsigned Reg, const Value *V, in signExtend() function in WebAssemblyFastISel
/openbsd/gnu/llvm/llvm/lib/IR/
H A DConstantRange.cpp785 ConstantRange ConstantRange::signExtend(uint32_t DstTySize) const { in signExtend() function in ConstantRange
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp2058 bool signExtend = TLI.shouldSignExtendTypeInLibCall(RetVT, isSigned); in ExpandLibCall() local
H A DTargetLowering.cpp178 bool signExtend = shouldSignExtendTypeInLibCall(RetVT, CallOptions.IsSExt); in makeLibCall() local