Searched refs:insnwidth (Results 1 – 5 of 5) sorted by relevance
| /openbmc/qemu/scripts/ |
| H A D | decodetree.py | 29 insnwidth = 32 variable 188 global insnwidth 205 global insnwidth 207 i = 1 << (insnwidth - 1) 864 global insnwidth 911 if po + le > insnwidth: 917 if width > insnwidth: 1053 global insnwidth 1134 if shift + width > insnwidth: 1136 f = Field(sign, insnwidth - width - shift, shift) [all …]
|
| /openbmc/qemu/target/avr/ |
| H A D | meson.build | 3 '--insnwidth', '16' ])
|
| /openbmc/qemu/target/riscv/ |
| H A D | meson.build | 3 …decodetree.process('insn16.decode', extra_args: ['--static-decode=decode_insn16', '--insnwidth=16'…
|
| /openbmc/qemu/target/hexagon/ |
| H A D | meson.build | 196 …y), subinsn_a_decode_generated, ['--static-decode=decode_subinsn_a', '--insnwidth=16'], '-o', '@OU… 205 …, subinsn_l1_decode_generated, ['--static-decode=decode_subinsn_l1', '--insnwidth=16'], '-o', '@OU… 214 …, subinsn_l2_decode_generated, ['--static-decode=decode_subinsn_l2', '--insnwidth=16'], '-o', '@OU… 223 …, subinsn_s1_decode_generated, ['--static-decode=decode_subinsn_s1', '--insnwidth=16'], '-o', '@OU… 232 …, subinsn_s2_decode_generated, ['--static-decode=decode_subinsn_s2', '--insnwidth=16'], '-o', '@OU…
|
| /openbmc/qemu/target/ppc/ |
| H A D | meson.build | 30 '--insnwidth=64']),
|