search for: 5abc33d4

Displaying 2 results from an estimated 2 matches for "5abc33d4".

2016 Oct 26
0
RFC: Absolute or "fixed address" symbols as immediate operands
...e right representation I appear to be in the minority here, so if this seems reasonable to folks I will go ahead and implement it. Thanks, -- -- Peter -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20161025/5abc33d4/attachment.html>
2016 Oct 25
4
RFC: Absolute or "fixed address" symbols as immediate operands
> You get the code you want with > > @foo = external hidden global i8 > > or > > @foo = external protected global i8 Sorry, not quiet. What you get is leaq foo(%rip), %rax Since it is still assuming foo is a position in the file. So yes, we need a way to declare an absolute value. If we can declare it, we may as well use the same construct to define it. I guess the