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

/netbsd-current/sys/arch/mvmeppc/stand/libsa/
H A Dsrt0.S80 LDCONST(%r14, HID0_DCE|HID0_ICE)
89 LDCONST(%r13,_C_LABEL(_start)) /* Where we'd like to be */
90 LDCONST(%r14,_C_LABEL(edata)) /* End of data section */
91 LDCONST(%r15,0x3)
124 LDCONST(%r13,_ASM_LABEL(clrbss))
129 LDCONST(%r13,_C_LABEL(edata)) /* End of the data section */
130 LDCONST(%r14,_C_LABEL(end)) /* End of BSS */
131 LDCONST(%r15,0x3)
142 LDCONST(%r1,stack)
144 LDCONST(
[all...]
/netbsd-current/sys/arch/mvmeppc/include/
H A Dasm.h30 #define LDCONST(r,v) lis r,v@ha ; addi r,r,v@l macro

Completed in 87 milliseconds