Home | History | Annotate | Download | only in config

Lines Matching refs:OP2

2221 #define OP2(x) op[target_big_endian ? 1-x : x]
2255 OP2(1) = val & 0xff;
2256 OP2(0) = (val >> 8) & 0xff;
2298 OP2(0) = val & 0xff;
2299 OP2(1) = (val >> 8) & 0xff;