HomeSort by relevance Sort by last modified time
    Searched refs:i16 (Results 201 - 225 of 357) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
MachineValueType.h 42 i16 = 4, // This is a 16 bit integer value
80 v1i16 = 32, // 1 x i16
81 v2i16 = 33, // 2 x i16
82 v4i16 = 34, // 4 x i16
83 v8i16 = 35, // 8 x i16
84 v16i16 = 36, // 16 x i16
85 v32i16 = 37, // 32 x i16
86 v64i16 = 38, // 64 x i16
87 v128i16 = 39, //128 x i16
121 nxv1i16 = 66, // n x 1 x i16
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
MachineValueType.h 42 i16 = 4, // This is a 16 bit integer value
80 v1i16 = 32, // 1 x i16
81 v2i16 = 33, // 2 x i16
82 v4i16 = 34, // 4 x i16
83 v8i16 = 35, // 8 x i16
84 v16i16 = 36, // 16 x i16
85 v32i16 = 37, // 32 x i16
86 v64i16 = 38, // 64 x i16
87 v128i16 = 39, //128 x i16
121 nxv1i16 = 66, // n x 1 x i16
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
MachineValueType.h 42 i16 = 4, // This is a 16 bit integer value
80 v1i16 = 32, // 1 x i16
81 v2i16 = 33, // 2 x i16
82 v4i16 = 34, // 4 x i16
83 v8i16 = 35, // 8 x i16
84 v16i16 = 36, // 16 x i16
85 v32i16 = 37, // 32 x i16
86 v64i16 = 38, // 64 x i16
87 v128i16 = 39, //128 x i16
121 nxv1i16 = 66, // n x 1 x i16
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
MachineValueType.h 42 i16 = 4, // This is a 16 bit integer value
80 v1i16 = 32, // 1 x i16
81 v2i16 = 33, // 2 x i16
82 v4i16 = 34, // 4 x i16
83 v8i16 = 35, // 8 x i16
84 v16i16 = 36, // 16 x i16
85 v32i16 = 37, // 32 x i16
86 v64i16 = 38, // 64 x i16
87 v128i16 = 39, //128 x i16
121 nxv1i16 = 66, // n x 1 x i16
    [all...]
  /prebuilts/go/darwin-x86/test/
index.go 58 var i16 int16 = 10025
203 []string{"j", "i", "i8", "i16", "i32", "i64", "i64big", "i64bigger", "huge", "fgood", "fbad"},
239 if big == "b" && n == "" && (i == "i8" || i == "i16") {
  /prebuilts/go/linux-x86/test/
index.go 58 var i16 int16 = 10025
203 []string{"j", "i", "i8", "i16", "i32", "i64", "i64big", "i64bigger", "huge", "fgood", "fbad"},
239 if big == "b" && n == "" && (i == "i8" || i == "i16") {
  /external/capstone/suite/MC/ARM/
neon-shift-encoding.s.cs 7 0x30,0x05,0xdf,0xf2 = vshl.i16 d16, d16, #15
15 0x70,0x05,0xdf,0xf2 = vshl.i16 q8, q8, #15
121 0x20,0x03,0xf6,0xf3 = vshll.i16 q8, d16, #16
123 0x30,0x08,0xc8,0xf2 = vshrn.i16 d16, q8, #8
158 0x70,0x08,0xc8,0xf2 = vrshrn.i16 d16, q8, #8
184 0x58,0x85,0x9e,0xf2 = vshl.i16 q4, q4, #14
188 0x14,0x45,0x9a,0xf2 = vshl.i16 d4, d4, #10
neont2-pairwise-encoding.s.cs 3 0x12,0xef,0x1c,0xdb = vpadd.i16 d13, d2, d12
neon-cmp-encoding.s.cs 3 0xb1,0x08,0x50,0xf3 = vceq.i16 d16, d16, d17
7 0xf2,0x08,0x50,0xf3 = vceq.i16 q8, q8, q9
  /external/clang/test/Sema/
atomic-ops.c 49 short i16; variable
57 _Static_assert(__atomic_is_lock_free(2, &i16), "");
59 _Static_assert(__atomic_is_lock_free(4, &i16), ""); // expected-error {{not an integral constant expression}}
80 _Static_assert(__atomic_always_lock_free(2, &i16), "");
82 _Static_assert(!__atomic_always_lock_free(4, &i16), "");
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp 165 if (LocVT == MVT::i1 || LocVT == MVT::i8 || LocVT == MVT::i16) {
230 if (LocVT == MVT::i1 || LocVT == MVT::i8 || LocVT == MVT::i16) {
397 } else if (LocVT == MVT::i8 || LocVT == MVT::i16) {
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 366 case MVT::i16:
524 case MVT::i16: Opc = X86::MOV16mr; break;
664 case MVT::i16: Opc = X86::MOV16mi; break;
    [all...]
X86SelectionDAGInfo.cpp 115 AVT = MVT::i16;
233 AVT = MVT::i16;
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMFastISel.cpp 702 if (VT == MVT::i8 || VT == MVT::i16)
841 case MVT::i16:
    [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_shader_tgsi_alu.c 682 LLVMTypeRef fp16, i16; local
687 i16 = LLVMInt16TypeInContext(context);
692 comp[i] = LLVMBuildBitCast(builder, comp[i], i16, "");
716 LLVMTypeRef fp16, i16; local
721 i16 = LLVMInt16TypeInContext(context);
727 val = LLVMBuildTrunc(builder, val, i16, "");
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
small_structs.rs 230 MAKE_TWO_ELEMENT_STRUCT_TEST(i16, int16_t)
  /external/llvm/lib/IR/
ValueTypes.cpp 131 case MVT::i16: return "i16";
212 case MVT::i16: return Type::getInt16Ty(Context);
  /external/llvm/lib/Target/AVR/
AVRInstrInfo.cpp 124 } else if (RC->hasType(MVT::i16)) {
158 } else if (RC->hasType(MVT::i16)) {
  /external/llvm/test/MC/ARM/
neon-cmp-encoding.s 4 vceq.i16 d16, d16, d17
8 vceq.i16 q8, q8, q9
13 @ CHECK: vceq.i16 d16, d16, d17 @ encoding: [0xb1,0x08,0x50,0xf3]
17 @ CHECK: vceq.i16 q8, q8, q9 @ encoding: [0xf2,0x08,0x50,0xf3]
  /frameworks/ml/nn/runtime/test/specs/V1_0/
mobilenet_quantized.mod.py 154 i16 = Parameter("op16", "TENSOR_INT32", "{512}, 0.0001660654234, 0", [-373, 18951, -2733, 15414, 20558, 9709, 16138, -3792, 16558, -650, 7012, 20511, -274, -1847, -296, -372, 15068, 17543, 1854, 74, -4582, 9756, -132, 19846, -137, 1657, -3355, 14715, 5999, -109, 1181, -896, 15621, 22768, 18127, -50, 8284, 9109, -4146, 16821, -252, -167, -265, 17612, 17446, -1860, -174, 32085, 10056, 20509, -3583, -567, -1516, -177, 8726, -658, 21203, 7016, 16924, 7913, -327, -213, -147, 5525, -7896, 16433, 5983, 11020, 249, -51, -208, 16425, -472, -540, 19888, 19421, 19490, -251, 16580, 9068, -9075, -1014, -453, -308, 10261, -11969, 12104, -303, -334, -220, 8595, 12251, 11179, 8047, 8653, -665, 21897, 101, 18662, -20520, 14391, 7059, 11269, -226, 11338, -989, -276, -262, -423, -70, 15504, 17173, 12849, -242, 11750, -11968, 17192, 16985, -305, 20467, -92, 13467, 12979, 17623, 20170, 18187, -5626, 19962, -4048, -190, 23006, -320, 7595, 10846, 20, 18355, 15397, 7568, 15015, 14491, 10174, -177, 8623, -914, -778, -693, 22450, 23497, 18379, 9846, -514, 12853, 20087, -308, -87, -255, 23893, -2604, -1064, 17113, -206, 23683, -89, 18467, -803, -7233, 1299, -290, -773, -117, 25412, -172, 9850, 15154, -172, -198, -7326, -265, -214, 9724, 18236, -362, -452, -7554, 9933, -4, -127, -223, 27793, -194, 9869, -428, 11611, 14325, -268, 18914, -118, -1019, 13637, 19062, 13774, 18618, -5808, 16918, 7092, -218, -868, 16691, 14164, 11990, 22363, 22618, 7830, -8205, 11259, -3831, -1406, -236, 102, -348, 2647, -284, 17992, -349, 30338, 18878, 9241, 96, -1265, 22850, 23634, -910, -350, 18553, -566, 12124, 22674, -299, -2035, -86, 25130, -178, -610, -1100, 22637, -153, 12396, 13115, 27149, -57, -304, 15693, 22380, 22082, -662, -6306, -518, 18296, -281, -464, -1263, 3, -140, 11747, 54, 12219, 3128, -155, 20521, -356, -10700, -539, 16197, -151, 17991, -102, -12174, -2030, 23213, -278, -203, -188, 17503, -304, 345, -142, 12505, -83, 19624, -135, -313, 19070, 19043, 10744, 9237, -1029, 17365, -2722, 8900, 9481, -344, -97, -12518, 17213, -3963, -254, 4028, 20124, 18711, -5954, -199, 2229, -258, -1966, -176, -262, 18063, 18465, -403, 18370, 11978, 18498, 19527, -347, -188, -271, 20380, -154, -2272, 20353, 11041, -144, 17950, -205, -375, 23924, -394, 18961, -253, 22110, -163, 21443, -1523, 13, 20507, -174, -256, 14703, 14486, 9154, 16687, 9980, 9810, -5803, 18126, -219, 18072, 19486, 17649, 9061, 15158, 10930, 16784, 26204, -92, -172, -1126, -271, 6833, 1, 8767, 8469, -1538, -2265, -1815, 717, 8828, 14576, 15026, 12379, 18820, 9101, -704, 7009, 19635, 9413, -507, -2955, -16, -1749, 18378, 17066, 8416, 15201, -2713, 13941, 19216, 13617, 9155, 20763, 9344, 1533, 8326, 16614, -120, -188, 1820, -1160, 11339, 13681, 18114, 9511, 9853, 9411, 13324, 16781, -2262, -1990, -350, 8337, 16602, -410, 11323, 18129, -131, -1119, -336, -350, 8603, 15452, 8164, -325, -1780, -363, -1131, 8952, -9907, -1509, 18187, -1339, -439, 21121, 15708, 21219, -65, 16491, 20942, 13862, -8041, -945, -397, -63, -3379, 16563, 67, 14948, -724, 9500, 124, -615, 19791, -1002, -336, 10514, 8578, -1919, 3883, -115, -316, 18782, 23092, -191, 13692, -332, 16282, -105, -475, 22437, -63, 13576, -421, -358, -519, 20581, 16634, 18871, 12517, -146, -189, -156, -3347, 6190, -404, -586, 16365, -86, 37494, 19932, 19, -7693, -1984, 16309, -1494, -312, 20347, -312, -221, -2841, 7908, -354, -687, -9984]) # parameters variable
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86FastISel.cpp 188 case MVT::i16:
250 case MVT::i16: Opc = X86::MOV16mr; break;
282 case MVT::i16: Opc = X86::MOV16mi; break;
758 if (SrcVT != MVT::i1 && SrcVT != MVT::i8 && SrcVT != MVT::i16)
827 case MVT::i16: return X86::CMP16rr;
845 case MVT::i16: return X86::CMP16ri;
    [all...]
X86ISelLowering.cpp 180 static MVT IntVTs[] = { MVT::i8, MVT::i16, MVT::i32, MVT::i64 };
228 addRegisterClass(MVT::i16, X86::GR16RegisterClass);
237 setTruncStoreAction(MVT::i64, MVT::i16, Expand);
239 setTruncStoreAction(MVT::i32, MVT::i16, Expand);
241 setTruncStoreAction(MVT::i16, MVT::i8, Expand);
255 setOperationAction(ISD::UINT_TO_FP , MVT::i16 , Promote);
275 // SSE has no i16 to fp conversion, only i32
277 setOperationAction(ISD::SINT_TO_FP , MVT::i16 , Promote);
281 setOperationAction(ISD::SINT_TO_FP , MVT::i16 , Custom);
285 setOperationAction(ISD::SINT_TO_FP , MVT::i16 , Promote)
    [all...]
  /frameworks/rs/script_api/
rs_math.spec 170 t: i8, i16, i32
528 t: u8, u16, u32, u64, i8, i16, i32, i64
539 t: u8, u16, u32, u64, i8, i16, i32, i64
572 t: u8, u16, u32, i8, i16, i32
1521 t: i8, i16, i32, u8, u16, u32
1533 t: i8, i16, i32, u8, u16, u32
1548 t: i8, i16, i32, u8, u16, u32
1564 t: i8, i16, i32, u8, u16, u32
1581 t: i8, i16, i32, i64, u8, u16, u32, u64
1634 t: i8, i16, i32, u8, u16, u3
    [all...]
  /external/harfbuzz_ng/src/
hb-common.h 69 int16_t i16[2]; member in union:_hb_var_int_t
  /external/icu/icu4c/source/test/iotest/
strtst.c 751 int16_t i16 = -1; local
761 if (u_sscanf(testStr, "%*4[123]%hn%*[1-9]", &i16) != 0) {
764 if (i16 != 4) {
765 log_err("test 2: scanf returned %d instead of 4\n", i16);

Completed in 4034 milliseconds

1 2 3 4 5 6 7 891011>>