Searched refs:DEF_REGMAP (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/hexagon/ |
H A D | decode.c | 44 #define DEF_REGMAP(NAME, ELEMENTS, ...) \ macro 48 DEF_REGMAP(R_16, 16, 0, 1, 2, 3, 4, 5, 6, 7, 16, 17, 18, 19, 20, 21, 22, 23) 49 DEF_REGMAP(R__8, 8, 0, 2, 4, 6, 16, 18, 20, 22) 50 DEF_REGMAP(R_8, 8, 0, 1, 2, 3, 4, 5, 6, 7)
|