1 ;; Core of the spinlock implementation
3 ;; Copyright (C) 2004 Axis Communications AB.
5 ;; Author: Mikael Starvik
9 .type cris_spin_lock,@function
10 .global cris_spin_trylock
11 .type cris_spin_trylock,@function
27 .size cris_spin_lock, . - cris_spin_lock
31 1: move.b [$r10], $r11
39 .size cris_spin_trylock, . - cris_spin_trylock