binaryninja-api icon indicating copy to clipboard operation
binaryninja-api copied to clipboard

neon_intrinsics.cpp: add some unimplemented f32 scalar encodings

Open comex opened this issue 1 year ago • 1 comments

Add f32 cases mirroring the f64 ones.

Caveat: This is far from comprehensive. It's just a set of instructions I happened to bump into in the binary I'm reverse engineering.

Also, it would be nice if FNEG generated a standard negation instruction instead of an intrinsic, but I didn't try to implement that.

comex avatar May 14 '24 21:05 comex

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar May 14 '24 21:05 CLAassistant

Closing PR because its changes are incorporated into 68b7ecba

galenbwill avatar Jul 03 '24 19:07 galenbwill