Home
last modified time | relevance | path

Searched refs:GET_REGISTER (Results 1 – 1 of 1) sorted by relevance

/external/u-boot/include/bedbug/
Dregs.h174 #define GET_REGISTER( str ) \ macro
179 #define GET_CR() GET_REGISTER( "mfcr %0" )
181 #define GET_MSR() GET_REGISTER( "mfmsr %0" )
183 #define GET_XER() GET_REGISTER( "mfspr %0,1" )
185 #define GET_LR() GET_REGISTER( "mfspr %0,8" )
187 #define GET_CTR() GET_REGISTER( "mfspr %0,9" )
189 #define GET_DSISR() GET_REGISTER( "mfspr %0,18" )
191 #define GET_DAR() GET_REGISTER( "mfspr %0,19" )
193 #define GET_DEC() GET_REGISTER( "mfspr %0,22" )
195 #define GET_SRR0() GET_REGISTER( "mfspr %0,26" )
[all …]