Searched refs:move_to (Results 1 – 3 of 3) sorted by relevance
116 int move_to(const char *);310 return(move_to(answer + 1)); in take_action()329 move_to(const char *room_number) in move_to() function
9853 int move_to; local9860 move_to = number_of_first_bit_set (regs_to_pop);9862 asm_fprintf (f, "\tmov\t%r, %r\n", move_to, popped_into);9864 regs_to_pop &= ~(1 << move_to);
13273 int move_to; in thumb_exit() local13281 move_to = number_of_first_bit_set (regs_to_pop); in thumb_exit()13283 asm_fprintf (f, "\tmov\t%r, %r\n", move_to, popped_into); in thumb_exit()13285 regs_to_pop &= ~(1 << move_to); in thumb_exit()