2 * Format of an instruction in memory.
4 * This file is subject to the terms and conditions of the GNU General Public
5 * License. See the file "COPYING" in the main directory of this archive
8 * Copyright (C) 1996, 2000 by Ralf Baechle
9 * Copyright (C) 2006 by Thiemo Seufer
10 * Copyright (C) 2012 MIPS Technologies, Inc. All rights reserved.
11 * Copyright (C) 2014 Imagination Technologies Ltd.
13 #ifndef _UAPI_ASM_INST_H
14 #define _UAPI_ASM_INST_H
16 #include <asm/bitfield.h>
19 * Major opcodes; before MIPS IV cop1x was called cop3.
22 spec_op
, bcond_op
, j_op
, jal_op
,
23 beq_op
, bne_op
, blez_op
, bgtz_op
,
24 addi_op
, cbcond0_op
= addi_op
, addiu_op
, slti_op
, sltiu_op
,
25 andi_op
, ori_op
, xori_op
, lui_op
,
26 cop0_op
, cop1_op
, cop2_op
, cop1x_op
,
27 beql_op
, bnel_op
, blezl_op
, bgtzl_op
,
28 daddi_op
, cbcond1_op
= daddi_op
, daddiu_op
, ldl_op
, ldr_op
,
29 spec2_op
, jalx_op
, mdmx_op
, spec3_op
,
30 lb_op
, lh_op
, lwl_op
, lw_op
,
31 lbu_op
, lhu_op
, lwr_op
, lwu_op
,
32 sb_op
, sh_op
, swl_op
, sw_op
,
33 sdl_op
, sdr_op
, swr_op
, cache_op
,
34 ll_op
, lwc1_op
, lwc2_op
, bc6_op
= lwc2_op
, pref_op
,
35 lld_op
, ldc1_op
, ldc2_op
, beqzcjic_op
= ldc2_op
, ld_op
,
36 sc_op
, swc1_op
, swc2_op
, balc6_op
= swc2_op
, major_3b_op
,
37 scd_op
, sdc1_op
, sdc2_op
, bnezcjialc_op
= sdc2_op
, sd_op
41 * func field of spec opcode.
44 sll_op
, movc_op
, srl_op
, sra_op
,
45 sllv_op
, pmon_op
, srlv_op
, srav_op
,
46 jr_op
, jalr_op
, movz_op
, movn_op
,
47 syscall_op
, break_op
, spim_op
, sync_op
,
48 mfhi_op
, mthi_op
, mflo_op
, mtlo_op
,
49 dsllv_op
, spec2_unused_op
, dsrlv_op
, dsrav_op
,
50 mult_op
, multu_op
, div_op
, divu_op
,
51 dmult_op
, dmultu_op
, ddiv_op
, ddivu_op
,
52 add_op
, addu_op
, sub_op
, subu_op
,
53 and_op
, or_op
, xor_op
, nor_op
,
54 spec3_unused_op
, spec4_unused_op
, slt_op
, sltu_op
,
55 dadd_op
, daddu_op
, dsub_op
, dsubu_op
,
56 tge_op
, tgeu_op
, tlt_op
, tltu_op
,
57 teq_op
, spec5_unused_op
, tne_op
, spec6_unused_op
,
58 dsll_op
, spec7_unused_op
, dsrl_op
, dsra_op
,
59 dsll32_op
, spec8_unused_op
, dsrl32_op
, dsra32_op
63 * func field of spec2 opcode.
66 madd_op
, maddu_op
, mul_op
, spec2_3_unused_op
,
67 msub_op
, msubu_op
, /* more unused ops */
68 clz_op
= 0x20, clo_op
,
69 dclz_op
= 0x24, dclo_op
,
74 * func field of spec3 opcode.
77 ext_op
, dextm_op
, dextu_op
, dext_op
,
78 ins_op
, dinsm_op
, dinsu_op
, dins_op
,
79 yield_op
= 0x09, lx_op
= 0x0a,
80 lwle_op
= 0x19, lwre_op
= 0x1a,
81 cachee_op
= 0x1b, sbe_op
= 0x1c,
82 she_op
= 0x1d, sce_op
= 0x1e,
83 swe_op
= 0x1f, bshfl_op
= 0x20,
84 swle_op
= 0x21, swre_op
= 0x22,
85 prefe_op
= 0x23, dbshfl_op
= 0x24,
86 cache6_op
= 0x25, sc6_op
= 0x26,
87 scd6_op
= 0x27, lbue_op
= 0x28,
88 lhue_op
= 0x29, lbe_op
= 0x2c,
89 lhe_op
= 0x2d, lle_op
= 0x2e,
90 lwe_op
= 0x2f, pref6_op
= 0x35,
91 ll6_op
= 0x36, lld6_op
= 0x37,
96 * rt field of bcond opcodes.
99 bltz_op
, bgez_op
, bltzl_op
, bgezl_op
,
100 spimi_op
, unused_rt_op_0x05
, unused_rt_op_0x06
, unused_rt_op_0x07
,
101 tgei_op
, tgeiu_op
, tlti_op
, tltiu_op
,
102 teqi_op
, unused_0x0d_rt_op
, tnei_op
, unused_0x0f_rt_op
,
103 bltzal_op
, bgezal_op
, bltzall_op
, bgezall_op
,
104 rt_op_0x14
, rt_op_0x15
, rt_op_0x16
, rt_op_0x17
,
105 rt_op_0x18
, rt_op_0x19
, rt_op_0x1a
, rt_op_0x1b
,
106 bposge32_op
, rt_op_0x1d
, rt_op_0x1e
, rt_op_0x1f
110 * rs field of cop opcodes.
113 mfc_op
= 0x00, dmfc_op
= 0x01,
114 cfc_op
= 0x02, mfhc0_op
= 0x02,
115 mfhc_op
= 0x03, mtc_op
= 0x04,
116 dmtc_op
= 0x05, ctc_op
= 0x06,
117 mthc0_op
= 0x06, mthc_op
= 0x07,
118 bc_op
= 0x08, bc1eqz_op
= 0x09,
119 bc1nez_op
= 0x0d, cop_op
= 0x10,
124 * rt field of cop.bc_op opcodes
127 bcf_op
, bct_op
, bcfl_op
, bctl_op
131 * func field of cop0 coi opcodes.
134 tlbr_op
= 0x01, tlbwi_op
= 0x02,
135 tlbwr_op
= 0x06, tlbp_op
= 0x08,
136 rfe_op
= 0x10, eret_op
= 0x18,
141 * func field of cop0 com opcodes.
144 tlbr1_op
= 0x01, tlbw_op
= 0x02,
145 tlbp1_op
= 0x08, dctr_op
= 0x09,
150 * fmt field of cop1 opcodes.
153 s_fmt
, d_fmt
, e_fmt
, q_fmt
,
158 * func field of cop1 instructions using d, s or w format.
161 fadd_op
= 0x00, fsub_op
= 0x01,
162 fmul_op
= 0x02, fdiv_op
= 0x03,
163 fsqrt_op
= 0x04, fabs_op
= 0x05,
164 fmov_op
= 0x06, fneg_op
= 0x07,
165 froundl_op
= 0x08, ftruncl_op
= 0x09,
166 fceill_op
= 0x0a, ffloorl_op
= 0x0b,
167 fround_op
= 0x0c, ftrunc_op
= 0x0d,
168 fceil_op
= 0x0e, ffloor_op
= 0x0f,
169 fmovc_op
= 0x11, fmovz_op
= 0x12,
170 fmovn_op
= 0x13, frecip_op
= 0x15,
171 frsqrt_op
= 0x16, fcvts_op
= 0x20,
172 fcvtd_op
= 0x21, fcvte_op
= 0x22,
173 fcvtw_op
= 0x24, fcvtl_op
= 0x25,
178 * func field of cop1x opcodes (MIPS IV).
181 lwxc1_op
= 0x00, ldxc1_op
= 0x01,
182 swxc1_op
= 0x08, sdxc1_op
= 0x09,
183 pfetch_op
= 0x0f, madd_s_op
= 0x20,
184 madd_d_op
= 0x21, madd_e_op
= 0x22,
185 msub_s_op
= 0x28, msub_d_op
= 0x29,
186 msub_e_op
= 0x2a, nmadd_s_op
= 0x30,
187 nmadd_d_op
= 0x31, nmadd_e_op
= 0x32,
188 nmsub_s_op
= 0x38, nmsub_d_op
= 0x39,
193 * func field for mad opcodes (MIPS IV).
196 madd_fp_op
= 0x08, msub_fp_op
= 0x0a,
197 nmadd_fp_op
= 0x0c, nmsub_fp_op
= 0x0e
201 * func field for special3 lx opcodes (Cavium Octeon).
224 * (microMIPS) Major opcodes.
227 mm_pool32a_op
, mm_pool16a_op
, mm_lbu16_op
, mm_move16_op
,
228 mm_addi32_op
, mm_lbu32_op
, mm_sb32_op
, mm_lb32_op
,
229 mm_pool32b_op
, mm_pool16b_op
, mm_lhu16_op
, mm_andi16_op
,
230 mm_addiu32_op
, mm_lhu32_op
, mm_sh32_op
, mm_lh32_op
,
231 mm_pool32i_op
, mm_pool16c_op
, mm_lwsp16_op
, mm_pool16d_op
,
232 mm_ori32_op
, mm_pool32f_op
, mm_reserved1_op
, mm_reserved2_op
,
233 mm_pool32c_op
, mm_lwgp16_op
, mm_lw16_op
, mm_pool16e_op
,
234 mm_xori32_op
, mm_jals32_op
, mm_addiupc_op
, mm_reserved3_op
,
235 mm_reserved4_op
, mm_pool16f_op
, mm_sb16_op
, mm_beqz16_op
,
236 mm_slti32_op
, mm_beq32_op
, mm_swc132_op
, mm_lwc132_op
,
237 mm_reserved5_op
, mm_reserved6_op
, mm_sh16_op
, mm_bnez16_op
,
238 mm_sltiu32_op
, mm_bne32_op
, mm_sdc132_op
, mm_ldc132_op
,
239 mm_reserved7_op
, mm_reserved8_op
, mm_swsp16_op
, mm_b16_op
,
240 mm_andi32_op
, mm_j32_op
, mm_sd32_op
, mm_ld32_op
,
241 mm_reserved11_op
, mm_reserved12_op
, mm_sw16_op
, mm_li16_op
,
242 mm_jalx32_op
, mm_jal32_op
, mm_sw32_op
, mm_lw32_op
,
246 * (microMIPS) POOL32I minor opcodes.
248 enum mm_32i_minor_op
{
249 mm_bltz_op
, mm_bltzal_op
, mm_bgez_op
, mm_bgezal_op
,
250 mm_blez_op
, mm_bnezc_op
, mm_bgtz_op
, mm_beqzc_op
,
251 mm_tlti_op
, mm_tgei_op
, mm_tltiu_op
, mm_tgeiu_op
,
252 mm_tnei_op
, mm_lui_op
, mm_teqi_op
, mm_reserved13_op
,
253 mm_synci_op
, mm_bltzals_op
, mm_reserved14_op
, mm_bgezals_op
,
254 mm_bc2f_op
, mm_bc2t_op
, mm_reserved15_op
, mm_reserved16_op
,
255 mm_reserved17_op
, mm_reserved18_op
, mm_bposge64_op
, mm_bposge32_op
,
256 mm_bc1f_op
, mm_bc1t_op
, mm_reserved19_op
, mm_reserved20_op
,
257 mm_bc1any2f_op
, mm_bc1any2t_op
, mm_bc1any4f_op
, mm_bc1any4t_op
,
261 * (microMIPS) POOL32A minor opcodes.
263 enum mm_32a_minor_op
{
266 mm_sllv32_op
= 0x010,
268 mm_pool32axf_op
= 0x03c,
271 mm_srlv32_op
= 0x090,
274 mm_addu32_op
= 0x150,
275 mm_subu32_op
= 0x1d0,
286 * (microMIPS) POOL32B functions.
305 * (microMIPS) POOL32C functions.
316 * (microMIPS) POOL32AXF minor opcodes.
318 enum mm_32axf_minor_op
{
322 mm_mfhi32_op
= 0x035,
325 mm_mflo32_op
= 0x075,
326 mm_jalrhb_op
= 0x07c,
330 mm_jalrshb_op
= 0x17c,
332 mm_syscall_op
= 0x22d,
339 * (microMIPS) POOL32F minor opcodes.
341 enum mm_32f_minor_op
{
363 * (microMIPS) POOL32F secondary minor opcodes.
365 enum mm_32f_10_minor_op
{
375 mm_lwxc1_func
= 0x048,
376 mm_swxc1_func
= 0x088,
377 mm_ldxc1_func
= 0x0c8,
378 mm_sdxc1_func
= 0x108,
382 * (microMIPS) POOL32F secondary minor opcodes.
384 enum mm_32f_40_minor_op
{
390 * (microMIPS) POOL32F secondary minor opcodes.
392 enum mm_32f_60_minor_op
{
400 * (microMIPS) POOL32F secondary minor opcodes.
402 enum mm_32f_70_minor_op
{
408 * (microMIPS) POOL32FXF secondary minor opcodes for POOL32F.
410 enum mm_32f_73_minor_op
{
415 mm_ffloorl_op
= 0x0c,
420 mm_ffloorw_op
= 0x2c,
432 mm_ftruncl_op
= 0x8c,
436 mm_ftruncw_op
= 0xac,
439 mm_froundl_op
= 0xcc,
442 mm_froundw_op
= 0xec,
447 * (microMIPS) POOL16C minor opcodes.
449 enum mm_16c_minor_op
{
455 mm_jalrs16_op
= 0x0f,
456 mm_jraddiusp_op
= 0x18,
460 * (microMIPS) POOL16D minor opcodes.
462 enum mm_16d_minor_op
{
471 MIPS16e_jal_op
= 003,
477 MIPS16e_lwsp_op
= 022,
479 MIPS16e_lbu_op
= 024,
480 MIPS16e_lhu_op
= 025,
481 MIPS16e_lwpc_op
= 026,
482 MIPS16e_lwu_op
= 027,
485 MIPS16e_swsp_op
= 032,
488 MIPS16e_extend_op
= 036,
489 MIPS16e_i64_op
= 037,
492 enum MIPS16e_i64_func
{
500 enum MIPS16e_rr_func
{
504 enum MIPS6e_i8_func
{
505 MIPS16e_swrasp_func
= 02,
509 * (microMIPS & MIPS16e) NOP instruction.
511 #define MM_NOP16 0x0c00
514 __BITFIELD_FIELD(unsigned int opcode
: 6, /* Jump format */
515 __BITFIELD_FIELD(unsigned int target
: 26,
519 struct i_format
{ /* signed immediate format */
520 __BITFIELD_FIELD(unsigned int opcode
: 6,
521 __BITFIELD_FIELD(unsigned int rs
: 5,
522 __BITFIELD_FIELD(unsigned int rt
: 5,
523 __BITFIELD_FIELD(signed int simmediate
: 16,
527 struct u_format
{ /* unsigned immediate format */
528 __BITFIELD_FIELD(unsigned int opcode
: 6,
529 __BITFIELD_FIELD(unsigned int rs
: 5,
530 __BITFIELD_FIELD(unsigned int rt
: 5,
531 __BITFIELD_FIELD(unsigned int uimmediate
: 16,
535 struct c_format
{ /* Cache (>= R6000) format */
536 __BITFIELD_FIELD(unsigned int opcode
: 6,
537 __BITFIELD_FIELD(unsigned int rs
: 5,
538 __BITFIELD_FIELD(unsigned int c_op
: 3,
539 __BITFIELD_FIELD(unsigned int cache
: 2,
540 __BITFIELD_FIELD(unsigned int simmediate
: 16,
544 struct r_format
{ /* Register format */
545 __BITFIELD_FIELD(unsigned int opcode
: 6,
546 __BITFIELD_FIELD(unsigned int rs
: 5,
547 __BITFIELD_FIELD(unsigned int rt
: 5,
548 __BITFIELD_FIELD(unsigned int rd
: 5,
549 __BITFIELD_FIELD(unsigned int re
: 5,
550 __BITFIELD_FIELD(unsigned int func
: 6,
554 struct p_format
{ /* Performance counter format (R10000) */
555 __BITFIELD_FIELD(unsigned int opcode
: 6,
556 __BITFIELD_FIELD(unsigned int rs
: 5,
557 __BITFIELD_FIELD(unsigned int rt
: 5,
558 __BITFIELD_FIELD(unsigned int rd
: 5,
559 __BITFIELD_FIELD(unsigned int re
: 5,
560 __BITFIELD_FIELD(unsigned int func
: 6,
564 struct f_format
{ /* FPU register format */
565 __BITFIELD_FIELD(unsigned int opcode
: 6,
566 __BITFIELD_FIELD(unsigned int : 1,
567 __BITFIELD_FIELD(unsigned int fmt
: 4,
568 __BITFIELD_FIELD(unsigned int rt
: 5,
569 __BITFIELD_FIELD(unsigned int rd
: 5,
570 __BITFIELD_FIELD(unsigned int re
: 5,
571 __BITFIELD_FIELD(unsigned int func
: 6,
575 struct ma_format
{ /* FPU multiply and add format (MIPS IV) */
576 __BITFIELD_FIELD(unsigned int opcode
: 6,
577 __BITFIELD_FIELD(unsigned int fr
: 5,
578 __BITFIELD_FIELD(unsigned int ft
: 5,
579 __BITFIELD_FIELD(unsigned int fs
: 5,
580 __BITFIELD_FIELD(unsigned int fd
: 5,
581 __BITFIELD_FIELD(unsigned int func
: 4,
582 __BITFIELD_FIELD(unsigned int fmt
: 2,
586 struct b_format
{ /* BREAK and SYSCALL */
587 __BITFIELD_FIELD(unsigned int opcode
: 6,
588 __BITFIELD_FIELD(unsigned int code
: 20,
589 __BITFIELD_FIELD(unsigned int func
: 6,
593 struct ps_format
{ /* MIPS-3D / paired single format */
594 __BITFIELD_FIELD(unsigned int opcode
: 6,
595 __BITFIELD_FIELD(unsigned int rs
: 5,
596 __BITFIELD_FIELD(unsigned int ft
: 5,
597 __BITFIELD_FIELD(unsigned int fs
: 5,
598 __BITFIELD_FIELD(unsigned int fd
: 5,
599 __BITFIELD_FIELD(unsigned int func
: 6,
603 struct v_format
{ /* MDMX vector format */
604 __BITFIELD_FIELD(unsigned int opcode
: 6,
605 __BITFIELD_FIELD(unsigned int sel
: 4,
606 __BITFIELD_FIELD(unsigned int fmt
: 1,
607 __BITFIELD_FIELD(unsigned int vt
: 5,
608 __BITFIELD_FIELD(unsigned int vs
: 5,
609 __BITFIELD_FIELD(unsigned int vd
: 5,
610 __BITFIELD_FIELD(unsigned int func
: 6,
614 struct spec3_format
{ /* SPEC3 */
615 __BITFIELD_FIELD(unsigned int opcode
:6,
616 __BITFIELD_FIELD(unsigned int rs
:5,
617 __BITFIELD_FIELD(unsigned int rt
:5,
618 __BITFIELD_FIELD(signed int simmediate
:9,
619 __BITFIELD_FIELD(unsigned int func
:7,
624 * microMIPS instruction formats (32-bit length)
627 * Parenthesis denote whether the format is a microMIPS instruction or
628 * if it is MIPS32 instruction re-encoded for use in the microMIPS ASE.
630 struct fb_format
{ /* FPU branch format (MIPS32) */
631 __BITFIELD_FIELD(unsigned int opcode
: 6,
632 __BITFIELD_FIELD(unsigned int bc
: 5,
633 __BITFIELD_FIELD(unsigned int cc
: 3,
634 __BITFIELD_FIELD(unsigned int flag
: 2,
635 __BITFIELD_FIELD(signed int simmediate
: 16,
639 struct fp0_format
{ /* FPU multiply and add format (MIPS32) */
640 __BITFIELD_FIELD(unsigned int opcode
: 6,
641 __BITFIELD_FIELD(unsigned int fmt
: 5,
642 __BITFIELD_FIELD(unsigned int ft
: 5,
643 __BITFIELD_FIELD(unsigned int fs
: 5,
644 __BITFIELD_FIELD(unsigned int fd
: 5,
645 __BITFIELD_FIELD(unsigned int func
: 6,
649 struct mm_fp0_format
{ /* FPU multipy and add format (microMIPS) */
650 __BITFIELD_FIELD(unsigned int opcode
: 6,
651 __BITFIELD_FIELD(unsigned int ft
: 5,
652 __BITFIELD_FIELD(unsigned int fs
: 5,
653 __BITFIELD_FIELD(unsigned int fd
: 5,
654 __BITFIELD_FIELD(unsigned int fmt
: 3,
655 __BITFIELD_FIELD(unsigned int op
: 2,
656 __BITFIELD_FIELD(unsigned int func
: 6,
660 struct fp1_format
{ /* FPU mfc1 and cfc1 format (MIPS32) */
661 __BITFIELD_FIELD(unsigned int opcode
: 6,
662 __BITFIELD_FIELD(unsigned int op
: 5,
663 __BITFIELD_FIELD(unsigned int rt
: 5,
664 __BITFIELD_FIELD(unsigned int fs
: 5,
665 __BITFIELD_FIELD(unsigned int fd
: 5,
666 __BITFIELD_FIELD(unsigned int func
: 6,
670 struct mm_fp1_format
{ /* FPU mfc1 and cfc1 format (microMIPS) */
671 __BITFIELD_FIELD(unsigned int opcode
: 6,
672 __BITFIELD_FIELD(unsigned int rt
: 5,
673 __BITFIELD_FIELD(unsigned int fs
: 5,
674 __BITFIELD_FIELD(unsigned int fmt
: 2,
675 __BITFIELD_FIELD(unsigned int op
: 8,
676 __BITFIELD_FIELD(unsigned int func
: 6,
680 struct mm_fp2_format
{ /* FPU movt and movf format (microMIPS) */
681 __BITFIELD_FIELD(unsigned int opcode
: 6,
682 __BITFIELD_FIELD(unsigned int fd
: 5,
683 __BITFIELD_FIELD(unsigned int fs
: 5,
684 __BITFIELD_FIELD(unsigned int cc
: 3,
685 __BITFIELD_FIELD(unsigned int zero
: 2,
686 __BITFIELD_FIELD(unsigned int fmt
: 2,
687 __BITFIELD_FIELD(unsigned int op
: 3,
688 __BITFIELD_FIELD(unsigned int func
: 6,
692 struct mm_fp3_format
{ /* FPU abs and neg format (microMIPS) */
693 __BITFIELD_FIELD(unsigned int opcode
: 6,
694 __BITFIELD_FIELD(unsigned int rt
: 5,
695 __BITFIELD_FIELD(unsigned int fs
: 5,
696 __BITFIELD_FIELD(unsigned int fmt
: 3,
697 __BITFIELD_FIELD(unsigned int op
: 7,
698 __BITFIELD_FIELD(unsigned int func
: 6,
702 struct mm_fp4_format
{ /* FPU c.cond format (microMIPS) */
703 __BITFIELD_FIELD(unsigned int opcode
: 6,
704 __BITFIELD_FIELD(unsigned int rt
: 5,
705 __BITFIELD_FIELD(unsigned int fs
: 5,
706 __BITFIELD_FIELD(unsigned int cc
: 3,
707 __BITFIELD_FIELD(unsigned int fmt
: 3,
708 __BITFIELD_FIELD(unsigned int cond
: 4,
709 __BITFIELD_FIELD(unsigned int func
: 6,
713 struct mm_fp5_format
{ /* FPU lwxc1 and swxc1 format (microMIPS) */
714 __BITFIELD_FIELD(unsigned int opcode
: 6,
715 __BITFIELD_FIELD(unsigned int index
: 5,
716 __BITFIELD_FIELD(unsigned int base
: 5,
717 __BITFIELD_FIELD(unsigned int fd
: 5,
718 __BITFIELD_FIELD(unsigned int op
: 5,
719 __BITFIELD_FIELD(unsigned int func
: 6,
723 struct fp6_format
{ /* FPU madd and msub format (MIPS IV) */
724 __BITFIELD_FIELD(unsigned int opcode
: 6,
725 __BITFIELD_FIELD(unsigned int fr
: 5,
726 __BITFIELD_FIELD(unsigned int ft
: 5,
727 __BITFIELD_FIELD(unsigned int fs
: 5,
728 __BITFIELD_FIELD(unsigned int fd
: 5,
729 __BITFIELD_FIELD(unsigned int func
: 6,
733 struct mm_fp6_format
{ /* FPU madd and msub format (microMIPS) */
734 __BITFIELD_FIELD(unsigned int opcode
: 6,
735 __BITFIELD_FIELD(unsigned int ft
: 5,
736 __BITFIELD_FIELD(unsigned int fs
: 5,
737 __BITFIELD_FIELD(unsigned int fd
: 5,
738 __BITFIELD_FIELD(unsigned int fr
: 5,
739 __BITFIELD_FIELD(unsigned int func
: 6,
743 struct mm_i_format
{ /* Immediate format (microMIPS) */
744 __BITFIELD_FIELD(unsigned int opcode
: 6,
745 __BITFIELD_FIELD(unsigned int rt
: 5,
746 __BITFIELD_FIELD(unsigned int rs
: 5,
747 __BITFIELD_FIELD(signed int simmediate
: 16,
751 struct mm_m_format
{ /* Multi-word load/store format (microMIPS) */
752 __BITFIELD_FIELD(unsigned int opcode
: 6,
753 __BITFIELD_FIELD(unsigned int rd
: 5,
754 __BITFIELD_FIELD(unsigned int base
: 5,
755 __BITFIELD_FIELD(unsigned int func
: 4,
756 __BITFIELD_FIELD(signed int simmediate
: 12,
760 struct mm_x_format
{ /* Scaled indexed load format (microMIPS) */
761 __BITFIELD_FIELD(unsigned int opcode
: 6,
762 __BITFIELD_FIELD(unsigned int index
: 5,
763 __BITFIELD_FIELD(unsigned int base
: 5,
764 __BITFIELD_FIELD(unsigned int rd
: 5,
765 __BITFIELD_FIELD(unsigned int func
: 11,
770 * microMIPS instruction formats (16-bit length)
772 struct mm_b0_format
{ /* Unconditional branch format (microMIPS) */
773 __BITFIELD_FIELD(unsigned int opcode
: 6,
774 __BITFIELD_FIELD(signed int simmediate
: 10,
775 __BITFIELD_FIELD(unsigned int : 16, /* Ignored */
779 struct mm_b1_format
{ /* Conditional branch format (microMIPS) */
780 __BITFIELD_FIELD(unsigned int opcode
: 6,
781 __BITFIELD_FIELD(unsigned int rs
: 3,
782 __BITFIELD_FIELD(signed int simmediate
: 7,
783 __BITFIELD_FIELD(unsigned int : 16, /* Ignored */
787 struct mm16_m_format
{ /* Multi-word load/store format */
788 __BITFIELD_FIELD(unsigned int opcode
: 6,
789 __BITFIELD_FIELD(unsigned int func
: 4,
790 __BITFIELD_FIELD(unsigned int rlist
: 2,
791 __BITFIELD_FIELD(unsigned int imm
: 4,
792 __BITFIELD_FIELD(unsigned int : 16, /* Ignored */
796 struct mm16_rb_format
{ /* Signed immediate format */
797 __BITFIELD_FIELD(unsigned int opcode
: 6,
798 __BITFIELD_FIELD(unsigned int rt
: 3,
799 __BITFIELD_FIELD(unsigned int base
: 3,
800 __BITFIELD_FIELD(signed int simmediate
: 4,
801 __BITFIELD_FIELD(unsigned int : 16, /* Ignored */
805 struct mm16_r3_format
{ /* Load from global pointer format */
806 __BITFIELD_FIELD(unsigned int opcode
: 6,
807 __BITFIELD_FIELD(unsigned int rt
: 3,
808 __BITFIELD_FIELD(signed int simmediate
: 7,
809 __BITFIELD_FIELD(unsigned int : 16, /* Ignored */
813 struct mm16_r5_format
{ /* Load/store from stack pointer format */
814 __BITFIELD_FIELD(unsigned int opcode
: 6,
815 __BITFIELD_FIELD(unsigned int rt
: 5,
816 __BITFIELD_FIELD(signed int simmediate
: 5,
817 __BITFIELD_FIELD(unsigned int : 16, /* Ignored */
822 * MIPS16e instruction formats (16-bit length)
825 __BITFIELD_FIELD(unsigned int opcode
: 5,
826 __BITFIELD_FIELD(unsigned int rx
: 3,
827 __BITFIELD_FIELD(unsigned int nd
: 1,
828 __BITFIELD_FIELD(unsigned int l
: 1,
829 __BITFIELD_FIELD(unsigned int ra
: 1,
830 __BITFIELD_FIELD(unsigned int func
: 5,
835 __BITFIELD_FIELD(unsigned int opcode
: 5,
836 __BITFIELD_FIELD(unsigned int x
: 1,
837 __BITFIELD_FIELD(unsigned int imm20_16
: 5,
838 __BITFIELD_FIELD(signed int imm25_21
: 5,
843 __BITFIELD_FIELD(unsigned int opcode
: 5,
844 __BITFIELD_FIELD(unsigned int func
: 3,
845 __BITFIELD_FIELD(unsigned int imm
: 8,
850 __BITFIELD_FIELD(unsigned int opcode
: 5,
851 __BITFIELD_FIELD(unsigned int func
: 3,
852 __BITFIELD_FIELD(unsigned int ry
: 3,
853 __BITFIELD_FIELD(unsigned int imm
: 5,
858 __BITFIELD_FIELD(unsigned int opcode
: 5,
859 __BITFIELD_FIELD(unsigned int rx
: 3,
860 __BITFIELD_FIELD(unsigned int imm
: 8,
865 __BITFIELD_FIELD(unsigned int opcode
: 5,
866 __BITFIELD_FIELD(unsigned int rx
: 3,
867 __BITFIELD_FIELD(unsigned int ry
: 3,
868 __BITFIELD_FIELD(unsigned int imm
: 5,
873 __BITFIELD_FIELD(unsigned int opcode
: 5,
874 __BITFIELD_FIELD(unsigned int func
: 3,
875 __BITFIELD_FIELD(unsigned int imm
: 8,
879 union mips_instruction
{
881 unsigned short halfword
[2];
882 unsigned char byte
[4];
883 struct j_format j_format
;
884 struct i_format i_format
;
885 struct u_format u_format
;
886 struct c_format c_format
;
887 struct r_format r_format
;
888 struct p_format p_format
;
889 struct f_format f_format
;
890 struct ma_format ma_format
;
891 struct b_format b_format
;
892 struct ps_format ps_format
;
893 struct v_format v_format
;
894 struct spec3_format spec3_format
;
895 struct fb_format fb_format
;
896 struct fp0_format fp0_format
;
897 struct mm_fp0_format mm_fp0_format
;
898 struct fp1_format fp1_format
;
899 struct mm_fp1_format mm_fp1_format
;
900 struct mm_fp2_format mm_fp2_format
;
901 struct mm_fp3_format mm_fp3_format
;
902 struct mm_fp4_format mm_fp4_format
;
903 struct mm_fp5_format mm_fp5_format
;
904 struct fp6_format fp6_format
;
905 struct mm_fp6_format mm_fp6_format
;
906 struct mm_i_format mm_i_format
;
907 struct mm_m_format mm_m_format
;
908 struct mm_x_format mm_x_format
;
909 struct mm_b0_format mm_b0_format
;
910 struct mm_b1_format mm_b1_format
;
911 struct mm16_m_format mm16_m_format
;
912 struct mm16_rb_format mm16_rb_format
;
913 struct mm16_r3_format mm16_r3_format
;
914 struct mm16_r5_format mm16_r5_format
;
917 union mips16e_instruction
{
918 unsigned int full
: 16;
922 struct m16e_ri64 ri64
;
928 #endif /* _UAPI_ASM_INST_H */