Home
last modified time | relevance | path

Searched refs:__vl (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/gcc/gcc/
H A Dlonglong.h1268 UHWtype __ul, __vl, __uh, __vh; \
1272 __vl = __ll_lowpart (v); \
1275 __x0 = (UWtype) __ul * __vl; \
1277 __x2 = (UWtype) __uh * __vl; \
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dlonglong.h1205 UHWtype __ul, __vl, __uh, __vh; \
1209 __vl = __ll_lowpart (v); \
1212 __x0 = (UWtype) __ul * __vl; \
1214 __x2 = (UWtype) __uh * __vl; \
/openbsd/gnu/llvm/libunwind/src/
H A DRegisters.hpp4351 uint64_t __vl; // Vector Length Register member
4399 return _registers.__vl; in getRegister()
4421 _registers.__vl = value; in setRegister()