Searched refs:DecVal (Results 1 – 1 of 1) sorted by relevance
5970 uint64_t DecVal; in DecodeBFLabelOperand() local5972 DecVal = SignExtend32<size + 1>(Val << 1); in DecodeBFLabelOperand()5974 DecVal = (Val << 1); in DecodeBFLabelOperand()5976 if (!tryAddingSymbolicOperand(Address, Address + DecVal + 4, true, 4, Inst, in DecodeBFLabelOperand()5978 Inst.addOperand(MCOperand::createImm(isNeg ? -DecVal : DecVal)); in DecodeBFLabelOperand()