EVSEL
#define EVSEL(op, xop) (OP (op) | (((unsigned long)(xop)) & 0xff) << 3)
#define EVSEL(__val) ((__val) & L3_EVTYPE_MASK)