Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp6292 uint64_t DecVal; in DecodeBFLabelOperand() local
6294 DecVal = SignExtend32<size + 1>(Val << 1); in DecodeBFLabelOperand()
6296 DecVal = (Val << 1); in DecodeBFLabelOperand()
6298 if (!tryAddingSymbolicOperand(Address, Address + DecVal + 4, true, 4, Inst, in DecodeBFLabelOperand()
6300 Inst.addOperand(MCOperand::createImm(isNeg ? -DecVal : DecVal)); in DecodeBFLabelOperand()