Searched defs:GET_LR (Results 1 – 1 of 1) sorted by relevance
40 #define GET_LR(tmp_lr) tmp_lr = 0 macro43 #define GET_LR(tmp_lr) __asm__ __volatile__("mov %0, lr \n":"=r"(tmp_lr):) macro45 #define GET_LR(tmp_lr) __asm("MOV tmp_lr, lr\n") macro
Completed in 3 milliseconds