Searched refs:SWAP (Results 1 – 4 of 4) sorted by relevance
38 #define SWAP(a, b, temp) {(temp) = a; (a) = b; (b) = temp;} macro44 SWAP(p, q, r); \
76 SWAP(34), // Swap, e.g. "swap R0,R1" enumConstant805 instruction.setUnsignedImm(ExtendedOpcodes.SWAP.value); in addSwap()
133 public static final int SWAP = 405; field in ParcelableCallAnalytics.AnalyticsEvent
42338 field public static final int SWAP = 405; // 0x195