MIPS: uasm: Add mflo uasm instruction

It will be used later on by bpf-jit

[ralf@linux-mips.org: Resolved conflict.]

Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
This commit is contained in:
Markos Chandras
2014-04-14 15:42:31 +01:00
committed by Ralf Baechle
parent a8e897ad00
commit 16d21a812f
5 changed files with 11 additions and 5 deletions

View File

@@ -316,6 +316,7 @@ enum mm_32axf_minor_op {
mm_mfhi32_op = 0x035,
mm_jalr_op = 0x03c,
mm_tlbr_op = 0x04d,
mm_mflo32_op = 0x075,
mm_jalrhb_op = 0x07c,
mm_tlbwi_op = 0x08d,
mm_tlbwr_op = 0x0cd,