ieee1275: split up grub_machine_get_bootlocation
[grub.git] / asm-tests / mips.S
1 /* on mips clang doesn't support privilegied instructions, doubleword store/load
2    and crashes with hand-written assembly
3  */
4
5         .set mips3
6         sync
7         ld $t2, 0($t1)
8
9 a:
10         addiu $t1, $s0, (b - a)
11 b:      nop