Searched refs:TRANSITION (Results 1 – 2 of 2) sorted by relevance
1478 #define TRANSITION(from, to) (mapstate == (from) && state == (to)) in mapping_state() macro1484 else if (TRANSITION (MAP_UNDEFINED, MAP_DATA)) in mapping_state()1487 else if (TRANSITION (MAP_UNDEFINED, MAP_INSN)) in mapping_state()1502 #undef TRANSITION in mapping_state()
2638 #define TRANSITION(from, to) (mapstate == (from) && state == (to)) in mapping_state() macro2661 if (TRANSITION (MAP_UNDEFINED, MAP_DATA)) in mapping_state()2664 else if (TRANSITION (MAP_UNDEFINED, MAP_ARM) in mapping_state()2665 || TRANSITION (MAP_UNDEFINED, MAP_THUMB)) in mapping_state()2679 #undef TRANSITION in mapping_state()