or1k-opc.h 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162
  1. /* DO NOT EDIT! -*- buffer-read-only: t -*- vi:set ro: */
  2. /* Instruction opcode header for or1k.
  3. THIS FILE IS MACHINE GENERATED WITH CGEN.
  4. Copyright (C) 1996-2022 Free Software Foundation, Inc.
  5. This file is part of the GNU Binutils and/or GDB, the GNU debugger.
  6. This file is free software; you can redistribute it and/or modify
  7. it under the terms of the GNU General Public License as published by
  8. the Free Software Foundation; either version 3, or (at your option)
  9. any later version.
  10. It is distributed in the hope that it will be useful, but WITHOUT
  11. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  12. or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
  13. License for more details.
  14. You should have received a copy of the GNU General Public License along
  15. with this program; if not, write to the Free Software Foundation, Inc.,
  16. 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
  17. */
  18. #ifndef OR1K_OPC_H
  19. #define OR1K_OPC_H
  20. #ifdef __cplusplus
  21. extern "C" {
  22. #endif
  23. /* -- opc.h */
  24. #undef CGEN_DIS_HASH_SIZE
  25. #define CGEN_DIS_HASH_SIZE 256
  26. #undef CGEN_DIS_HASH
  27. #define CGEN_DIS_HASH(buffer, value) (((unsigned char *) (buffer))[0] >> 2)
  28. /* Check applicability of instructions against machines. */
  29. #define CGEN_VALIDATE_INSN_SUPPORTED
  30. extern int or1k_cgen_insn_supported (CGEN_CPU_DESC, const CGEN_INSN *);
  31. /* -- */
  32. /* Enum declaration for or1k instruction types. */
  33. typedef enum cgen_insn_type {
  34. OR1K_INSN_INVALID, OR1K_INSN_L_J, OR1K_INSN_L_ADRP, OR1K_INSN_L_JAL
  35. , OR1K_INSN_L_JR, OR1K_INSN_L_JALR, OR1K_INSN_L_BNF, OR1K_INSN_L_BF
  36. , OR1K_INSN_L_TRAP, OR1K_INSN_L_SYS, OR1K_INSN_L_MSYNC, OR1K_INSN_L_PSYNC
  37. , OR1K_INSN_L_CSYNC, OR1K_INSN_L_RFE, OR1K_INSN_L_NOP_IMM, OR1K_INSN_L_NOP
  38. , OR1K_INSN_L_MOVHI, OR1K_INSN_L_MACRC, OR1K_INSN_L_MFSPR, OR1K_INSN_L_MTSPR
  39. , OR1K_INSN_L_LWZ, OR1K_INSN_L_LWS, OR1K_INSN_L_LWA, OR1K_INSN_L_LBZ
  40. , OR1K_INSN_L_LBS, OR1K_INSN_L_LHZ, OR1K_INSN_L_LHS, OR1K_INSN_L_SW
  41. , OR1K_INSN_L_SB, OR1K_INSN_L_SH, OR1K_INSN_L_SWA, OR1K_INSN_L_SLL
  42. , OR1K_INSN_L_SLLI, OR1K_INSN_L_SRL, OR1K_INSN_L_SRLI, OR1K_INSN_L_SRA
  43. , OR1K_INSN_L_SRAI, OR1K_INSN_L_ROR, OR1K_INSN_L_RORI, OR1K_INSN_L_AND
  44. , OR1K_INSN_L_OR, OR1K_INSN_L_XOR, OR1K_INSN_L_ADD, OR1K_INSN_L_SUB
  45. , OR1K_INSN_L_ADDC, OR1K_INSN_L_MUL, OR1K_INSN_L_MULD, OR1K_INSN_L_MULU
  46. , OR1K_INSN_L_MULDU, OR1K_INSN_L_DIV, OR1K_INSN_L_DIVU, OR1K_INSN_L_FF1
  47. , OR1K_INSN_L_FL1, OR1K_INSN_L_ANDI, OR1K_INSN_L_ORI, OR1K_INSN_L_XORI
  48. , OR1K_INSN_L_ADDI, OR1K_INSN_L_ADDIC, OR1K_INSN_L_MULI, OR1K_INSN_L_EXTHS
  49. , OR1K_INSN_L_EXTBS, OR1K_INSN_L_EXTHZ, OR1K_INSN_L_EXTBZ, OR1K_INSN_L_EXTWS
  50. , OR1K_INSN_L_EXTWZ, OR1K_INSN_L_CMOV, OR1K_INSN_L_SFGTS, OR1K_INSN_L_SFGTSI
  51. , OR1K_INSN_L_SFGTU, OR1K_INSN_L_SFGTUI, OR1K_INSN_L_SFGES, OR1K_INSN_L_SFGESI
  52. , OR1K_INSN_L_SFGEU, OR1K_INSN_L_SFGEUI, OR1K_INSN_L_SFLTS, OR1K_INSN_L_SFLTSI
  53. , OR1K_INSN_L_SFLTU, OR1K_INSN_L_SFLTUI, OR1K_INSN_L_SFLES, OR1K_INSN_L_SFLESI
  54. , OR1K_INSN_L_SFLEU, OR1K_INSN_L_SFLEUI, OR1K_INSN_L_SFEQ, OR1K_INSN_L_SFEQI
  55. , OR1K_INSN_L_SFNE, OR1K_INSN_L_SFNEI, OR1K_INSN_L_MAC, OR1K_INSN_L_MACI
  56. , OR1K_INSN_L_MACU, OR1K_INSN_L_MSB, OR1K_INSN_L_MSBU, OR1K_INSN_L_CUST1
  57. , OR1K_INSN_L_CUST2, OR1K_INSN_L_CUST3, OR1K_INSN_L_CUST4, OR1K_INSN_L_CUST5
  58. , OR1K_INSN_L_CUST6, OR1K_INSN_L_CUST7, OR1K_INSN_L_CUST8, OR1K_INSN_LF_ADD_S
  59. , OR1K_INSN_LF_ADD_D32, OR1K_INSN_LF_SUB_S, OR1K_INSN_LF_SUB_D32, OR1K_INSN_LF_MUL_S
  60. , OR1K_INSN_LF_MUL_D32, OR1K_INSN_LF_DIV_S, OR1K_INSN_LF_DIV_D32, OR1K_INSN_LF_REM_S
  61. , OR1K_INSN_LF_REM_D32, OR1K_INSN_LF_ITOF_S, OR1K_INSN_LF_ITOF_D32, OR1K_INSN_LF_FTOI_S
  62. , OR1K_INSN_LF_FTOI_D32, OR1K_INSN_LF_SFEQ_S, OR1K_INSN_LF_SFEQ_D32, OR1K_INSN_LF_SFNE_S
  63. , OR1K_INSN_LF_SFNE_D32, OR1K_INSN_LF_SFGE_S, OR1K_INSN_LF_SFGE_D32, OR1K_INSN_LF_SFGT_S
  64. , OR1K_INSN_LF_SFGT_D32, OR1K_INSN_LF_SFLT_S, OR1K_INSN_LF_SFLT_D32, OR1K_INSN_LF_SFLE_S
  65. , OR1K_INSN_LF_SFLE_D32, OR1K_INSN_LF_SFUEQ_S, OR1K_INSN_LF_SFUEQ_D32, OR1K_INSN_LF_SFUNE_S
  66. , OR1K_INSN_LF_SFUNE_D32, OR1K_INSN_LF_SFUGT_S, OR1K_INSN_LF_SFUGT_D32, OR1K_INSN_LF_SFUGE_S
  67. , OR1K_INSN_LF_SFUGE_D32, OR1K_INSN_LF_SFULT_S, OR1K_INSN_LF_SFULT_D32, OR1K_INSN_LF_SFULE_S
  68. , OR1K_INSN_LF_SFULE_D32, OR1K_INSN_LF_SFUN_S, OR1K_INSN_LF_SFUN_D32, OR1K_INSN_LF_MADD_S
  69. , OR1K_INSN_LF_MADD_D32, OR1K_INSN_LF_CUST1_S, OR1K_INSN_LF_CUST1_D32
  70. } CGEN_INSN_TYPE;
  71. /* Index of `invalid' insn place holder. */
  72. #define CGEN_INSN_INVALID OR1K_INSN_INVALID
  73. /* Total number of insns in table. */
  74. #define MAX_INSNS ((int) OR1K_INSN_LF_CUST1_D32 + 1)
  75. /* This struct records data prior to insertion or after extraction. */
  76. struct cgen_fields
  77. {
  78. int length;
  79. long f_nil;
  80. long f_anyof;
  81. long f_opcode;
  82. long f_r1;
  83. long f_r2;
  84. long f_r3;
  85. long f_op_25_2;
  86. long f_op_25_5;
  87. long f_op_16_1;
  88. long f_op_7_4;
  89. long f_op_3_4;
  90. long f_op_9_2;
  91. long f_op_9_4;
  92. long f_op_7_8;
  93. long f_op_7_2;
  94. long f_resv_25_26;
  95. long f_resv_25_10;
  96. long f_resv_25_5;
  97. long f_resv_23_8;
  98. long f_resv_20_21;
  99. long f_resv_20_5;
  100. long f_resv_20_4;
  101. long f_resv_15_8;
  102. long f_resv_15_6;
  103. long f_resv_10_11;
  104. long f_resv_10_7;
  105. long f_resv_10_3;
  106. long f_resv_10_1;
  107. long f_resv_8_1;
  108. long f_resv_7_4;
  109. long f_resv_5_2;
  110. long f_imm16_25_5;
  111. long f_imm16_10_11;
  112. long f_disp26;
  113. long f_disp21;
  114. long f_uimm16;
  115. long f_simm16;
  116. long f_uimm6;
  117. long f_uimm16_split;
  118. long f_simm16_split;
  119. long f_rdoff_10_1;
  120. long f_raoff_9_1;
  121. long f_rboff_8_1;
  122. long f_rdd32;
  123. long f_rad32;
  124. long f_rbd32;
  125. };
  126. #define CGEN_INIT_PARSE(od) \
  127. {\
  128. }
  129. #define CGEN_INIT_INSERT(od) \
  130. {\
  131. }
  132. #define CGEN_INIT_EXTRACT(od) \
  133. {\
  134. }
  135. #define CGEN_INIT_PRINT(od) \
  136. {\
  137. }
  138. #ifdef __cplusplus
  139. }
  140. #endif
  141. #endif /* OR1K_OPC_H */