MIPS: inst.h: Rename b{eq,ne}zcji[al]c_op to pop{6,7}6_op
authorPaul Burton <paul.burton@imgtec.com>
Mon, 4 Jul 2016 18:35:07 +0000 (19:35 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 5 Jul 2016 14:08:59 +0000 (16:08 +0200)
commit1c66b79bb3b11942a98085fd89295cf6cddae41a
tree34c89603844795972b0291d25aac60ac86f3be23
parenteadfb501a5f5522b3df1b06ed8ffbb063d19d827
MIPS: inst.h: Rename b{eq,ne}zcji[al]c_op to pop{6,7}6_op

The opcodes currently defined in inst.h as beqzcjic_op & bnezcjialc_op
are actually defined in the MIPS base instruction set manuals as pop66 &
pop76 respectively. Rename them as such, for consistency with the
documentation.

Signed-off-by: Paul Burton <paul.burton@imgtec.com>
Signed-off-by: James Hogan <james.hogan@imgtec.com>
Acked-by: Ralf Baechle <ralf@linux-mips.org>
Cc: linux-mips@linux-mips.org
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/mips/include/uapi/asm/inst.h
arch/mips/kernel/branch.c
arch/mips/math-emu/cp1emu.c