lkml.org 
[lkml]   [2016]   [Jun]   [21]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    From
    SubjectRe: [PATCH 04/27] [AARCH64] Add PTR_REG, PTR_LOG_SIZE, and PTR_SIZE. Use it in LDST_PCREL and LDST_GLOBAL.
    Date
    Andreas Schwab <schwab@suse.de> writes:

    >> +/* Load or store to/from a got-relative EXPR into/from R, using T.
    >> + Note R and T are register numbers and not register names. */
    >> +#define LDST_GLOBAL(OP, R, T, EXPR) \
    >> + adrp x##T, :got:EXPR; \
    >> + ldr PTR_REG (T), [x##T, #:got_lo12:EXPR]; \
    >> + OP x##R, [x##T];
    >
    > I think this needs to be PTR_REG(x).

    I mean PTR_REG(R), of course.

    Andreas.

    --
    Andreas Schwab, SUSE Labs, schwab@suse.de
    GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7
    "And now for something completely different."

    \
     
     \ /
      Last update: 2016-06-21 12:01    [W:5.861 / U:0.004 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site