bbiiggppiigg

Results 13 issues of bbiiggppiigg

+ Fixed a bug in the instruction decoder that returns incorrect value on the last instruction. + Added support for gfx908 based on the XML-ISA-DROP

bug
instructionAPI
GPUs

### Suggestion Description From the kernels we have studied, it is not uncommon to see the use of a single waitcnt instruction to wait for multiple load instructions to finish...

This commit introduce a new ast that denotes the use of multiple registers as a single operand. For now, the visitor for such a class is basically visiting the registers...

dataflowAPI
parseAPI
instructionAPI
GPUs
dyninstAPI

### Suggestion Description From the kernels we have studied, it is not uncommon to see the use of a single waitcnt instruction to wait for multiple load instructions to finish...

- [x] Cross compile aarch64 i386 ppc64le on x86_64 (mahir) - [x] Cross compile aarch64 i386 x86_64 on ppc64le (llnl) - [x] Cross compile i386 ppc64le x86_64 on aarch64 (zeroah)

This option allows us to override the default target detection with user input architecture. It must be one of the known archtecture specified in known_arches specified in DyninstPlatform.cmake

build

Add support for vmovd instruction. It seems to work for my case, but as I'm not familiar with the x86 instruction decoding process, I can't really tell if this breaks...

bug
instructionAPI

**Intention** Install dyninst with spack **Describe the bug** Spack install dyninst fail with a compiler error /common/src/sha1.C:11 3:5: error: 'uint32_t' does not name a type **To Reproduce** spack install dyninst...

bug
build