Home
last modified time | relevance | path

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

/freebsd/sys/dev/ppbus/
H A Dppb_msq.h72 #define MS_OP_BRCLEAR 9 /* brclear <mask>, <offset> */ macro
130 #define MS_BRCLEAR(mask,offset) { MS_OP_BRCLEAR, {{ (mask) }, { (offset) }}}
/freebsd/sys/dev/ppc/
H A Dppc.c1442 case MS_OP_BRCLEAR: in ppc_exec_microseq()