mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
MIPS: uasm: add MT ASE yield instruction
This patch allows use of the MT ASE yield instruction from uasm. It will be used by a subsequent patch. Signed-off-by: Paul Burton <paul.burton@imgtec.com>
This commit is contained in:
parent
53ed138986
commit
d674dd14e8
3 changed files with 11 additions and 1 deletions
|
@ -150,6 +150,7 @@ Ip_0(_tlbwr);
|
|||
Ip_u1(_wait);
|
||||
Ip_u3u1u2(_xor);
|
||||
Ip_u2u1u3(_xori);
|
||||
Ip_u2u1(_yield);
|
||||
|
||||
|
||||
/* Handle labels. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue