Home
last modified time | relevance | path

Searched refs:SINT (Results 1 – 12 of 12) sorted by relevance

/external/skia/include/private/
DSkVx.h104 #define SINT template <int N, typename T> static inline
123 SINT Vec<2*N,T> join(Vec<N,T> lo, Vec<N,T> hi) {
157 SINT VExt<N,T> to_vext(Vec<N,T> v) { return bit_pun<VExt<N,T>>(v); }
158 SINT Vec <N,T> to_vec(VExt<N,T> v) { return bit_pun<Vec <N,T>>(v); }
160 SINT Vec<N,T> operator+(Vec<N,T> x, Vec<N,T> y) { return to_vec(to_vext(x) + to_vext(y)); }
161 SINT Vec<N,T> operator-(Vec<N,T> x, Vec<N,T> y) { return to_vec(to_vext(x) - to_vext(y)); }
162 SINT Vec<N,T> operator*(Vec<N,T> x, Vec<N,T> y) { return to_vec(to_vext(x) * to_vext(y)); }
163 SINT Vec<N,T> operator/(Vec<N,T> x, Vec<N,T> y) { return to_vec(to_vext(x) / to_vext(y)); }
165 SINT Vec<N,T> operator^(Vec<N,T> x, Vec<N,T> y) { return to_vec(to_vext(x) ^ to_vext(y)); }
166 SINT Vec<N,T> operator&(Vec<N,T> x, Vec<N,T> y) { return to_vec(to_vext(x) & to_vext(y)); }
[all …]
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_formats.c167 I3(A, L8_SINT, R8_SINT, R, R, R, xx, SINT, R8, TR),
172 I3(A, L16_SINT, R16_SINT, R, R, R, xx, SINT, R16, TR),
175 I3(A, L32_SINT, R32_SINT, R, R, R, xx, SINT, R32, TR),
180 C4(A, I8_SINT, R8_SINT, R, R, R, R, SINT, R8, TR),
185 C4(A, I16_SINT, R16_SINT, R, R, R, R, SINT, R16, TR),
188 C4(A, I32_SINT, R32_SINT, R, R, R, R, SINT, R32, TR),
193 A1(A, A8_SINT, R8_SINT, xx, xx, xx, R, SINT, R8, T),
198 A1(A, A16_SINT, R16_SINT, xx, xx, xx, R, SINT, R16, T),
201 A1(A, A32_SINT, R32_SINT, xx, xx, xx, R, SINT, R32, T),
208 C4(A, L8A8_SINT, RG8_SINT, R, R, R, G, SINT, G8R8, T),
[all …]
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir.cpp988 { "RGBA32I", 4, { 32, 32, 32, 32 }, SINT },
989 { "RGBA16I", 4, { 16, 16, 16, 16 }, SINT },
990 { "RGBA8I", 4, { 8, 8, 8, 8 }, SINT },
991 { "RG32I", 2, { 32, 32, 0, 0 }, SINT },
992 { "RG16I", 2, { 16, 16, 0, 0 }, SINT },
993 { "RG8I", 2, { 8, 8, 0, 0 }, SINT },
994 { "R32I", 1, { 32, 0, 0, 0 }, SINT },
995 { "R16I", 1, { 16, 0, 0, 0 }, SINT },
996 { "R8I", 1, { 8, 0, 0, 0 }, SINT },
Dnv50_ir.h428 SINT, enumerator
Dnv50_ir_lowering_nvc0.cpp2081 case SINT: in getSrcType()
2097 case SINT: in getDestType()
/external/mesa3d/src/gallium/docs/source/
Dformat.rst20 - ``SINT``: N bit signed integer [-2^(N-1) ... 2^(N-1) - 1]
30 The difference between ``SINT`` and ``SSCALED`` is that the former are pure
Dtgsi.rst3478 level) out of UNORM, SNORM, SINT, UINT and FLOAT.
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp6665 SDValue SINT = Op.getOperand(0); in LowerINT_TO_FP() local
6687 SINT, DAG.getConstant(2047, dl, MVT::i64)); in LowerINT_TO_FP()
6690 Round = DAG.getNode(ISD::OR, dl, MVT::i64, Round, SINT); in LowerINT_TO_FP()
6703 SINT, DAG.getConstant(53, dl, MVT::i32)); in LowerINT_TO_FP()
6709 SINT = DAG.getNode(ISD::SELECT, dl, MVT::i64, Cond, Round, SINT); in LowerINT_TO_FP()
6716 if (canReuseLoadAddress(SINT, MVT::i64, RLI, DAG)) { in LowerINT_TO_FP()
6722 canReuseLoadAddress(SINT, MVT::i32, RLI, DAG, ISD::SEXTLOAD)) { in LowerINT_TO_FP()
6732 canReuseLoadAddress(SINT, MVT::i32, RLI, DAG, ISD::ZEXTLOAD)) { in LowerINT_TO_FP()
6742 SINT.getOpcode() == ISD::SIGN_EXTEND) || in LowerINT_TO_FP()
6744 SINT.getOpcode() == ISD::ZERO_EXTEND)) && in LowerINT_TO_FP()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp7290 SDValue SINT = Op.getOperand(0); in LowerINT_TO_FP() local
7312 SINT, DAG.getConstant(2047, dl, MVT::i64)); in LowerINT_TO_FP()
7315 Round = DAG.getNode(ISD::OR, dl, MVT::i64, Round, SINT); in LowerINT_TO_FP()
7328 SINT, DAG.getConstant(53, dl, MVT::i32)); in LowerINT_TO_FP()
7334 SINT = DAG.getNode(ISD::SELECT, dl, MVT::i64, Cond, Round, SINT); in LowerINT_TO_FP()
7341 if (canReuseLoadAddress(SINT, MVT::i64, RLI, DAG)) { in LowerINT_TO_FP()
7346 canReuseLoadAddress(SINT, MVT::i32, RLI, DAG, ISD::SEXTLOAD)) { in LowerINT_TO_FP()
7356 canReuseLoadAddress(SINT, MVT::i32, RLI, DAG, ISD::ZEXTLOAD)) { in LowerINT_TO_FP()
7366 SINT.getOpcode() == ISD::SIGN_EXTEND) || in LowerINT_TO_FP()
7368 SINT.getOpcode() == ISD::ZERO_EXTEND)) && in LowerINT_TO_FP()
[all …]
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_vbo.c189 mode = VTX_ATTR(a, 4, SINT, 32); in nvc0_set_constant_vertex_attrib()
/external/cldr/tools/java/org/unicode/cldr/util/data/external/
D2013-1_UNLOCODE_CodeListPart3.csv8047 ,"SX",,".SINT MAARTEN (DUTCH PART)",,,"",,,,,
D2013-1_UNLOCODE_CodeListPart1.csv6044 ,"BQ",,".BONAIRE, SINT EUSTATIUS AND SABA",,,"",,,,,