Home
last modified time | relevance | path

Searched refs:SUBINSN_L2 (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/target/hexagon/imported/
H A Dencode_subinsn.def40 DEF_ENC_SUBINSN(SL2_loadrh_io, SUBINSN_L2, "00i iissssdddd")
41 DEF_ENC_SUBINSN(SL2_loadruh_io, SUBINSN_L2, "01i iissssdddd")
42 DEF_ENC_SUBINSN(SL2_loadrb_io, SUBINSN_L2, "10i iissssdddd")
43 DEF_ENC_SUBINSN(SL2_loadri_sp, SUBINSN_L2, "111 0iiiiidddd")
44 DEF_ENC_SUBINSN(SL2_loadrd_sp, SUBINSN_L2, "111 10iiiiiddd")
46 DEF_ENC_SUBINSN(SL2_deallocframe,SUBINSN_L2, "111 1100---0--")
48 DEF_ENC_SUBINSN(SL2_return, SUBINSN_L2, "111 1101---0--")
49 DEF_ENC_SUBINSN(SL2_return_t, SUBINSN_L2, "111 1101---100")
50 DEF_ENC_SUBINSN(SL2_return_f, SUBINSN_L2, "111 1101---101")
51 DEF_ENC_SUBINSN(SL2_return_tnew, SUBINSN_L2, "111 1101---110")
[all …]
/openbmc/qemu/target/hexagon/
H A Dopcodes.h33 SUBINSN_L2, enumerator
H A Dmeson.build147 command: [python, files('gen_decodetree.py'), semantics_generated, 'SUBINSN_L2', '@OUTPUT@'],