| 3373 | } |
| 3374 | |
| 3375 | Ref OpDispatchBuilder::HSUBPOpImpl(OpSize SrcSize, IR::OpSize ElementSize, Ref Src1, Ref Src2) { |
| 3376 | auto Even = _VUnZip(SrcSize, ElementSize, Src1, Src2); |
| 3377 | auto Odd = _VUnZip2(SrcSize, ElementSize, Src1, Src2); |
| 3378 | return _VFSub(SrcSize, ElementSize, Even, Odd); |
| 3379 | } |
| 3380 | |
| 3381 | template<IR::OpSize ElementSize> |
| 3382 | void OpDispatchBuilder::HSUBP(OpcodeArgs) { |
nothing calls this directly
no outgoing calls
no test coverage detected