Searched refs:lastARL (Results 1 – 1 of 1) sorted by relevance
823 struct rc_instruction *inst, *lastARL = NULL; in rc_emulate_negative_addressing() local830 if (lastARL != NULL && min_offset < 0) in rc_emulate_negative_addressing()831 transform_negative_addressing(c, lastARL, inst, min_offset); in rc_emulate_negative_addressing()833 lastARL = inst; in rc_emulate_negative_addressing()842 if (lastARL == NULL) { in rc_emulate_negative_addressing()853 if (lastARL != NULL && min_offset < 0) in rc_emulate_negative_addressing()854 transform_negative_addressing(c, lastARL, inst, min_offset); in rc_emulate_negative_addressing()