mirror of
				https://github.com/yuzu-emu/unicorn.git
				synced 2025-11-04 03:04:49 +00:00 
			
		
		
		
	
				Convert the Neon float-integer VCVT insns to gvec, and use this to implement fp16 support for them. Note that unlike the VFP int<->fp16 VCVT insns we converted earlier and which convert to/from a 32-bit integer, these Neon insns convert to/from 16-bit integers. So we can use the existing vfp conversion helpers for the f32<->u32/i32 case but need to provide our own for f16<->u16/i16. Backports 7782a9afec81d1efe23572135c1ed777691ccde5  | 
			||
|---|---|---|
| .. | ||
| arm | ||
| i386 | ||
| m68k | ||
| mips | ||
| riscv | ||
| sparc | ||