All of lore.kernel.org
 help / color / mirror / Atom feed
* Simple question about powerpc asm.
@ 2009-07-18  9:24 HongWoo Lee
  2009-07-18 10:31 ` Valentine
  0 siblings, 1 reply; 4+ messages in thread
From: HongWoo Lee @ 2009-07-18  9:24 UTC (permalink / raw)
  To: linuxppc-dev

Hi all,

I was reading kernel level source and found this macro.

#define SET_REG_TO_LABEL(reg, label)                \
    lis     reg,(label)@highest;                    \
    ori     reg,reg,(label)@higher;                 \
    rldicr  reg,reg,32,31;                          \
    oris    reg,reg,(label)@h;                      \
    ori     reg,reg,(label)@l;

But, I couldn't find any clue related with @highest, @higher, @h, @l.

If anybody know about this directives(?), please explain it.
Or just let me know the keyword, so I can search with those keyword.

Thanks in advance.

HongWoo.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-07-18 13:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-18  9:24 Simple question about powerpc asm HongWoo Lee
2009-07-18 10:31 ` Valentine
2009-07-18 12:54   ` Wolfgang Denk
2009-07-18 13:55     ` Valentine

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.