Searched refs:spr (Results 51 - 52 of 52) sorted by relevance

123

/freebsd-12-stable/contrib/binutils/opcodes/
H A Dppc-opc.c1192 /* If this is mfsprg4..7 then use spr 260..263 which can be read in
1193 user mode. Anything else must use spr 272..279. */
1207 /* mfsprg can use 260..263 and 272..279. mtsprg only uses spr 272..279
1538 #define XSPR(op, xop, spr) \
1539 (X ((op), (xop)) | ((((unsigned long)(spr)) & 0x1f) << 16) | ((((unsigned long)(spr)) & 0x3e0) << 6))
/freebsd-12-stable/sys/powerpc/booke/
H A Dpmap.c121 #include <machine/spr.h>

Completed in 111 milliseconds

123