MIPS: uasm: Add divu 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> Cc: linux-mips@linux-mips.org Patchwork: http://patchwork.linux-mips.org/patch/6727/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:

committed by
Ralf Baechle

parent
f31318fdf3
commit
4c12a854d8
@@ -311,6 +311,7 @@ enum mm_32axf_minor_op {
|
||||
mm_syscall_op = 0x22d,
|
||||
mm_wait_op = 0x24d,
|
||||
mm_eret_op = 0x3cd,
|
||||
mm_divu_op = 0x5dc,
|
||||
};
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user