Searched refs:DecVal (Results 1 – 1 of 1) sorted by relevance
6295 uint64_t DecVal; in DecodeBFLabelOperand() local6297 DecVal = SignExtend32<size + 1>(Val << 1); in DecodeBFLabelOperand()6299 DecVal = (Val << 1); in DecodeBFLabelOperand()6301 if (!tryAddingSymbolicOperand(Address, Address + DecVal + 4, true, 4, Inst, in DecodeBFLabelOperand()6303 Inst.addOperand(MCOperand::createImm(isNeg ? -DecVal : DecVal)); in DecodeBFLabelOperand()