Searched refs:DecVal (Results 1 – 1 of 1) sorted by relevance
6292 uint64_t DecVal; in DecodeBFLabelOperand() local6294 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()