Searched refs:ADDROFF (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/powerpc/include/asm/
H A Dppc_asm.h313 * ADDROFF(name)
315 * register 'rn'. ADDROFF(name) returns the remainder of the address as
316 * a constant expression. ADDROFF(name) is a signed expression < 16 bits
320 * ld rY,ADDROFF(name)(rX)
406 #define ADDROFF(name) 0 macro
431 #define ADDROFF(name) name@l
/linux-master/tools/testing/selftests/powerpc/primitives/asm/
H A Dppc_asm.h313 * ADDROFF(name)
315 * register 'rn'. ADDROFF(name) returns the remainder of the address as
316 * a constant expression. ADDROFF(name) is a signed expression < 16 bits
320 * ld rY,ADDROFF(name)(rX)
406 #define ADDROFF(name) 0 macro
431 #define ADDROFF(name) name@l

Completed in 125 milliseconds