Rot127

Results 545 comments of Rot127

@imbillow Sorry, for answering so late. So `mov.a` is defined here: https://github.com/TriDis/llvm-tricore/blob/4bfc5ee073becdcf799978431a9c03045b1091a2/lib/Target/TriCore/TriCoreInstrInfo.td#L547 If all `mov` instructions implicitly set the `d15` register, they should be added there like this (also check...

@csarn I am not sure if you understand you correctly. So here the general operand classification for `Auto-Sync` archs (TriCore is one of them): - `explicit operands`: Any operand you...

Yes, it is a bug. @imbillow Sorry, I didn't look at the code so far. Just recognized with the last comment what you meant. I would need to check. But...

@imbillow Just checked it. Yeah this is this annoying problem of people hard coding operands in the mnemonic. Check out functions `AArch64_insert_detail_op_reg_at()` and how it is used. You can do...

@imbillow I started an attempt for this one here: https://github.com/capstone-engine/capstone/pull/2502 There are problems though. While we can figure out the registers at position >0 (by checking the bits as in...

I just saw you've solved the problem with the RzIL uplifting. So we could just copy the distinction from there.

Yeah, I figured this out later as well. Guess we really need to fix it in the `td` files.

Superseded by https://github.com/capstone-engine/capstone/pull/2756

[On Reddit](https://www.reddit.com/r/linux_gaming/comments/1n75ygf/guide_using_nvflash_to_readwrite_nvidia_gpu_bios/) someone documented how to flash the GPU BIOS: It doesn't look good, because apparently people use a leaked Nvidia tool called `nvflash`. We couldn't use these of course....

> it might be enough to measure just OptionROM Just caught up with the suggestions in https://github.com/Dasharo/dasharo-issues/issues/1087 Also read up about UEFI and OptionROM (it's new to me), but it...