Searched refs:Quad (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/usr.bin/truss/
H A Dsyscall.h49 * Quad -- a double-word value. e.g., lseek(int, offset_t, int)
84 Quad, enumerator in enum:Argtype
H A Dsyscalls.c390 .args = { { Idtype, 0 }, { Quad, 1 }, { Procctl, 2 }, { Ptr, 3 } } },
545 .args = { { Idtype, 0 }, { Quad, 1 }, { ExitStatus | OUT, 2 },
913 * Add argument padding to subsequent system calls afater a Quad
936 case Quad:
1767 case Quad:
1774 case Quad:
1785 if ((sc->type & ARG_MASK) == Quad)
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsics.h102 Void, VarArg, MMX, Token, Metadata, Half, Float, Double, Quad, enumerator in enum:llvm::Intrinsic::IITDescriptor::IITDescriptorKind
/freebsd-12-stable/contrib/llvm-project/clang/utils/TableGen/
H A DNeonEmitter.cpp268 /// Sets "Quad" to true if the "Q" or "H" modifiers were
271 void applyTypespec(bool &Quad);
768 void Type::applyTypespec(bool &Quad) {
782 Quad = true;
785 Quad = true;
826 Bitwidth = Quad ? 128 : 64;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp765 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Quad, 0));
981 case IITDescriptor::Quad: return Type::getFP128Ty(Context);
1163 case IITDescriptor::Quad: return !Ty->isFP128Ty();
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp5402 bool Quad = Type.isQuad();
5506 Ty = GetNeonType(this, NeonTypeFlags(NeonTypeFlags::Float32, false, Quad),
5513 Ty = GetNeonType(this, NeonTypeFlags(NeonTypeFlags::Float16, false, Quad),
8920 bool Quad = false;
8922 Quad = true;
8925 NeonTypeFlags(NeonTypeFlags::Float64, false, Quad));

Completed in 205 milliseconds