Searched refs:_v3 (Results 1 – 3 of 3) sorted by relevance
| /linux/arch/s390/include/asm/ |
| H A D | fpu-insn.h | 273 #define fpu_vlm(_v1, _v3, _vxrs) \ argument 275 unsigned int size = ((_v3) - (_v1) + 1) * sizeof(__vector128); \ 277 __vector128 _v[(_v3) - (_v1) + 1]; \ 284 [v1] "I" (_v1), [v3] "I" (_v3) \ 286 (_v3) - (_v1) + 1; \ 291 #define fpu_vlm(_v1, _v3, _vxrs) \ argument 293 unsigned int size = ((_v3) - (_v1) + 1) * sizeof(__vector128); \ 295 __vector128 _v[(_v3) - (_v1) + 1]; \ 304 [v1] "I" (_v1), [v3] "I" (_v3) \ 306 (_v3) - (_v1) + 1; \ [all …]
|
| /linux/drivers/pinctrl/mvebu/ |
| H A D | pinctrl-armada-37xx.c | 143 #define PIN_GRP_GPIO_3(_name, _start, _nr, _mask, _v1, _v2, _v3, _f1, _f2) \ argument 149 .val = {_v1, _v2, _v3}, \
|
| /linux/drivers/gpu/nova-core/ |
| H A D | vbios.rs | 1062 FalconUCodeDesc::V3(_v3) => core::mem::size_of::<FalconUCodeDescV3>(), in sigs()
|