|
|
|
@ -19,66 +19,71 @@
|
|
|
|
|
along with this program; if not, write to the Free Software Foundation,
|
|
|
|
|
Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */
|
|
|
|
|
|
|
|
|
|
DEF (0x0, ARC_OPCODE_ARC600, NONE, status)
|
|
|
|
|
DEF (0x0, ARC_OPCODE_ARC700, NONE, status)
|
|
|
|
|
DEF (0x1, ARC_OPCODE_ARC600, NONE, semaphore)
|
|
|
|
|
DEF (0x1, ARC_OPCODE_ARC700, NONE, semaphore)
|
|
|
|
|
DEF (0x0, ARC_OPCODE_ARCV1, NONE, status)
|
|
|
|
|
DEF (0x1, ARC_OPCODE_ARCV1, NONE, semaphore)
|
|
|
|
|
DEF (0x2, ARC_OPCODE_ARCALL, NONE, lp_start)
|
|
|
|
|
DEF (0x3, ARC_OPCODE_ARCALL, NONE, lp_end)
|
|
|
|
|
DEF (0x4, ARC_OPCODE_ARCALL, NONE, identity)
|
|
|
|
|
DEF (0x5, ARC_OPCODE_ARCALL, NONE, debug)
|
|
|
|
|
DEF (0x6, ARC_OPCODE_ARCALL, NONE, pc)
|
|
|
|
|
DEF (0x7, ARC_OPCODE_ARCALL, NONE, adcr)
|
|
|
|
|
DEF (0x8, ARC_OPCODE_ARCALL, NONE, apcr)
|
|
|
|
|
DEF (0x9, ARC_OPCODE_ARCALL, NONE, acr)
|
|
|
|
|
DEF (0x7, ARC_OPCODE_ARCv2HS, NONE, memseg)
|
|
|
|
|
DEF (0x7, ARC_OPCODE_ARCV1, NONE, adcr)
|
|
|
|
|
DEF (0x8, ARC_OPCODE_ARCV1, NONE, apcr)
|
|
|
|
|
DEF (0x9, ARC_OPCODE_ARCV1, NONE, acr)
|
|
|
|
|
DEF (0x9, ARC_OPCODE_ARCv2EM, NONE, sec_stat)
|
|
|
|
|
DEF (0xa, ARC_OPCODE_ARCALL, NONE, status32)
|
|
|
|
|
DEF (0xb, ARC_OPCODE_ARC600, NONE, status32_l1)
|
|
|
|
|
DEF (0xb, ARC_OPCODE_ARC700, NONE, status32_l1)
|
|
|
|
|
DEF (0xb, ARC_OPCODE_ARCv2EM, NONE, status32_p0)
|
|
|
|
|
DEF (0xb, ARC_OPCODE_ARCv2HS, NONE, status32_p0)
|
|
|
|
|
DEF (0xc, ARC_OPCODE_ARC600, NONE, status32_l2)
|
|
|
|
|
DEF (0xc, ARC_OPCODE_ARC700, NONE, status32_l2)
|
|
|
|
|
DEF (0xd, ARC_OPCODE_ARCv2EM, NONE, aux_user_sp)
|
|
|
|
|
DEF (0xd, ARC_OPCODE_ARCv2HS, NONE, aux_user_sp)
|
|
|
|
|
DEF (0xe, ARC_OPCODE_ARCv2EM, NONE, aux_irq_ctrl)
|
|
|
|
|
DEF (0xe, ARC_OPCODE_ARCv2HS, NONE, aux_irq_ctrl)
|
|
|
|
|
DEF (0xf, ARC_OPCODE_ARCALL, NONE, bpu_flush)
|
|
|
|
|
DEF (0x10, ARC_OPCODE_ARCALL, NONE, ivic)
|
|
|
|
|
DEF (0xb, ARC_OPCODE_ARCV1, NONE, status32_l1)
|
|
|
|
|
DEF (0xb, ARC_OPCODE_ARCV2, NONE, status32_p0)
|
|
|
|
|
DEF (0xc, ARC_OPCODE_ARCV1, NONE, status32_l2)
|
|
|
|
|
DEF (0xc, ARC_OPCODE_ARCv2EM, NONE, sec_extra)
|
|
|
|
|
DEF (0xd, ARC_OPCODE_ARCV2, NONE, aux_user_sp)
|
|
|
|
|
DEF (0xe, ARC_OPCODE_ARCV2, NONE, aux_irq_ctrl)
|
|
|
|
|
DEF (0xe, ARC_OPCODE_ARC700, NONE, clk_enable)
|
|
|
|
|
DEF (0xf, ARC_OPCODE_ARC700, NONE, bpu_flush)
|
|
|
|
|
DEF (0xf, ARC_OPCODE_ARCv2HS, NONE, debugi)
|
|
|
|
|
DEF (0x10, ARC_OPCODE_ARCV1, NONE, ivic)
|
|
|
|
|
DEF (0x10, ARC_OPCODE_ARCALL, NONE, ic_ivic)
|
|
|
|
|
DEF (0x11, ARC_OPCODE_ARCALL, NONE, che_mode)
|
|
|
|
|
DEF (0x11, ARC_OPCODE_ARCV1, NONE, che_mode)
|
|
|
|
|
DEF (0x11, ARC_OPCODE_ARCALL, NONE, ic_ctrl)
|
|
|
|
|
DEF (0x12, ARC_OPCODE_ARCALL, NONE, mulhi)
|
|
|
|
|
DEF (0x13, ARC_OPCODE_ARCALL, NONE, lockline)
|
|
|
|
|
DEF (0x13, ARC_OPCODE_ARCALL, NONE, ic_lil)
|
|
|
|
|
DEF (0x14, ARC_OPCODE_ARCALL, NONE, dmc_code_ram)
|
|
|
|
|
DEF (0x15, ARC_OPCODE_ARCALL, NONE, tag_addr_mask)
|
|
|
|
|
DEF (0x16, ARC_OPCODE_ARCALL, NONE, tag_data_mask)
|
|
|
|
|
DEF (0x17, ARC_OPCODE_ARCALL, NONE, line_length_mask)
|
|
|
|
|
DEF (0x18, ARC_OPCODE_ARCALL, NONE, aux_ldst_ram)
|
|
|
|
|
DEF (0x18, ARC_OPCODE_ARCALL, NONE, aux_dccm)
|
|
|
|
|
DEF (0x19, ARC_OPCODE_ARCALL, NONE, unlockline)
|
|
|
|
|
DEF (0x12, ARC_OPCODE_ARC600, NONE, mulhi)
|
|
|
|
|
DEF (0x12, ARC_OPCODE_ARCv2HS, NONE, ic_startr_ext)
|
|
|
|
|
DEF (0x13, ARC_OPCODE_ARCV1, NONE, lockline)
|
|
|
|
|
DEF (0x13, ARC_OPCODE_ARCV2, NONE, ic_lil)
|
|
|
|
|
DEF (0x14, ARC_OPCODE_ARC600, NONE, dmc_code_ram)
|
|
|
|
|
DEF (0x15, ARC_OPCODE_ARCV1, NONE, tag_addr_mask)
|
|
|
|
|
DEF (0x16, ARC_OPCODE_ARCV1, NONE, tag_data_mask)
|
|
|
|
|
DEF (0x16, ARC_OPCODE_ARCv2HS, NONE, ic_ivir)
|
|
|
|
|
DEF (0x17, ARC_OPCODE_ARCV1, NONE, line_length_mask)
|
|
|
|
|
DEF (0x17, ARC_OPCODE_ARCv2HS, NONE, ic_endr)
|
|
|
|
|
DEF (0x18, ARC_OPCODE_ARC600, NONE, aux_ldst_ram)
|
|
|
|
|
DEF (0x18, ARC_OPCODE_NONE, NONE, aux_dccm)
|
|
|
|
|
DEF (0x19, ARC_OPCODE_ARCV1, NONE, unlockline)
|
|
|
|
|
DEF (0x19, ARC_OPCODE_ARCALL, NONE, ic_ivil)
|
|
|
|
|
DEF (0x1a, ARC_OPCODE_ARCALL, NONE, ic_ram_address)
|
|
|
|
|
DEF (0x1b, ARC_OPCODE_ARCALL, NONE, ic_tag)
|
|
|
|
|
DEF (0x1c, ARC_OPCODE_ARCALL, NONE, ic_wp)
|
|
|
|
|
DEF (0x1d, ARC_OPCODE_ARCALL, NONE, ic_data)
|
|
|
|
|
DEF (0x20, ARC_OPCODE_ARCALL, NONE, sram_seq)
|
|
|
|
|
DEF (0x1e, ARC_OPCODE_ARCALL, NONE, ic_ptag)
|
|
|
|
|
DEF (0x1f, ARC_OPCODE_ARCv2EM, NONE, debugi)
|
|
|
|
|
DEF (0x1f, ARC_OPCODE_ARCv2HS, NONE, ic_endr_ext)
|
|
|
|
|
DEF (0x20, ARC_OPCODE_ARC600, NONE, sram_seq)
|
|
|
|
|
DEF (0x21, ARC_OPCODE_ARCALL, NONE, count0)
|
|
|
|
|
DEF (0x22, ARC_OPCODE_ARCALL, NONE, control0)
|
|
|
|
|
DEF (0x23, ARC_OPCODE_ARCALL, NONE, limit0)
|
|
|
|
|
DEF (0x24, ARC_OPCODE_ARCALL, NONE, pcport)
|
|
|
|
|
DEF (0x25, ARC_OPCODE_ARCALL, NONE, int_vector_base)
|
|
|
|
|
DEF (0x26, ARC_OPCODE_ARCALL, NONE, aux_vbfdw_mode)
|
|
|
|
|
DEF (0x27, ARC_OPCODE_ARCALL, NONE, aux_vbfdw_bm0)
|
|
|
|
|
DEF (0x28, ARC_OPCODE_ARCALL, NONE, aux_vbfdw_bm1)
|
|
|
|
|
DEF (0x29, ARC_OPCODE_ARCALL, NONE, aux_vbfdw_accu)
|
|
|
|
|
DEF (0x2a, ARC_OPCODE_ARCALL, NONE, aux_vbfdw_ofst)
|
|
|
|
|
DEF (0x2b, ARC_OPCODE_ARCALL, NONE, aux_vbfdw_intstat)
|
|
|
|
|
DEF (0x2c, ARC_OPCODE_ARCALL, NONE, aux_xmac0_24)
|
|
|
|
|
DEF (0x2d, ARC_OPCODE_ARCALL, NONE, aux_xmac1_24)
|
|
|
|
|
DEF (0x2e, ARC_OPCODE_ARCALL, NONE, aux_xmac2_24)
|
|
|
|
|
DEF (0x2f, ARC_OPCODE_ARCALL, NONE, aux_fbf_store_16)
|
|
|
|
|
DEF (0x24, ARC_OPCODE_ARCV1, NONE, pcport)
|
|
|
|
|
DEF (0x25, ARC_OPCODE_ARC700, NONE, int_vector_base)
|
|
|
|
|
DEF (0x25, ARC_OPCODE_ARCV2, NONE, int_vector_base)
|
|
|
|
|
DEF (0x26, ARC_OPCODE_ARC600, NONE, aux_vbfdw_mode)
|
|
|
|
|
DEF (0x27, ARC_OPCODE_ARC600, NONE, aux_vbfdw_bm0)
|
|
|
|
|
DEF (0x28, ARC_OPCODE_ARC600, NONE, aux_vbfdw_bm1)
|
|
|
|
|
DEF (0x29, ARC_OPCODE_ARC600, NONE, aux_vbfdw_accu)
|
|
|
|
|
DEF (0x2a, ARC_OPCODE_ARC600, NONE, aux_vbfdw_ofst)
|
|
|
|
|
DEF (0x2b, ARC_OPCODE_ARC600, NONE, aux_vbfdw_intstat)
|
|
|
|
|
DEF (0x2c, ARC_OPCODE_ARC600, NONE, aux_xmac0_24)
|
|
|
|
|
DEF (0x2d, ARC_OPCODE_ARC600, NONE, aux_xmac1_24)
|
|
|
|
|
DEF (0x2e, ARC_OPCODE_ARC600, NONE, aux_xmac2_24)
|
|
|
|
|
DEF (0x2f, ARC_OPCODE_ARC600, NONE, aux_fbf_store_16)
|
|
|
|
|
DEF (0x30, ARC_OPCODE_ARCv2EM, NONE, acg_ctrl)
|
|
|
|
|
DEF (0x30, ARC_OPCODE_NONE, NONE, ax0)
|
|
|
|
|
DEF (0x31, ARC_OPCODE_NONE, NONE, ax1)
|
|
|
|
|
DEF (0x32, ARC_OPCODE_NONE, NONE, aux_crc_poly)
|
|
|
|
@ -97,27 +102,29 @@ DEF (0x3a, ARC_OPCODE_ARCv2EM, NONE, aux_sec_k_sp)
|
|
|
|
|
DEF (0x3b, ARC_OPCODE_NONE, NONE, burstxym)
|
|
|
|
|
DEF (0x3c, ARC_OPCODE_NONE, NONE, burstsz)
|
|
|
|
|
DEF (0x3d, ARC_OPCODE_NONE, NONE, burstval)
|
|
|
|
|
DEF (0x40, ARC_OPCODE_ARCALL, NONE, xtp_newval)
|
|
|
|
|
DEF (0x41, ARC_OPCODE_ARCALL, NONE, aux_macmode)
|
|
|
|
|
DEF (0x42, ARC_OPCODE_ARCALL, NONE, lsp_newval)
|
|
|
|
|
DEF (0x43, ARC_OPCODE_ARC600, NONE, aux_irq_lv12)
|
|
|
|
|
DEF (0x43, ARC_OPCODE_ARC700, NONE, aux_irq_lv12)
|
|
|
|
|
DEF (0x43, ARC_OPCODE_ARCv2EM, NONE, aux_irq_act)
|
|
|
|
|
DEF (0x43, ARC_OPCODE_ARCv2HS, NONE, aux_irq_act)
|
|
|
|
|
DEF (0x44, ARC_OPCODE_ARCALL, NONE, aux_xmac0)
|
|
|
|
|
DEF (0x45, ARC_OPCODE_ARCALL, NONE, aux_xmac1)
|
|
|
|
|
DEF (0x46, ARC_OPCODE_ARCALL, NONE, aux_xmac2)
|
|
|
|
|
DEF (0x3e, ARC_OPCODE_ARCv2EM, NONE, aux_sec_ctrl)
|
|
|
|
|
DEF (0x3f, ARC_OPCODE_ARCv2EM, NONE, erp_control)
|
|
|
|
|
DEF (0x40, ARC_OPCODE_ARCv2EM, NONE, rferp_status0)
|
|
|
|
|
DEF (0x41, ARC_OPCODE_ARCv2EM, NONE, rferp_status1)
|
|
|
|
|
DEF (0x40, ARC_OPCODE_ARC600, NONE, xtp_newval)
|
|
|
|
|
DEF (0x41, ARC_OPCODE_ARCV1, NONE, aux_macmode)
|
|
|
|
|
DEF (0x42, ARC_OPCODE_ARC600, NONE, lsp_newval)
|
|
|
|
|
DEF (0x43, ARC_OPCODE_ARCV1, NONE, aux_irq_lv12)
|
|
|
|
|
DEF (0x43, ARC_OPCODE_ARCV2, NONE, aux_irq_act)
|
|
|
|
|
DEF (0x44, ARC_OPCODE_ARCV1, NONE, aux_xmac0)
|
|
|
|
|
DEF (0x45, ARC_OPCODE_ARCV1, NONE, aux_xmac1)
|
|
|
|
|
DEF (0x46, ARC_OPCODE_ARCV1, NONE, aux_xmac2)
|
|
|
|
|
DEF (0x47, ARC_OPCODE_ARCALL, NONE, dc_ivdc)
|
|
|
|
|
DEF (0x48, ARC_OPCODE_ARCALL, NONE, dc_ctrl)
|
|
|
|
|
DEF (0x49, ARC_OPCODE_ARCALL, NONE, dc_ldl)
|
|
|
|
|
DEF (0x4a, ARC_OPCODE_ARCALL, NONE, dc_ivdl)
|
|
|
|
|
DEF (0x4b, ARC_OPCODE_ARCALL, NONE, dc_flsh)
|
|
|
|
|
DEF (0x4c, ARC_OPCODE_ARCALL, NONE, dc_fldl)
|
|
|
|
|
DEF (0x50, ARC_OPCODE_ARCALL, NONE, hexdata)
|
|
|
|
|
DEF (0x51, ARC_OPCODE_ARCALL, NONE, hexctrl)
|
|
|
|
|
DEF (0x52, ARC_OPCODE_ARCALL, NONE, led)
|
|
|
|
|
DEF (0x56, ARC_OPCODE_ARCALL, NONE, dilstat)
|
|
|
|
|
DEF (0x57, ARC_OPCODE_ARCALL, NONE, swstat)
|
|
|
|
|
DEF (0x50, ARC_OPCODE_NONE, NONE, hexdata)
|
|
|
|
|
DEF (0x51, ARC_OPCODE_NONE, NONE, hexctrl)
|
|
|
|
|
DEF (0x52, ARC_OPCODE_NONE, NONE, led)
|
|
|
|
|
DEF (0x56, ARC_OPCODE_NONE, NONE, dilstat)
|
|
|
|
|
DEF (0x57, ARC_OPCODE_ARC600, NONE, swstat)
|
|
|
|
|
DEF (0x58, ARC_OPCODE_ARCALL, NONE, dc_ram_addr)
|
|
|
|
|
DEF (0x59, ARC_OPCODE_ARCALL, NONE, dc_tag)
|
|
|
|
|
DEF (0x5a, ARC_OPCODE_ARCALL, NONE, dc_wp)
|
|
|
|
@ -137,7 +144,6 @@ DEF (0x6c, ARC_OPCODE_ARCALL, NONE, dpfp_build)
|
|
|
|
|
DEF (0x6d, ARC_OPCODE_ARCALL, NONE, mpu_build)
|
|
|
|
|
DEF (0x6e, ARC_OPCODE_ARCALL, NONE, rf_build)
|
|
|
|
|
DEF (0x6f, ARC_OPCODE_ARCALL, NONE, mmu_build)
|
|
|
|
|
DEF (0x70, ARC_OPCODE_ARCALL, NONE, aa2_build)
|
|
|
|
|
DEF (0x70, ARC_OPCODE_ARCv2EM, NONE, sec_vecbase_build)
|
|
|
|
|
DEF (0x71, ARC_OPCODE_ARCALL, NONE, vecbase_build)
|
|
|
|
|
DEF (0x72, ARC_OPCODE_ARCALL, NONE, d_cache_build)
|
|
|
|
@ -219,26 +225,21 @@ DEF (0x100, ARC_OPCODE_ARCALL, NONE, count1)
|
|
|
|
|
DEF (0x101, ARC_OPCODE_ARCALL, NONE, control1)
|
|
|
|
|
DEF (0x102, ARC_OPCODE_ARCALL, NONE, limit1)
|
|
|
|
|
DEF (0x103, ARC_OPCODE_ARCALL, NONE, timer_xx)
|
|
|
|
|
DEF (0x120, ARC_OPCODE_ARCALL, NONE, arcangel_periph_xx)
|
|
|
|
|
DEF (0x140, ARC_OPCODE_ARCALL, NONE, periph_xx)
|
|
|
|
|
DEF (0x200, ARC_OPCODE_ARC600, NONE, aux_irq_lev)
|
|
|
|
|
DEF (0x200, ARC_OPCODE_ARC700, NONE, aux_irq_lev)
|
|
|
|
|
DEF (0x200, ARC_OPCODE_ARCv2EM, NONE, irq_priority_pending)
|
|
|
|
|
DEF (0x200, ARC_OPCODE_ARCv2HS, NONE, irq_priority_pending)
|
|
|
|
|
DEF (0x200, ARC_OPCODE_ARCV1, NONE, aux_irq_lev)
|
|
|
|
|
DEF (0x200, ARC_OPCODE_ARCV2, NONE, irq_priority_pending)
|
|
|
|
|
DEF (0x201, ARC_OPCODE_ARCALL, NONE, aux_irq_hint)
|
|
|
|
|
DEF (0x202, ARC_OPCODE_ARCALL, NONE, aux_inter_core_interrupt)
|
|
|
|
|
DEF (0x206, ARC_OPCODE_ARCv2EM, NONE, irq_priority)
|
|
|
|
|
DEF (0x206, ARC_OPCODE_ARCv2HS, NONE, irq_priority)
|
|
|
|
|
DEF (0x210, ARC_OPCODE_ARCALL, NONE, aes_aux_0)
|
|
|
|
|
DEF (0x211, ARC_OPCODE_ARCALL, NONE, aes_aux_1)
|
|
|
|
|
DEF (0x212, ARC_OPCODE_ARCALL, NONE, aes_aux_2)
|
|
|
|
|
DEF (0x213, ARC_OPCODE_ARCALL, NONE, aes_crypt_mode)
|
|
|
|
|
DEF (0x214, ARC_OPCODE_ARCALL, NONE, aes_auxs)
|
|
|
|
|
DEF (0x215, ARC_OPCODE_ARCALL, NONE, aes_auxi)
|
|
|
|
|
DEF (0x216, ARC_OPCODE_ARCALL, NONE, aes_aux_3)
|
|
|
|
|
DEF (0x217, ARC_OPCODE_ARCALL, NONE, aes_aux_4)
|
|
|
|
|
DEF (0x218, ARC_OPCODE_ARCALL, NONE, arith_ctl_aux)
|
|
|
|
|
DEF (0x219, ARC_OPCODE_ARCALL, NONE, des_aux)
|
|
|
|
|
DEF (0x202, ARC_OPCODE_ARC600, NONE, aux_inter_core_interrupt)
|
|
|
|
|
DEF (0x206, ARC_OPCODE_ARCV2, NONE, irq_priority)
|
|
|
|
|
DEF (0x210, ARC_OPCODE_ARC700, NONE, aes_aux_0)
|
|
|
|
|
DEF (0x211, ARC_OPCODE_ARC700, NONE, aes_aux_1)
|
|
|
|
|
DEF (0x212, ARC_OPCODE_ARC700, NONE, aes_aux_2)
|
|
|
|
|
DEF (0x213, ARC_OPCODE_ARC700, NONE, aes_crypt_mode)
|
|
|
|
|
DEF (0x214, ARC_OPCODE_ARC700, NONE, aes_auxs)
|
|
|
|
|
DEF (0x215, ARC_OPCODE_ARC700, NONE, aes_auxi)
|
|
|
|
|
DEF (0x216, ARC_OPCODE_ARC700, NONE, aes_aux_3)
|
|
|
|
|
DEF (0x217, ARC_OPCODE_ARC700, NONE, aes_aux_4)
|
|
|
|
|
DEF (0x218, ARC_OPCODE_ARC700, NONE, arith_ctl_aux)
|
|
|
|
|
DEF (0x219, ARC_OPCODE_ARC700, NONE, des_aux)
|
|
|
|
|
DEF (0x220, ARC_OPCODE_ARCALL, NONE, ap_amv0)
|
|
|
|
|
DEF (0x221, ARC_OPCODE_ARCALL, NONE, ap_amm0)
|
|
|
|
|
DEF (0x222, ARC_OPCODE_ARCALL, NONE, ap_ac0)
|
|
|
|
@ -265,9 +266,9 @@ DEF (0x236, ARC_OPCODE_ARCALL, NONE, ap_amm7)
|
|
|
|
|
DEF (0x237, ARC_OPCODE_ARCALL, NONE, ap_ac7)
|
|
|
|
|
DEF (0x268, ARC_OPCODE_ARCv2EM, NONE, nsc_table_top)
|
|
|
|
|
DEF (0x269, ARC_OPCODE_ARCv2EM, NONE, nsc_table_base)
|
|
|
|
|
DEF (0x278, ARC_OPCODE_ARCALL, NONE, pct_control)
|
|
|
|
|
DEF (0x279, ARC_OPCODE_ARCALL, NONE, pct_bank)
|
|
|
|
|
DEF (0x290, ARC_OPCODE_ARCV2, NONE, jli_base)
|
|
|
|
|
DEF (0x291, ARC_OPCODE_ARCV2, NONE, ldi_base)
|
|
|
|
|
DEF (0x292, ARC_OPCODE_ARCV2, NONE, ei_base)
|
|
|
|
|
DEF (0x300, ARC_OPCODE_ARCFPX, DPX, fp_status)
|
|
|
|
|
DEF (0x301, ARC_OPCODE_ARCFPX, DPX, aux_dpfp1l)
|
|
|
|
|
DEF (0x301, ARC_OPCODE_ARCFPX, DPX, d1l)
|
|
|
|
@ -282,7 +283,6 @@ DEF (0x304, ARC_OPCODE_ARCFPX, DPX, d2h)
|
|
|
|
|
DEF (0x304, ARC_OPCODE_ARCv2EM, DPA, d2l)
|
|
|
|
|
DEF (0x305, ARC_OPCODE_ARCFPX, DPX, dpfp_status)
|
|
|
|
|
DEF (0x305, ARC_OPCODE_ARCv2EM, DPA, d2h)
|
|
|
|
|
DEF (0x306, ARC_OPCODE_ARCALL, NONE, rtt)
|
|
|
|
|
DEF (0x400, ARC_OPCODE_ARCALL, NONE, eret)
|
|
|
|
|
DEF (0x401, ARC_OPCODE_ARCALL, NONE, erbta)
|
|
|
|
|
DEF (0x402, ARC_OPCODE_ARCALL, NONE, erstatus)
|
|
|
|
@ -302,8 +302,8 @@ DEF (0x40c, ARC_OPCODE_ARCALL, NONE, aux_ienable)
|
|
|
|
|
DEF (0x40d, ARC_OPCODE_ARCALL, NONE, aux_itrigger)
|
|
|
|
|
DEF (0x410, ARC_OPCODE_ARCALL, NONE, xpu)
|
|
|
|
|
DEF (0x412, ARC_OPCODE_ARCALL, NONE, bta)
|
|
|
|
|
DEF (0x413, ARC_OPCODE_ARCALL, NONE, bta_l1)
|
|
|
|
|
DEF (0x414, ARC_OPCODE_ARCALL, NONE, bta_l2)
|
|
|
|
|
DEF (0x413, ARC_OPCODE_ARC700, NONE, bta_l1)
|
|
|
|
|
DEF (0x414, ARC_OPCODE_ARC700, NONE, bta_l2)
|
|
|
|
|
DEF (0x415, ARC_OPCODE_ARCALL, NONE, aux_irq_pulse_cancel)
|
|
|
|
|
DEF (0x416, ARC_OPCODE_ARCALL, NONE, aux_irq_pending)
|
|
|
|
|
DEF (0x418, ARC_OPCODE_ARC700, NONE, scratch_data0)
|
|
|
|
@ -341,76 +341,75 @@ DEF (0x43e, ARC_OPCODE_ARCALL, NONE, mpurdb14)
|
|
|
|
|
DEF (0x43f, ARC_OPCODE_ARCALL, NONE, mpurdp14)
|
|
|
|
|
DEF (0x440, ARC_OPCODE_ARCALL, NONE, mpurdb15)
|
|
|
|
|
DEF (0x441, ARC_OPCODE_ARCALL, NONE, mpurdp15)
|
|
|
|
|
DEF (0x44f, ARC_OPCODE_ARCALL, NONE, eia_flags)
|
|
|
|
|
DEF (0x450, ARC_OPCODE_ARCALL, NONE, pm_status)
|
|
|
|
|
DEF (0x451, ARC_OPCODE_ARCALL, NONE, wake)
|
|
|
|
|
DEF (0x452, ARC_OPCODE_ARCALL, NONE, dvfs_performance)
|
|
|
|
|
DEF (0x453, ARC_OPCODE_ARCALL, NONE, pwr_ctrl)
|
|
|
|
|
DEF (0x450, ARC_OPCODE_ARC600, NONE, pm_status)
|
|
|
|
|
DEF (0x451, ARC_OPCODE_ARC600, NONE, wake)
|
|
|
|
|
DEF (0x452, ARC_OPCODE_ARC600, NONE, dvfs_performance)
|
|
|
|
|
DEF (0x453, ARC_OPCODE_ARC600, NONE, pwr_ctrl)
|
|
|
|
|
DEF (0x460, ARC_OPCODE_ARCv2HS, NONE, tlbpd0)
|
|
|
|
|
DEF (0x461, ARC_OPCODE_ARCv2HS, NONE, tlbpd1)
|
|
|
|
|
DEF (0x463, ARC_OPCODE_ARCv2HS, NONE, tlbindex)
|
|
|
|
|
DEF (0x464, ARC_OPCODE_ARCv2HS, NONE, tlbcommand)
|
|
|
|
|
DEF (0x468, ARC_OPCODE_ARCv2HS, NONE, pid)
|
|
|
|
|
DEF (0x46c, ARC_OPCODE_ARCv2HS, NONE, scratch_data0)
|
|
|
|
|
DEF (0x500, ARC_OPCODE_ARCALL, NONE, aux_vlc_buf_idx)
|
|
|
|
|
DEF (0x501, ARC_OPCODE_ARCALL, NONE, aux_vlc_read_buf)
|
|
|
|
|
DEF (0x502, ARC_OPCODE_ARCALL, NONE, aux_vlc_valid_bits)
|
|
|
|
|
DEF (0x503, ARC_OPCODE_ARCALL, NONE, aux_vlc_buf_in)
|
|
|
|
|
DEF (0x504, ARC_OPCODE_ARCALL, NONE, aux_vlc_buf_free)
|
|
|
|
|
DEF (0x505, ARC_OPCODE_ARCALL, NONE, aux_vlc_ibuf_status)
|
|
|
|
|
DEF (0x506, ARC_OPCODE_ARCALL, NONE, aux_vlc_setup)
|
|
|
|
|
DEF (0x507, ARC_OPCODE_ARCALL, NONE, aux_vlc_bits)
|
|
|
|
|
DEF (0x508, ARC_OPCODE_ARCALL, NONE, aux_vlc_table)
|
|
|
|
|
DEF (0x509, ARC_OPCODE_ARCALL, NONE, aux_vlc_get_symbol)
|
|
|
|
|
DEF (0x50a, ARC_OPCODE_ARCALL, NONE, aux_vlc_read_symbol)
|
|
|
|
|
DEF (0x510, ARC_OPCODE_ARCALL, NONE, aux_ucavlc_setup)
|
|
|
|
|
DEF (0x511, ARC_OPCODE_ARCALL, NONE, aux_ucavlc_state)
|
|
|
|
|
DEF (0x512, ARC_OPCODE_ARCALL, NONE, aux_cavlc_zero_left)
|
|
|
|
|
DEF (0x514, ARC_OPCODE_ARCALL, NONE, aux_uvlc_i_state)
|
|
|
|
|
DEF (0x51c, ARC_OPCODE_ARCALL, NONE, aux_vlc_dma_ptr)
|
|
|
|
|
DEF (0x51d, ARC_OPCODE_ARCALL, NONE, aux_vlc_dma_end)
|
|
|
|
|
DEF (0x51e, ARC_OPCODE_ARCALL, NONE, aux_vlc_dma_esc)
|
|
|
|
|
DEF (0x51f, ARC_OPCODE_ARCALL, NONE, aux_vlc_dma_ctrl)
|
|
|
|
|
DEF (0x520, ARC_OPCODE_ARCALL, NONE, aux_vlc_get_0bit)
|
|
|
|
|
DEF (0x521, ARC_OPCODE_ARCALL, NONE, aux_vlc_get_1bit)
|
|
|
|
|
DEF (0x522, ARC_OPCODE_ARCALL, NONE, aux_vlc_get_2bit)
|
|
|
|
|
DEF (0x523, ARC_OPCODE_ARCALL, NONE, aux_vlc_get_3bit)
|
|
|
|
|
DEF (0x524, ARC_OPCODE_ARCALL, NONE, aux_vlc_get_4bit)
|
|
|
|
|
DEF (0x525, ARC_OPCODE_ARCALL, NONE, aux_vlc_get_5bit)
|
|
|
|
|
DEF (0x526, ARC_OPCODE_ARCALL, NONE, aux_vlc_get_6bit)
|
|
|
|
|
DEF (0x527, ARC_OPCODE_ARCALL, NONE, aux_vlc_get_7bit)
|
|
|
|
|
DEF (0x528, ARC_OPCODE_ARCALL, NONE, aux_vlc_get_8bit)
|
|
|
|
|
DEF (0x529, ARC_OPCODE_ARCALL, NONE, aux_vlc_get_9bit)
|
|
|
|
|
DEF (0x52a, ARC_OPCODE_ARCALL, NONE, aux_vlc_get_10bit)
|
|
|
|
|
DEF (0x52b, ARC_OPCODE_ARCALL, NONE, aux_vlc_get_11bit)
|
|
|
|
|
DEF (0x52c, ARC_OPCODE_ARCALL, NONE, aux_vlc_get_12bit)
|
|
|
|
|
DEF (0x52d, ARC_OPCODE_ARCALL, NONE, aux_vlc_get_13bit)
|
|
|
|
|
DEF (0x52e, ARC_OPCODE_ARCALL, NONE, aux_vlc_get_14bit)
|
|
|
|
|
DEF (0x52f, ARC_OPCODE_ARCALL, NONE, aux_vlc_get_15bit)
|
|
|
|
|
DEF (0x530, ARC_OPCODE_ARCALL, NONE, aux_vlc_get_16bit)
|
|
|
|
|
DEF (0x531, ARC_OPCODE_ARCALL, NONE, aux_vlc_get_17bit)
|
|
|
|
|
DEF (0x532, ARC_OPCODE_ARCALL, NONE, aux_vlc_get_18bit)
|
|
|
|
|
DEF (0x533, ARC_OPCODE_ARCALL, NONE, aux_vlc_get_19bit)
|
|
|
|
|
DEF (0x534, ARC_OPCODE_ARCALL, NONE, aux_vlc_get_20bit)
|
|
|
|
|
DEF (0x535, ARC_OPCODE_ARCALL, NONE, aux_vlc_get_21bit)
|
|
|
|
|
DEF (0x536, ARC_OPCODE_ARCALL, NONE, aux_vlc_get_22bit)
|
|
|
|
|
DEF (0x537, ARC_OPCODE_ARCALL, NONE, aux_vlc_get_23bit)
|
|
|
|
|
DEF (0x538, ARC_OPCODE_ARCALL, NONE, aux_vlc_get_24bit)
|
|
|
|
|
DEF (0x539, ARC_OPCODE_ARCALL, NONE, aux_vlc_get_25bit)
|
|
|
|
|
DEF (0x53a, ARC_OPCODE_ARCALL, NONE, aux_vlc_get_26bit)
|
|
|
|
|
DEF (0x53b, ARC_OPCODE_ARCALL, NONE, aux_vlc_get_27bit)
|
|
|
|
|
DEF (0x53c, ARC_OPCODE_ARCALL, NONE, aux_vlc_get_28bit)
|
|
|
|
|
DEF (0x53d, ARC_OPCODE_ARCALL, NONE, aux_vlc_get_29bit)
|
|
|
|
|
DEF (0x53e, ARC_OPCODE_ARCALL, NONE, aux_vlc_get_30bit)
|
|
|
|
|
DEF (0x53f, ARC_OPCODE_ARCALL, NONE, aux_vlc_get_31bit)
|
|
|
|
|
DEF (0x540, ARC_OPCODE_ARCALL, NONE, aux_cabac_ctrl)
|
|
|
|
|
DEF (0x541, ARC_OPCODE_ARCALL, NONE, aux_cabac_ctx_state)
|
|
|
|
|
DEF (0x542, ARC_OPCODE_ARCALL, NONE, aux_cabac_cod_param)
|
|
|
|
|
DEF (0x543, ARC_OPCODE_ARCALL, NONE, aux_cabac_misc0)
|
|
|
|
|
DEF (0x544, ARC_OPCODE_ARCALL, NONE, aux_cabac_misc1)
|
|
|
|
|
DEF (0x545, ARC_OPCODE_ARCALL, NONE, aux_cabac_misc2)
|
|
|
|
|
DEF (0x500, ARC_OPCODE_ARC700, NONE, aux_vlc_buf_idx)
|
|
|
|
|
DEF (0x501, ARC_OPCODE_ARC700, NONE, aux_vlc_read_buf)
|
|
|
|
|
DEF (0x502, ARC_OPCODE_ARC700, NONE, aux_vlc_valid_bits)
|
|
|
|
|
DEF (0x503, ARC_OPCODE_ARC700, NONE, aux_vlc_buf_in)
|
|
|
|
|
DEF (0x504, ARC_OPCODE_ARC700, NONE, aux_vlc_buf_free)
|
|
|
|
|
DEF (0x505, ARC_OPCODE_ARC700, NONE, aux_vlc_ibuf_status)
|
|
|
|
|
DEF (0x506, ARC_OPCODE_ARC700, NONE, aux_vlc_setup)
|
|
|
|
|
DEF (0x507, ARC_OPCODE_ARC700, NONE, aux_vlc_bits)
|
|
|
|
|
DEF (0x508, ARC_OPCODE_ARC700, NONE, aux_vlc_table)
|
|
|
|
|
DEF (0x509, ARC_OPCODE_ARC700, NONE, aux_vlc_get_symbol)
|
|
|
|
|
DEF (0x50a, ARC_OPCODE_ARC700, NONE, aux_vlc_read_symbol)
|
|
|
|
|
DEF (0x510, ARC_OPCODE_ARC700, NONE, aux_ucavlc_setup)
|
|
|
|
|
DEF (0x511, ARC_OPCODE_ARC700, NONE, aux_ucavlc_state)
|
|
|
|
|
DEF (0x512, ARC_OPCODE_ARC700, NONE, aux_cavlc_zero_left)
|
|
|
|
|
DEF (0x514, ARC_OPCODE_ARC700, NONE, aux_uvlc_i_state)
|
|
|
|
|
DEF (0x51c, ARC_OPCODE_ARC700, NONE, aux_vlc_dma_ptr)
|
|
|
|
|
DEF (0x51d, ARC_OPCODE_ARC700, NONE, aux_vlc_dma_end)
|
|
|
|
|
DEF (0x51e, ARC_OPCODE_ARC700, NONE, aux_vlc_dma_esc)
|
|
|
|
|
DEF (0x51f, ARC_OPCODE_ARC700, NONE, aux_vlc_dma_ctrl)
|
|
|
|
|
DEF (0x520, ARC_OPCODE_ARC700, NONE, aux_vlc_get_0bit)
|
|
|
|
|
DEF (0x521, ARC_OPCODE_ARC700, NONE, aux_vlc_get_1bit)
|
|
|
|
|
DEF (0x522, ARC_OPCODE_ARC700, NONE, aux_vlc_get_2bit)
|
|
|
|
|
DEF (0x523, ARC_OPCODE_ARC700, NONE, aux_vlc_get_3bit)
|
|
|
|
|
DEF (0x524, ARC_OPCODE_ARC700, NONE, aux_vlc_get_4bit)
|
|
|
|
|
DEF (0x525, ARC_OPCODE_ARC700, NONE, aux_vlc_get_5bit)
|
|
|
|
|
DEF (0x526, ARC_OPCODE_ARC700, NONE, aux_vlc_get_6bit)
|
|
|
|
|
DEF (0x527, ARC_OPCODE_ARC700, NONE, aux_vlc_get_7bit)
|
|
|
|
|
DEF (0x528, ARC_OPCODE_ARC700, NONE, aux_vlc_get_8bit)
|
|
|
|
|
DEF (0x529, ARC_OPCODE_ARC700, NONE, aux_vlc_get_9bit)
|
|
|
|
|
DEF (0x52a, ARC_OPCODE_ARC700, NONE, aux_vlc_get_10bit)
|
|
|
|
|
DEF (0x52b, ARC_OPCODE_ARC700, NONE, aux_vlc_get_11bit)
|
|
|
|
|
DEF (0x52c, ARC_OPCODE_ARC700, NONE, aux_vlc_get_12bit)
|
|
|
|
|
DEF (0x52d, ARC_OPCODE_ARC700, NONE, aux_vlc_get_13bit)
|
|
|
|
|
DEF (0x52e, ARC_OPCODE_ARC700, NONE, aux_vlc_get_14bit)
|
|
|
|
|
DEF (0x52f, ARC_OPCODE_ARC700, NONE, aux_vlc_get_15bit)
|
|
|
|
|
DEF (0x530, ARC_OPCODE_ARC700, NONE, aux_vlc_get_16bit)
|
|
|
|
|
DEF (0x531, ARC_OPCODE_ARC700, NONE, aux_vlc_get_17bit)
|
|
|
|
|
DEF (0x532, ARC_OPCODE_ARC700, NONE, aux_vlc_get_18bit)
|
|
|
|
|
DEF (0x533, ARC_OPCODE_ARC700, NONE, aux_vlc_get_19bit)
|
|
|
|
|
DEF (0x534, ARC_OPCODE_ARC700, NONE, aux_vlc_get_20bit)
|
|
|
|
|
DEF (0x535, ARC_OPCODE_ARC700, NONE, aux_vlc_get_21bit)
|
|
|
|
|
DEF (0x536, ARC_OPCODE_ARC700, NONE, aux_vlc_get_22bit)
|
|
|
|
|
DEF (0x537, ARC_OPCODE_ARC700, NONE, aux_vlc_get_23bit)
|
|
|
|
|
DEF (0x538, ARC_OPCODE_ARC700, NONE, aux_vlc_get_24bit)
|
|
|
|
|
DEF (0x539, ARC_OPCODE_ARC700, NONE, aux_vlc_get_25bit)
|
|
|
|
|
DEF (0x53a, ARC_OPCODE_ARC700, NONE, aux_vlc_get_26bit)
|
|
|
|
|
DEF (0x53b, ARC_OPCODE_ARC700, NONE, aux_vlc_get_27bit)
|
|
|
|
|
DEF (0x53c, ARC_OPCODE_ARC700, NONE, aux_vlc_get_28bit)
|
|
|
|
|
DEF (0x53d, ARC_OPCODE_ARC700, NONE, aux_vlc_get_29bit)
|
|
|
|
|
DEF (0x53e, ARC_OPCODE_ARC700, NONE, aux_vlc_get_30bit)
|
|
|
|
|
DEF (0x53f, ARC_OPCODE_ARC700, NONE, aux_vlc_get_31bit)
|
|
|
|
|
DEF (0x540, ARC_OPCODE_ARC700, NONE, aux_cabac_ctrl)
|
|
|
|
|
DEF (0x541, ARC_OPCODE_ARC700, NONE, aux_cabac_ctx_state)
|
|
|
|
|
DEF (0x542, ARC_OPCODE_ARC700, NONE, aux_cabac_cod_param)
|
|
|
|
|
DEF (0x543, ARC_OPCODE_ARC700, NONE, aux_cabac_misc0)
|
|
|
|
|
DEF (0x544, ARC_OPCODE_ARC700, NONE, aux_cabac_misc1)
|
|
|
|
|
DEF (0x545, ARC_OPCODE_ARC700, NONE, aux_cabac_misc2)
|
|
|
|
|
DEF (0x700, ARC_OPCODE_ARCALL, NONE, smart_control)
|
|
|
|
|
DEF (0x701, ARC_OPCODE_ARCALL, NONE, smart_data_0)
|
|
|
|
|
DEF (0x701, ARC_OPCODE_ARCALL, NONE, smart_data_1)
|
|
|
|
|
DEF (0x701, ARC_OPCODE_ARCALL, NONE, smart_data_2)
|
|
|
|
|
DEF (0x701, ARC_OPCODE_ARCALL, NONE, smart_data_3)
|
|
|
|
|
DEF (0x701, ARC_OPCODE_ARC700, NONE, smart_data_0)
|
|
|
|
|
DEF (0x701, ARC_OPCODE_ARC600, NONE, smart_data)
|
|
|
|
|
DEF (0x701, ARC_OPCODE_ARC700, NONE, smart_data_2)
|
|
|
|
|
DEF (0x701, ARC_OPCODE_ARC700, NONE, smart_data_3)
|
|
|
|
|