Lines Matching full:hexagon
1 Hexagon ISA instruction definitions to tinycode generator compiler
4 idef-parser is a small compiler able to translate the Hexagon ISA description
11 example. Let's start by one of the simplest Hexagon instruction: the ``add``.
48 instruction belongs, in this case ``A2`` corresponds to the Hexagon
186 The grammar describes the whole file which contains the Hexagon instruction
250 ``PdV``, ``CsV``, and other idiomatic register names from Hexagon, are
256 refer to Hexagon registers such as the program counter, stack pointer, and frame
496 'env -i <qemu-hexagon full path> -d cpu <TEST>'
533 DOCKER_IMAGE=debian-hexagon-cross \
535 DOCKER_CROSS_CC_GUEST=hexagon-unknown-linux-musl-clang
541 options ``-d in_asm,cpu`` of QEMU to inspect the Hexagon instructions being run,
551 gives us ``qemu-hexagon`` which passes all tests. If ``qemu-hexagon-buggy`` is
557 ./qemu-hexagon-buggy -d in_asm,cpu float_convs &> out_buggy
558 ./qemu-hexagon -d in_asm,cpu float_convs &> out_working
592 Importantly, we see some Hexagon assembly followed by a dump of the CPU state,
635 tinycode for the Hexagon ``add`` instruction