inst.h 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916
  1. /*
  2. * Format of an instruction in memory.
  3. *
  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
  6. * for more details.
  7. *
  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.
  12. */
  13. #ifndef _UAPI_ASM_INST_H
  14. #define _UAPI_ASM_INST_H
  15. /*
  16. * Major opcodes; before MIPS IV cop1x was called cop3.
  17. */
  18. enum major_op {
  19. spec_op, bcond_op, j_op, jal_op,
  20. beq_op, bne_op, blez_op, bgtz_op,
  21. addi_op, addiu_op, slti_op, sltiu_op,
  22. andi_op, ori_op, xori_op, lui_op,
  23. cop0_op, cop1_op, cop2_op, cop1x_op,
  24. beql_op, bnel_op, blezl_op, bgtzl_op,
  25. daddi_op, daddiu_op, ldl_op, ldr_op,
  26. spec2_op, jalx_op, mdmx_op, spec3_op,
  27. lb_op, lh_op, lwl_op, lw_op,
  28. lbu_op, lhu_op, lwr_op, lwu_op,
  29. sb_op, sh_op, swl_op, sw_op,
  30. sdl_op, sdr_op, swr_op, cache_op,
  31. ll_op, lwc1_op, lwc2_op, pref_op,
  32. lld_op, ldc1_op, ldc2_op, ld_op,
  33. sc_op, swc1_op, swc2_op, major_3b_op,
  34. scd_op, sdc1_op, sdc2_op, sd_op
  35. };
  36. /*
  37. * func field of spec opcode.
  38. */
  39. enum spec_op {
  40. sll_op, movc_op, srl_op, sra_op,
  41. sllv_op, pmon_op, srlv_op, srav_op,
  42. jr_op, jalr_op, movz_op, movn_op,
  43. syscall_op, break_op, spim_op, sync_op,
  44. mfhi_op, mthi_op, mflo_op, mtlo_op,
  45. dsllv_op, spec2_unused_op, dsrlv_op, dsrav_op,
  46. mult_op, multu_op, div_op, divu_op,
  47. dmult_op, dmultu_op, ddiv_op, ddivu_op,
  48. add_op, addu_op, sub_op, subu_op,
  49. and_op, or_op, xor_op, nor_op,
  50. spec3_unused_op, spec4_unused_op, slt_op, sltu_op,
  51. dadd_op, daddu_op, dsub_op, dsubu_op,
  52. tge_op, tgeu_op, tlt_op, tltu_op,
  53. teq_op, spec5_unused_op, tne_op, spec6_unused_op,
  54. dsll_op, spec7_unused_op, dsrl_op, dsra_op,
  55. dsll32_op, spec8_unused_op, dsrl32_op, dsra32_op
  56. };
  57. /*
  58. * func field of spec2 opcode.
  59. */
  60. enum spec2_op {
  61. madd_op, maddu_op, mul_op, spec2_3_unused_op,
  62. msub_op, msubu_op, /* more unused ops */
  63. clz_op = 0x20, clo_op,
  64. dclz_op = 0x24, dclo_op,
  65. sdbpp_op = 0x3f
  66. };
  67. /*
  68. * func field of spec3 opcode.
  69. */
  70. enum spec3_op {
  71. ext_op, dextm_op, dextu_op, dext_op,
  72. ins_op, dinsm_op, dinsu_op, dins_op,
  73. lx_op = 0x0a, lwle_op = 0x19,
  74. lwre_op = 0x1a, cachee_op = 0x1b,
  75. sbe_op = 0x1c, she_op = 0x1d,
  76. sce_op = 0x1e, swe_op = 0x1f,
  77. bshfl_op = 0x20, swle_op = 0x21,
  78. swre_op = 0x22, prefe_op = 0x23,
  79. dbshfl_op = 0x24, lbue_op = 0x28,
  80. lhue_op = 0x29, lbe_op = 0x2c,
  81. lhe_op = 0x2d, lle_op = 0x2e,
  82. lwe_op = 0x2f, rdhwr_op = 0x3b
  83. };
  84. /*
  85. * rt field of bcond opcodes.
  86. */
  87. enum rt_op {
  88. bltz_op, bgez_op, bltzl_op, bgezl_op,
  89. spimi_op, unused_rt_op_0x05, unused_rt_op_0x06, unused_rt_op_0x07,
  90. tgei_op, tgeiu_op, tlti_op, tltiu_op,
  91. teqi_op, unused_0x0d_rt_op, tnei_op, unused_0x0f_rt_op,
  92. bltzal_op, bgezal_op, bltzall_op, bgezall_op,
  93. rt_op_0x14, rt_op_0x15, rt_op_0x16, rt_op_0x17,
  94. rt_op_0x18, rt_op_0x19, rt_op_0x1a, rt_op_0x1b,
  95. bposge32_op, rt_op_0x1d, rt_op_0x1e, rt_op_0x1f
  96. };
  97. /*
  98. * rs field of cop opcodes.
  99. */
  100. enum cop_op {
  101. mfc_op = 0x00, dmfc_op = 0x01,
  102. cfc_op = 0x02, mfhc_op = 0x03,
  103. mtc_op = 0x04, dmtc_op = 0x05,
  104. ctc_op = 0x06, mthc_op = 0x07,
  105. bc_op = 0x08, cop_op = 0x10,
  106. copm_op = 0x18
  107. };
  108. /*
  109. * rt field of cop.bc_op opcodes
  110. */
  111. enum bcop_op {
  112. bcf_op, bct_op, bcfl_op, bctl_op
  113. };
  114. /*
  115. * func field of cop0 coi opcodes.
  116. */
  117. enum cop0_coi_func {
  118. tlbr_op = 0x01, tlbwi_op = 0x02,
  119. tlbwr_op = 0x06, tlbp_op = 0x08,
  120. rfe_op = 0x10, eret_op = 0x18
  121. };
  122. /*
  123. * func field of cop0 com opcodes.
  124. */
  125. enum cop0_com_func {
  126. tlbr1_op = 0x01, tlbw_op = 0x02,
  127. tlbp1_op = 0x08, dctr_op = 0x09,
  128. dctw_op = 0x0a
  129. };
  130. /*
  131. * fmt field of cop1 opcodes.
  132. */
  133. enum cop1_fmt {
  134. s_fmt, d_fmt, e_fmt, q_fmt,
  135. w_fmt, l_fmt
  136. };
  137. /*
  138. * func field of cop1 instructions using d, s or w format.
  139. */
  140. enum cop1_sdw_func {
  141. fadd_op = 0x00, fsub_op = 0x01,
  142. fmul_op = 0x02, fdiv_op = 0x03,
  143. fsqrt_op = 0x04, fabs_op = 0x05,
  144. fmov_op = 0x06, fneg_op = 0x07,
  145. froundl_op = 0x08, ftruncl_op = 0x09,
  146. fceill_op = 0x0a, ffloorl_op = 0x0b,
  147. fround_op = 0x0c, ftrunc_op = 0x0d,
  148. fceil_op = 0x0e, ffloor_op = 0x0f,
  149. fmovc_op = 0x11, fmovz_op = 0x12,
  150. fmovn_op = 0x13, frecip_op = 0x15,
  151. frsqrt_op = 0x16, fcvts_op = 0x20,
  152. fcvtd_op = 0x21, fcvte_op = 0x22,
  153. fcvtw_op = 0x24, fcvtl_op = 0x25,
  154. fcmp_op = 0x30
  155. };
  156. /*
  157. * func field of cop1x opcodes (MIPS IV).
  158. */
  159. enum cop1x_func {
  160. lwxc1_op = 0x00, ldxc1_op = 0x01,
  161. swxc1_op = 0x08, sdxc1_op = 0x09,
  162. pfetch_op = 0x0f, madd_s_op = 0x20,
  163. madd_d_op = 0x21, madd_e_op = 0x22,
  164. msub_s_op = 0x28, msub_d_op = 0x29,
  165. msub_e_op = 0x2a, nmadd_s_op = 0x30,
  166. nmadd_d_op = 0x31, nmadd_e_op = 0x32,
  167. nmsub_s_op = 0x38, nmsub_d_op = 0x39,
  168. nmsub_e_op = 0x3a
  169. };
  170. /*
  171. * func field for mad opcodes (MIPS IV).
  172. */
  173. enum mad_func {
  174. madd_fp_op = 0x08, msub_fp_op = 0x0a,
  175. nmadd_fp_op = 0x0c, nmsub_fp_op = 0x0e
  176. };
  177. /*
  178. * func field for special3 lx opcodes (Cavium Octeon).
  179. */
  180. enum lx_func {
  181. lwx_op = 0x00,
  182. lhx_op = 0x04,
  183. lbux_op = 0x06,
  184. ldx_op = 0x08,
  185. lwux_op = 0x10,
  186. lhux_op = 0x14,
  187. lbx_op = 0x16,
  188. };
  189. /*
  190. * (microMIPS) Major opcodes.
  191. */
  192. enum mm_major_op {
  193. mm_pool32a_op, mm_pool16a_op, mm_lbu16_op, mm_move16_op,
  194. mm_addi32_op, mm_lbu32_op, mm_sb32_op, mm_lb32_op,
  195. mm_pool32b_op, mm_pool16b_op, mm_lhu16_op, mm_andi16_op,
  196. mm_addiu32_op, mm_lhu32_op, mm_sh32_op, mm_lh32_op,
  197. mm_pool32i_op, mm_pool16c_op, mm_lwsp16_op, mm_pool16d_op,
  198. mm_ori32_op, mm_pool32f_op, mm_reserved1_op, mm_reserved2_op,
  199. mm_pool32c_op, mm_lwgp16_op, mm_lw16_op, mm_pool16e_op,
  200. mm_xori32_op, mm_jals32_op, mm_addiupc_op, mm_reserved3_op,
  201. mm_reserved4_op, mm_pool16f_op, mm_sb16_op, mm_beqz16_op,
  202. mm_slti32_op, mm_beq32_op, mm_swc132_op, mm_lwc132_op,
  203. mm_reserved5_op, mm_reserved6_op, mm_sh16_op, mm_bnez16_op,
  204. mm_sltiu32_op, mm_bne32_op, mm_sdc132_op, mm_ldc132_op,
  205. mm_reserved7_op, mm_reserved8_op, mm_swsp16_op, mm_b16_op,
  206. mm_andi32_op, mm_j32_op, mm_sd32_op, mm_ld32_op,
  207. mm_reserved11_op, mm_reserved12_op, mm_sw16_op, mm_li16_op,
  208. mm_jalx32_op, mm_jal32_op, mm_sw32_op, mm_lw32_op,
  209. };
  210. /*
  211. * (microMIPS) POOL32I minor opcodes.
  212. */
  213. enum mm_32i_minor_op {
  214. mm_bltz_op, mm_bltzal_op, mm_bgez_op, mm_bgezal_op,
  215. mm_blez_op, mm_bnezc_op, mm_bgtz_op, mm_beqzc_op,
  216. mm_tlti_op, mm_tgei_op, mm_tltiu_op, mm_tgeiu_op,
  217. mm_tnei_op, mm_lui_op, mm_teqi_op, mm_reserved13_op,
  218. mm_synci_op, mm_bltzals_op, mm_reserved14_op, mm_bgezals_op,
  219. mm_bc2f_op, mm_bc2t_op, mm_reserved15_op, mm_reserved16_op,
  220. mm_reserved17_op, mm_reserved18_op, mm_bposge64_op, mm_bposge32_op,
  221. mm_bc1f_op, mm_bc1t_op, mm_reserved19_op, mm_reserved20_op,
  222. mm_bc1any2f_op, mm_bc1any2t_op, mm_bc1any4f_op, mm_bc1any4t_op,
  223. };
  224. /*
  225. * (microMIPS) POOL32A minor opcodes.
  226. */
  227. enum mm_32a_minor_op {
  228. mm_sll32_op = 0x000,
  229. mm_ins_op = 0x00c,
  230. mm_ext_op = 0x02c,
  231. mm_pool32axf_op = 0x03c,
  232. mm_srl32_op = 0x040,
  233. mm_sra_op = 0x080,
  234. mm_rotr_op = 0x0c0,
  235. mm_lwxs_op = 0x118,
  236. mm_addu32_op = 0x150,
  237. mm_subu32_op = 0x1d0,
  238. mm_and_op = 0x250,
  239. mm_or32_op = 0x290,
  240. mm_xor32_op = 0x310,
  241. };
  242. /*
  243. * (microMIPS) POOL32B functions.
  244. */
  245. enum mm_32b_func {
  246. mm_lwc2_func = 0x0,
  247. mm_lwp_func = 0x1,
  248. mm_ldc2_func = 0x2,
  249. mm_ldp_func = 0x4,
  250. mm_lwm32_func = 0x5,
  251. mm_cache_func = 0x6,
  252. mm_ldm_func = 0x7,
  253. mm_swc2_func = 0x8,
  254. mm_swp_func = 0x9,
  255. mm_sdc2_func = 0xa,
  256. mm_sdp_func = 0xc,
  257. mm_swm32_func = 0xd,
  258. mm_sdm_func = 0xf,
  259. };
  260. /*
  261. * (microMIPS) POOL32C functions.
  262. */
  263. enum mm_32c_func {
  264. mm_pref_func = 0x2,
  265. mm_ll_func = 0x3,
  266. mm_swr_func = 0x9,
  267. mm_sc_func = 0xb,
  268. mm_lwu_func = 0xe,
  269. };
  270. /*
  271. * (microMIPS) POOL32AXF minor opcodes.
  272. */
  273. enum mm_32axf_minor_op {
  274. mm_mfc0_op = 0x003,
  275. mm_mtc0_op = 0x00b,
  276. mm_tlbp_op = 0x00d,
  277. mm_jalr_op = 0x03c,
  278. mm_tlbr_op = 0x04d,
  279. mm_jalrhb_op = 0x07c,
  280. mm_tlbwi_op = 0x08d,
  281. mm_tlbwr_op = 0x0cd,
  282. mm_jalrs_op = 0x13c,
  283. mm_jalrshb_op = 0x17c,
  284. mm_syscall_op = 0x22d,
  285. mm_eret_op = 0x3cd,
  286. };
  287. /*
  288. * (microMIPS) POOL32F minor opcodes.
  289. */
  290. enum mm_32f_minor_op {
  291. mm_32f_00_op = 0x00,
  292. mm_32f_01_op = 0x01,
  293. mm_32f_02_op = 0x02,
  294. mm_32f_10_op = 0x08,
  295. mm_32f_11_op = 0x09,
  296. mm_32f_12_op = 0x0a,
  297. mm_32f_20_op = 0x10,
  298. mm_32f_30_op = 0x18,
  299. mm_32f_40_op = 0x20,
  300. mm_32f_41_op = 0x21,
  301. mm_32f_42_op = 0x22,
  302. mm_32f_50_op = 0x28,
  303. mm_32f_51_op = 0x29,
  304. mm_32f_52_op = 0x2a,
  305. mm_32f_60_op = 0x30,
  306. mm_32f_70_op = 0x38,
  307. mm_32f_73_op = 0x3b,
  308. mm_32f_74_op = 0x3c,
  309. };
  310. /*
  311. * (microMIPS) POOL32F secondary minor opcodes.
  312. */
  313. enum mm_32f_10_minor_op {
  314. mm_lwxc1_op = 0x1,
  315. mm_swxc1_op,
  316. mm_ldxc1_op,
  317. mm_sdxc1_op,
  318. mm_luxc1_op,
  319. mm_suxc1_op,
  320. };
  321. enum mm_32f_func {
  322. mm_lwxc1_func = 0x048,
  323. mm_swxc1_func = 0x088,
  324. mm_ldxc1_func = 0x0c8,
  325. mm_sdxc1_func = 0x108,
  326. };
  327. /*
  328. * (microMIPS) POOL32F secondary minor opcodes.
  329. */
  330. enum mm_32f_40_minor_op {
  331. mm_fmovf_op,
  332. mm_fmovt_op,
  333. };
  334. /*
  335. * (microMIPS) POOL32F secondary minor opcodes.
  336. */
  337. enum mm_32f_60_minor_op {
  338. mm_fadd_op,
  339. mm_fsub_op,
  340. mm_fmul_op,
  341. mm_fdiv_op,
  342. };
  343. /*
  344. * (microMIPS) POOL32F secondary minor opcodes.
  345. */
  346. enum mm_32f_70_minor_op {
  347. mm_fmovn_op,
  348. mm_fmovz_op,
  349. };
  350. /*
  351. * (microMIPS) POOL32FXF secondary minor opcodes for POOL32F.
  352. */
  353. enum mm_32f_73_minor_op {
  354. mm_fmov0_op = 0x01,
  355. mm_fcvtl_op = 0x04,
  356. mm_movf0_op = 0x05,
  357. mm_frsqrt_op = 0x08,
  358. mm_ffloorl_op = 0x0c,
  359. mm_fabs0_op = 0x0d,
  360. mm_fcvtw_op = 0x24,
  361. mm_movt0_op = 0x25,
  362. mm_fsqrt_op = 0x28,
  363. mm_ffloorw_op = 0x2c,
  364. mm_fneg0_op = 0x2d,
  365. mm_cfc1_op = 0x40,
  366. mm_frecip_op = 0x48,
  367. mm_fceill_op = 0x4c,
  368. mm_fcvtd0_op = 0x4d,
  369. mm_ctc1_op = 0x60,
  370. mm_fceilw_op = 0x6c,
  371. mm_fcvts0_op = 0x6d,
  372. mm_mfc1_op = 0x80,
  373. mm_fmov1_op = 0x81,
  374. mm_movf1_op = 0x85,
  375. mm_ftruncl_op = 0x8c,
  376. mm_fabs1_op = 0x8d,
  377. mm_mtc1_op = 0xa0,
  378. mm_movt1_op = 0xa5,
  379. mm_ftruncw_op = 0xac,
  380. mm_fneg1_op = 0xad,
  381. mm_mfhc1_op = 0xc0,
  382. mm_froundl_op = 0xcc,
  383. mm_fcvtd1_op = 0xcd,
  384. mm_mthc1_op = 0xe0,
  385. mm_froundw_op = 0xec,
  386. mm_fcvts1_op = 0xed,
  387. };
  388. /*
  389. * (microMIPS) POOL16C minor opcodes.
  390. */
  391. enum mm_16c_minor_op {
  392. mm_lwm16_op = 0x04,
  393. mm_swm16_op = 0x05,
  394. mm_jr16_op = 0x0c,
  395. mm_jrc_op = 0x0d,
  396. mm_jalr16_op = 0x0e,
  397. mm_jalrs16_op = 0x0f,
  398. mm_jraddiusp_op = 0x18,
  399. };
  400. /*
  401. * (microMIPS) POOL16D minor opcodes.
  402. */
  403. enum mm_16d_minor_op {
  404. mm_addius5_func,
  405. mm_addiusp_func,
  406. };
  407. /*
  408. * (MIPS16e) opcodes.
  409. */
  410. enum MIPS16e_ops {
  411. MIPS16e_jal_op = 003,
  412. MIPS16e_ld_op = 007,
  413. MIPS16e_i8_op = 014,
  414. MIPS16e_sd_op = 017,
  415. MIPS16e_lb_op = 020,
  416. MIPS16e_lh_op = 021,
  417. MIPS16e_lwsp_op = 022,
  418. MIPS16e_lw_op = 023,
  419. MIPS16e_lbu_op = 024,
  420. MIPS16e_lhu_op = 025,
  421. MIPS16e_lwpc_op = 026,
  422. MIPS16e_lwu_op = 027,
  423. MIPS16e_sb_op = 030,
  424. MIPS16e_sh_op = 031,
  425. MIPS16e_swsp_op = 032,
  426. MIPS16e_sw_op = 033,
  427. MIPS16e_rr_op = 035,
  428. MIPS16e_extend_op = 036,
  429. MIPS16e_i64_op = 037,
  430. };
  431. enum MIPS16e_i64_func {
  432. MIPS16e_ldsp_func,
  433. MIPS16e_sdsp_func,
  434. MIPS16e_sdrasp_func,
  435. MIPS16e_dadjsp_func,
  436. MIPS16e_ldpc_func,
  437. };
  438. enum MIPS16e_rr_func {
  439. MIPS16e_jr_func,
  440. };
  441. enum MIPS6e_i8_func {
  442. MIPS16e_swrasp_func = 02,
  443. };
  444. /*
  445. * (microMIPS & MIPS16e) NOP instruction.
  446. */
  447. #define MM_NOP16 0x0c00
  448. /*
  449. * Damn ... bitfields depend from byteorder :-(
  450. */
  451. #ifdef __MIPSEB__
  452. #define __BITFIELD_FIELD(field, more) \
  453. field; \
  454. more
  455. #elif defined(__MIPSEL__)
  456. #define __BITFIELD_FIELD(field, more) \
  457. more \
  458. field;
  459. #else /* !defined (__MIPSEB__) && !defined (__MIPSEL__) */
  460. #error "MIPS but neither __MIPSEL__ nor __MIPSEB__?"
  461. #endif
  462. struct j_format {
  463. __BITFIELD_FIELD(unsigned int opcode : 6, /* Jump format */
  464. __BITFIELD_FIELD(unsigned int target : 26,
  465. ;))
  466. };
  467. struct i_format { /* signed immediate format */
  468. __BITFIELD_FIELD(unsigned int opcode : 6,
  469. __BITFIELD_FIELD(unsigned int rs : 5,
  470. __BITFIELD_FIELD(unsigned int rt : 5,
  471. __BITFIELD_FIELD(signed int simmediate : 16,
  472. ;))))
  473. };
  474. struct u_format { /* unsigned immediate format */
  475. __BITFIELD_FIELD(unsigned int opcode : 6,
  476. __BITFIELD_FIELD(unsigned int rs : 5,
  477. __BITFIELD_FIELD(unsigned int rt : 5,
  478. __BITFIELD_FIELD(unsigned int uimmediate : 16,
  479. ;))))
  480. };
  481. struct c_format { /* Cache (>= R6000) format */
  482. __BITFIELD_FIELD(unsigned int opcode : 6,
  483. __BITFIELD_FIELD(unsigned int rs : 5,
  484. __BITFIELD_FIELD(unsigned int c_op : 3,
  485. __BITFIELD_FIELD(unsigned int cache : 2,
  486. __BITFIELD_FIELD(unsigned int simmediate : 16,
  487. ;)))))
  488. };
  489. struct r_format { /* Register format */
  490. __BITFIELD_FIELD(unsigned int opcode : 6,
  491. __BITFIELD_FIELD(unsigned int rs : 5,
  492. __BITFIELD_FIELD(unsigned int rt : 5,
  493. __BITFIELD_FIELD(unsigned int rd : 5,
  494. __BITFIELD_FIELD(unsigned int re : 5,
  495. __BITFIELD_FIELD(unsigned int func : 6,
  496. ;))))))
  497. };
  498. struct p_format { /* Performance counter format (R10000) */
  499. __BITFIELD_FIELD(unsigned int opcode : 6,
  500. __BITFIELD_FIELD(unsigned int rs : 5,
  501. __BITFIELD_FIELD(unsigned int rt : 5,
  502. __BITFIELD_FIELD(unsigned int rd : 5,
  503. __BITFIELD_FIELD(unsigned int re : 5,
  504. __BITFIELD_FIELD(unsigned int func : 6,
  505. ;))))))
  506. };
  507. struct f_format { /* FPU register format */
  508. __BITFIELD_FIELD(unsigned int opcode : 6,
  509. __BITFIELD_FIELD(unsigned int : 1,
  510. __BITFIELD_FIELD(unsigned int fmt : 4,
  511. __BITFIELD_FIELD(unsigned int rt : 5,
  512. __BITFIELD_FIELD(unsigned int rd : 5,
  513. __BITFIELD_FIELD(unsigned int re : 5,
  514. __BITFIELD_FIELD(unsigned int func : 6,
  515. ;)))))))
  516. };
  517. struct ma_format { /* FPU multiply and add format (MIPS IV) */
  518. __BITFIELD_FIELD(unsigned int opcode : 6,
  519. __BITFIELD_FIELD(unsigned int fr : 5,
  520. __BITFIELD_FIELD(unsigned int ft : 5,
  521. __BITFIELD_FIELD(unsigned int fs : 5,
  522. __BITFIELD_FIELD(unsigned int fd : 5,
  523. __BITFIELD_FIELD(unsigned int func : 4,
  524. __BITFIELD_FIELD(unsigned int fmt : 2,
  525. ;)))))))
  526. };
  527. struct b_format { /* BREAK and SYSCALL */
  528. __BITFIELD_FIELD(unsigned int opcode : 6,
  529. __BITFIELD_FIELD(unsigned int code : 20,
  530. __BITFIELD_FIELD(unsigned int func : 6,
  531. ;)))
  532. };
  533. struct ps_format { /* MIPS-3D / paired single format */
  534. __BITFIELD_FIELD(unsigned int opcode : 6,
  535. __BITFIELD_FIELD(unsigned int rs : 5,
  536. __BITFIELD_FIELD(unsigned int ft : 5,
  537. __BITFIELD_FIELD(unsigned int fs : 5,
  538. __BITFIELD_FIELD(unsigned int fd : 5,
  539. __BITFIELD_FIELD(unsigned int func : 6,
  540. ;))))))
  541. };
  542. struct v_format { /* MDMX vector format */
  543. __BITFIELD_FIELD(unsigned int opcode : 6,
  544. __BITFIELD_FIELD(unsigned int sel : 4,
  545. __BITFIELD_FIELD(unsigned int fmt : 1,
  546. __BITFIELD_FIELD(unsigned int vt : 5,
  547. __BITFIELD_FIELD(unsigned int vs : 5,
  548. __BITFIELD_FIELD(unsigned int vd : 5,
  549. __BITFIELD_FIELD(unsigned int func : 6,
  550. ;)))))))
  551. };
  552. struct spec3_format { /* SPEC3 */
  553. __BITFIELD_FIELD(unsigned int opcode:6,
  554. __BITFIELD_FIELD(unsigned int rs:5,
  555. __BITFIELD_FIELD(unsigned int rt:5,
  556. __BITFIELD_FIELD(signed int simmediate:9,
  557. __BITFIELD_FIELD(unsigned int func:7,
  558. ;)))))
  559. };
  560. /*
  561. * microMIPS instruction formats (32-bit length)
  562. *
  563. * NOTE:
  564. * Parenthesis denote whether the format is a microMIPS instruction or
  565. * if it is MIPS32 instruction re-encoded for use in the microMIPS ASE.
  566. */
  567. struct fb_format { /* FPU branch format (MIPS32) */
  568. __BITFIELD_FIELD(unsigned int opcode : 6,
  569. __BITFIELD_FIELD(unsigned int bc : 5,
  570. __BITFIELD_FIELD(unsigned int cc : 3,
  571. __BITFIELD_FIELD(unsigned int flag : 2,
  572. __BITFIELD_FIELD(signed int simmediate : 16,
  573. ;)))))
  574. };
  575. struct fp0_format { /* FPU multiply and add format (MIPS32) */
  576. __BITFIELD_FIELD(unsigned int opcode : 6,
  577. __BITFIELD_FIELD(unsigned int fmt : 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 : 6,
  582. ;))))))
  583. };
  584. struct mm_fp0_format { /* FPU multipy and add format (microMIPS) */
  585. __BITFIELD_FIELD(unsigned int opcode : 6,
  586. __BITFIELD_FIELD(unsigned int ft : 5,
  587. __BITFIELD_FIELD(unsigned int fs : 5,
  588. __BITFIELD_FIELD(unsigned int fd : 5,
  589. __BITFIELD_FIELD(unsigned int fmt : 3,
  590. __BITFIELD_FIELD(unsigned int op : 2,
  591. __BITFIELD_FIELD(unsigned int func : 6,
  592. ;)))))))
  593. };
  594. struct fp1_format { /* FPU mfc1 and cfc1 format (MIPS32) */
  595. __BITFIELD_FIELD(unsigned int opcode : 6,
  596. __BITFIELD_FIELD(unsigned int op : 5,
  597. __BITFIELD_FIELD(unsigned int rt : 5,
  598. __BITFIELD_FIELD(unsigned int fs : 5,
  599. __BITFIELD_FIELD(unsigned int fd : 5,
  600. __BITFIELD_FIELD(unsigned int func : 6,
  601. ;))))))
  602. };
  603. struct mm_fp1_format { /* FPU mfc1 and cfc1 format (microMIPS) */
  604. __BITFIELD_FIELD(unsigned int opcode : 6,
  605. __BITFIELD_FIELD(unsigned int rt : 5,
  606. __BITFIELD_FIELD(unsigned int fs : 5,
  607. __BITFIELD_FIELD(unsigned int fmt : 2,
  608. __BITFIELD_FIELD(unsigned int op : 8,
  609. __BITFIELD_FIELD(unsigned int func : 6,
  610. ;))))))
  611. };
  612. struct mm_fp2_format { /* FPU movt and movf format (microMIPS) */
  613. __BITFIELD_FIELD(unsigned int opcode : 6,
  614. __BITFIELD_FIELD(unsigned int fd : 5,
  615. __BITFIELD_FIELD(unsigned int fs : 5,
  616. __BITFIELD_FIELD(unsigned int cc : 3,
  617. __BITFIELD_FIELD(unsigned int zero : 2,
  618. __BITFIELD_FIELD(unsigned int fmt : 2,
  619. __BITFIELD_FIELD(unsigned int op : 3,
  620. __BITFIELD_FIELD(unsigned int func : 6,
  621. ;))))))))
  622. };
  623. struct mm_fp3_format { /* FPU abs and neg format (microMIPS) */
  624. __BITFIELD_FIELD(unsigned int opcode : 6,
  625. __BITFIELD_FIELD(unsigned int rt : 5,
  626. __BITFIELD_FIELD(unsigned int fs : 5,
  627. __BITFIELD_FIELD(unsigned int fmt : 3,
  628. __BITFIELD_FIELD(unsigned int op : 7,
  629. __BITFIELD_FIELD(unsigned int func : 6,
  630. ;))))))
  631. };
  632. struct mm_fp4_format { /* FPU c.cond format (microMIPS) */
  633. __BITFIELD_FIELD(unsigned int opcode : 6,
  634. __BITFIELD_FIELD(unsigned int rt : 5,
  635. __BITFIELD_FIELD(unsigned int fs : 5,
  636. __BITFIELD_FIELD(unsigned int cc : 3,
  637. __BITFIELD_FIELD(unsigned int fmt : 3,
  638. __BITFIELD_FIELD(unsigned int cond : 4,
  639. __BITFIELD_FIELD(unsigned int func : 6,
  640. ;)))))))
  641. };
  642. struct mm_fp5_format { /* FPU lwxc1 and swxc1 format (microMIPS) */
  643. __BITFIELD_FIELD(unsigned int opcode : 6,
  644. __BITFIELD_FIELD(unsigned int index : 5,
  645. __BITFIELD_FIELD(unsigned int base : 5,
  646. __BITFIELD_FIELD(unsigned int fd : 5,
  647. __BITFIELD_FIELD(unsigned int op : 5,
  648. __BITFIELD_FIELD(unsigned int func : 6,
  649. ;))))))
  650. };
  651. struct fp6_format { /* FPU madd and msub format (MIPS IV) */
  652. __BITFIELD_FIELD(unsigned int opcode : 6,
  653. __BITFIELD_FIELD(unsigned int fr : 5,
  654. __BITFIELD_FIELD(unsigned int ft : 5,
  655. __BITFIELD_FIELD(unsigned int fs : 5,
  656. __BITFIELD_FIELD(unsigned int fd : 5,
  657. __BITFIELD_FIELD(unsigned int func : 6,
  658. ;))))))
  659. };
  660. struct mm_fp6_format { /* FPU madd and msub format (microMIPS) */
  661. __BITFIELD_FIELD(unsigned int opcode : 6,
  662. __BITFIELD_FIELD(unsigned int ft : 5,
  663. __BITFIELD_FIELD(unsigned int fs : 5,
  664. __BITFIELD_FIELD(unsigned int fd : 5,
  665. __BITFIELD_FIELD(unsigned int fr : 5,
  666. __BITFIELD_FIELD(unsigned int func : 6,
  667. ;))))))
  668. };
  669. struct mm_i_format { /* Immediate format (microMIPS) */
  670. __BITFIELD_FIELD(unsigned int opcode : 6,
  671. __BITFIELD_FIELD(unsigned int rt : 5,
  672. __BITFIELD_FIELD(unsigned int rs : 5,
  673. __BITFIELD_FIELD(signed int simmediate : 16,
  674. ;))))
  675. };
  676. struct mm_m_format { /* Multi-word load/store format (microMIPS) */
  677. __BITFIELD_FIELD(unsigned int opcode : 6,
  678. __BITFIELD_FIELD(unsigned int rd : 5,
  679. __BITFIELD_FIELD(unsigned int base : 5,
  680. __BITFIELD_FIELD(unsigned int func : 4,
  681. __BITFIELD_FIELD(signed int simmediate : 12,
  682. ;)))))
  683. };
  684. struct mm_x_format { /* Scaled indexed load format (microMIPS) */
  685. __BITFIELD_FIELD(unsigned int opcode : 6,
  686. __BITFIELD_FIELD(unsigned int index : 5,
  687. __BITFIELD_FIELD(unsigned int base : 5,
  688. __BITFIELD_FIELD(unsigned int rd : 5,
  689. __BITFIELD_FIELD(unsigned int func : 11,
  690. ;)))))
  691. };
  692. /*
  693. * microMIPS instruction formats (16-bit length)
  694. */
  695. struct mm_b0_format { /* Unconditional branch format (microMIPS) */
  696. __BITFIELD_FIELD(unsigned int opcode : 6,
  697. __BITFIELD_FIELD(signed int simmediate : 10,
  698. __BITFIELD_FIELD(unsigned int : 16, /* Ignored */
  699. ;)))
  700. };
  701. struct mm_b1_format { /* Conditional branch format (microMIPS) */
  702. __BITFIELD_FIELD(unsigned int opcode : 6,
  703. __BITFIELD_FIELD(unsigned int rs : 3,
  704. __BITFIELD_FIELD(signed int simmediate : 7,
  705. __BITFIELD_FIELD(unsigned int : 16, /* Ignored */
  706. ;))))
  707. };
  708. struct mm16_m_format { /* Multi-word load/store format */
  709. __BITFIELD_FIELD(unsigned int opcode : 6,
  710. __BITFIELD_FIELD(unsigned int func : 4,
  711. __BITFIELD_FIELD(unsigned int rlist : 2,
  712. __BITFIELD_FIELD(unsigned int imm : 4,
  713. __BITFIELD_FIELD(unsigned int : 16, /* Ignored */
  714. ;)))))
  715. };
  716. struct mm16_rb_format { /* Signed immediate format */
  717. __BITFIELD_FIELD(unsigned int opcode : 6,
  718. __BITFIELD_FIELD(unsigned int rt : 3,
  719. __BITFIELD_FIELD(unsigned int base : 3,
  720. __BITFIELD_FIELD(signed int simmediate : 4,
  721. __BITFIELD_FIELD(unsigned int : 16, /* Ignored */
  722. ;)))))
  723. };
  724. struct mm16_r3_format { /* Load from global pointer format */
  725. __BITFIELD_FIELD(unsigned int opcode : 6,
  726. __BITFIELD_FIELD(unsigned int rt : 3,
  727. __BITFIELD_FIELD(signed int simmediate : 7,
  728. __BITFIELD_FIELD(unsigned int : 16, /* Ignored */
  729. ;))))
  730. };
  731. struct mm16_r5_format { /* Load/store from stack pointer format */
  732. __BITFIELD_FIELD(unsigned int opcode : 6,
  733. __BITFIELD_FIELD(unsigned int rt : 5,
  734. __BITFIELD_FIELD(signed int simmediate : 5,
  735. __BITFIELD_FIELD(unsigned int : 16, /* Ignored */
  736. ;))))
  737. };
  738. /*
  739. * MIPS16e instruction formats (16-bit length)
  740. */
  741. struct m16e_rr {
  742. __BITFIELD_FIELD(unsigned int opcode : 5,
  743. __BITFIELD_FIELD(unsigned int rx : 3,
  744. __BITFIELD_FIELD(unsigned int nd : 1,
  745. __BITFIELD_FIELD(unsigned int l : 1,
  746. __BITFIELD_FIELD(unsigned int ra : 1,
  747. __BITFIELD_FIELD(unsigned int func : 5,
  748. ;))))))
  749. };
  750. struct m16e_jal {
  751. __BITFIELD_FIELD(unsigned int opcode : 5,
  752. __BITFIELD_FIELD(unsigned int x : 1,
  753. __BITFIELD_FIELD(unsigned int imm20_16 : 5,
  754. __BITFIELD_FIELD(signed int imm25_21 : 5,
  755. ;))))
  756. };
  757. struct m16e_i64 {
  758. __BITFIELD_FIELD(unsigned int opcode : 5,
  759. __BITFIELD_FIELD(unsigned int func : 3,
  760. __BITFIELD_FIELD(unsigned int imm : 8,
  761. ;)))
  762. };
  763. struct m16e_ri64 {
  764. __BITFIELD_FIELD(unsigned int opcode : 5,
  765. __BITFIELD_FIELD(unsigned int func : 3,
  766. __BITFIELD_FIELD(unsigned int ry : 3,
  767. __BITFIELD_FIELD(unsigned int imm : 5,
  768. ;))))
  769. };
  770. struct m16e_ri {
  771. __BITFIELD_FIELD(unsigned int opcode : 5,
  772. __BITFIELD_FIELD(unsigned int rx : 3,
  773. __BITFIELD_FIELD(unsigned int imm : 8,
  774. ;)))
  775. };
  776. struct m16e_rri {
  777. __BITFIELD_FIELD(unsigned int opcode : 5,
  778. __BITFIELD_FIELD(unsigned int rx : 3,
  779. __BITFIELD_FIELD(unsigned int ry : 3,
  780. __BITFIELD_FIELD(unsigned int imm : 5,
  781. ;))))
  782. };
  783. struct m16e_i8 {
  784. __BITFIELD_FIELD(unsigned int opcode : 5,
  785. __BITFIELD_FIELD(unsigned int func : 3,
  786. __BITFIELD_FIELD(unsigned int imm : 8,
  787. ;)))
  788. };
  789. union mips_instruction {
  790. unsigned int word;
  791. unsigned short halfword[2];
  792. unsigned char byte[4];
  793. struct j_format j_format;
  794. struct i_format i_format;
  795. struct u_format u_format;
  796. struct c_format c_format;
  797. struct r_format r_format;
  798. struct p_format p_format;
  799. struct f_format f_format;
  800. struct ma_format ma_format;
  801. struct b_format b_format;
  802. struct ps_format ps_format;
  803. struct v_format v_format;
  804. struct spec3_format spec3_format;
  805. struct fb_format fb_format;
  806. struct fp0_format fp0_format;
  807. struct mm_fp0_format mm_fp0_format;
  808. struct fp1_format fp1_format;
  809. struct mm_fp1_format mm_fp1_format;
  810. struct mm_fp2_format mm_fp2_format;
  811. struct mm_fp3_format mm_fp3_format;
  812. struct mm_fp4_format mm_fp4_format;
  813. struct mm_fp5_format mm_fp5_format;
  814. struct fp6_format fp6_format;
  815. struct mm_fp6_format mm_fp6_format;
  816. struct mm_i_format mm_i_format;
  817. struct mm_m_format mm_m_format;
  818. struct mm_x_format mm_x_format;
  819. struct mm_b0_format mm_b0_format;
  820. struct mm_b1_format mm_b1_format;
  821. struct mm16_m_format mm16_m_format ;
  822. struct mm16_rb_format mm16_rb_format;
  823. struct mm16_r3_format mm16_r3_format;
  824. struct mm16_r5_format mm16_r5_format;
  825. };
  826. union mips16e_instruction {
  827. unsigned int full : 16;
  828. struct m16e_rr rr;
  829. struct m16e_jal jal;
  830. struct m16e_i64 i64;
  831. struct m16e_ri64 ri64;
  832. struct m16e_ri ri;
  833. struct m16e_rri rri;
  834. struct m16e_i8 i8;
  835. };
  836. #endif /* _UAPI_ASM_INST_H */