[CPU][ARM] int8 Pooling (#34126)
### Details:
- Add i8/u8 support to `AclPoolingExecutor`
- Kept `FakeQuantize` undecomposed on ARM for `AvgPool -> FQ` i8/u8
chains
- Moved int8 pooling func tests from x64 into common to enable them on
ARM
- Instantiate `FakeQuantizeAndAvgPoolTransformation` and
`FakeQuantizeAndMaxPoolTransformation` on ARM
### Tickets:
- CVS-182053