Home
last modified time | relevance | path

Searched refs:move_to (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/games/wump/
Dwump.c116 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
/openbsd/src/gnu/usr.bin/gcc/gcc/config/arm/
Darm.c9853 int move_to; local
9860 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);
/openbsd/src/gnu/gcc/gcc/config/arm/
Darm.c13273 int move_to; in thumb_exit() local
13281 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()