MIPS: inst: Declare fsel_op for sel.fmt instruction
authorPaul Burton <paul.burton@imgtec.com>
Thu, 21 Apr 2016 13:04:47 +0000 (14:04 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Fri, 13 May 2016 12:02:21 +0000 (14:02 +0200)
Declare the opcode for the MIPSr6 sel.fmt instruction, as fsel_op in
order to match other FP op names.

Signed-off-by: Paul Burton <paul.burton@imgtec.com>
Cc: Maciej W. Rozycki <macro@imgtec.com>
Cc: Leonid Yegoshin <Leonid.Yegoshin@imgtec.com>
Cc: James Hogan <james.hogan@imgtec.com>
Cc: linux-mips@linux-mips.org
Cc: linux-kernel@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/13152/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/include/uapi/asm/inst.h

index 3bb8cd957e81ab0c3b25dc54e0085fb3f2c4e71a..8051f9aa13796f5e6f63a249883b362072c99217 100644 (file)
@@ -167,6 +167,7 @@ enum cop1_sdw_func {
        fceill_op    =  0x0a, ffloorl_op   =  0x0b,
        fround_op    =  0x0c, ftrunc_op    =  0x0d,
        fceil_op     =  0x0e, ffloor_op    =  0x0f,
+       fsel_op      =  0x10,
        fmovc_op     =  0x11, fmovz_op     =  0x12,
        fmovn_op     =  0x13, fseleqz_op   =  0x14,
        frecip_op    =  0x15, frsqrt_op    =  0x16,
This page took 0.030118 seconds and 5 git commands to generate.