Home
last modified time | relevance | path

Searched refs:argtype (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/libc/AOR_v20.02/math/test/
H A Dmathtest.c69 } argtype; member
118 int is_double_argtype(int argtype) { in is_double_argtype() argument
119 switch(argtype) { in is_double_argtype()
130 int is_single_argtype(int argtype) { in is_single_argtype() argument
131 switch(argtype) { in is_single_argtype()
164 int is_complex_argtype(int argtype) { in is_complex_argtype() argument
165 switch(argtype) { in is_complex_argtype()
716 int argtype=2, rettype=2; /* for do_op */ in parsetest() local
767 argtype = 0; in parsetest()
769 argtype = 1; in parsetest()
[all …]
/llvm-project-15.0.7/clang/include/clang/Basic/
H A Darm_mve.td1223 class ScalarShift<Type argtype, dag shiftCountArg, dag shiftCodeGen>:
1224 Intrinsic<argtype, !con((args argtype:$value), shiftCountArg), shiftCodeGen> {
1232 class LongScalarShift<Type argtype, dag shiftCountArg, dag shiftCodeGen>:
1233 ScalarShift<argtype, shiftCountArg,
1234 (seq (u32 (lshr $value, (argtype 32))):$hi,