Home | History | Annotate | Download | only in Disassembler

Lines Matching refs:tryAddingPcLoadReferenceComment

550 /// tryAddingPcLoadReferenceComment - trys to add a comment as to what is being
559 static void tryAddingPcLoadReferenceComment(uint64_t Address, int Value,
562 Dis->tryAddingPcLoadReferenceComment(Value, Address);
2176 tryAddingPcLoadReferenceComment(Address, Address + imm + 8, Decoder);
3261 tryAddingPcLoadReferenceComment(Address, (Address & ~2u) + imm + 4, Decoder);