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