Home | History | Annotate | Download | only in qemu

Lines Matching refs:oe

1860 #define XO(op, xop, oe, rc) \
1861 (OP (op) | ((((unsigned long)(xop)) & 0x1ff) << 1) | ((((unsigned long)(oe)) & 1) << 10) | (((unsigned long)(rc)) & 1))