Home
last modified time | relevance | path

Searched refs:i16 (Results 1 - 25 of 224) sorted by relevance

123456789

/third_party/ffmpeg/libavcodec/arm/
H A Dh264idct_neon.S26 vmov.i16 q15, #0
30 vadd.i16 d4, d0, d1
33 vsub.i16 d5, d0, d1
34 vadd.i16 d6, d2, d17
35 vsub.i16 d7, d16, d3
36 vadd.i16 q0, q2, q3
37 vsub.i16 q1, q2, q3
44 vadd.i16 d4, d0, d3
49 vsub.i16 d5, d0, d1
51 vadd.i16 d
[all...]
H A Dhevcdsp_deblock_neon.S37 vshl.i16 q3, #2
38 vadd.i16 q11, q3
47 vsub.i16 q2, q11
73 vadd.i16 q7, q9, q11
74 vadd.i16 q6, q14, q12
75 vsub.i16 q7, q10
76 vsub.i16 q6, q13
99 vadd.i16 q5, q7, q6
105 vadd.i16 q4, q3
110 vmovn.i16 d
[all...]
H A Dvc1dsp_neon.S65 @ vadd.i16 q0, q8, q10
88 vadd.i16 q12, q0, q2 @ temp1 = src[0] + src[2]
90 vsub.i16 q13, q0, q2 @ temp2 = src[0] - src[2]
96 vmov.i16 q8, #\add @ t1 will accumulate here
97 vmov.i16 q9, #\add @ t2 will accumulate here
99 vmul.i16 q10, q1, d0[1] @ t3 = 22 * (src[1])
100 vmul.i16 q11, q3, d0[1] @ t4 = 22 * (src[3])
102 vmla.i16 q8, q12, d0[0] @ t1 = 17 * (temp1) + 4
103 vmla.i16 q9, q13, d0[0] @ t2 = 17 * (temp2) + 4
105 vmla.i16 q1
[all...]
H A Dvp6dsp_neon.S25 vmov.i16 q13, #1
30 vadd.i16 q2, q0, q0 @ 2*(p[0]-p[-s])
31 vadd.i16 d29, d28, d28
32 vadd.i16 q0, q0, q1 @ p[0]-p[-s] + p[-2*s]-p[s]
33 vadd.i16 d28, d28, d30
34 vadd.i16 q0, q0, q2 @ 3*(p[0]-p[-s]) + p[-2*s]-p[s]
35 vadd.i16 d28, d28, d29
38 vsub.i16 q8, q3, q13 @ t-1
43 vsub.i16 q12, q1, q3 @ V-t
44 vsub.i16 d3
[all...]
H A Dh264pred_neon.S130 vadd.i16 d4, d4, d5
131 vadd.i16 d5, d6, d7
132 vpadd.i16 d4, d4, d5
133 vpadd.i16 d4, d4, d4
139 vadd.i16 d2, d4, d5
140 vshl.i16 d3, d2, #3
142 vsub.i16 d3, d3, d2
143 vadd.i16 d16, d16, d0
144 vshl.i16 d2, d16, #4
145 vsub.i16 d
[all...]
H A Dint_neon.S25 vmov.i16 q0, #0
26 vmov.i16 q1, #0
27 vmov.i16 q2, #0
28 vmov.i16 q3, #0
H A Dlossless_audiodsp_neon.S27 vmov.i16 q0, #0
28 vmov.i16 q1, #0
29 vmov.i16 q2, #0
30 vmov.i16 q3, #0
H A Dblockdsp_neon.S25 vmov.i16 q0, #0
33 vmov.i16 q0, #0
/third_party/skia/third_party/externals/libpng/contrib/tools/
H A DmakesRGB.c77 unsigned int i, i16, ibase; in main() local
152 for (i16=0; i16 <= 65535; ++i16) in main()
154 unsigned int i = 255*i16; in main()
224 for (i16=ibase; i16 < ibase+128; ++i16) in main()
226 unsigned int i = 255*i16; in main()
337 for (i16 in main()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8664/
H A DLowLevel.cpp294 TestRegReg(cmp, eax, ecx, i16, 3, 0x66, 0x3B, 0xC1); in TEST_F()
295 TestRegReg(cmp, ecx, edx, i16, 3, 0x66, 0x3B, 0xCA); in TEST_F()
296 TestRegReg(cmp, edx, ebx, i16, 3, 0x66, 0x3B, 0xD3); in TEST_F()
297 TestRegReg(cmp, ebx, esp, i16, 3, 0x66, 0x3B, 0xDC); in TEST_F()
298 TestRegReg(cmp, esp, ebp, i16, 3, 0x66, 0x3B, 0xE5); in TEST_F()
299 TestRegReg(cmp, ebp, esi, i16, 3, 0x66, 0x3B, 0xEE); in TEST_F()
300 TestRegReg(cmp, esi, edi, i16, 3, 0x66, 0x3B, 0xF7); in TEST_F()
301 TestRegReg(cmp, edi, r8, i16, 4, 0x66, 0x41, 0x3B, 0xF8); in TEST_F()
302 TestRegReg(cmp, r8, r9, i16, 4, 0x66, 0x45, 0x3B, 0xC1); in TEST_F()
303 TestRegReg(cmp, r9, r10, i16, in TEST_F()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8632/
H A DLowLevel.cpp245 TestRegReg(cmp, eax, ecx, i16, 3, 0x66, 0x3B, 0xC1); in TEST_F()
246 TestRegReg(cmp, ecx, edx, i16, 3, 0x66, 0x3B, 0xCA); in TEST_F()
247 TestRegReg(cmp, edx, ebx, i16, 3, 0x66, 0x3B, 0xD3); in TEST_F()
248 TestRegReg(cmp, ebx, esp, i16, 3, 0x66, 0x3B, 0xDC); in TEST_F()
249 TestRegReg(cmp, esp, ebp, i16, 3, 0x66, 0x3B, 0xE5); in TEST_F()
250 TestRegReg(cmp, ebp, esi, i16, 3, 0x66, 0x3B, 0xEE); in TEST_F()
251 TestRegReg(cmp, esi, edi, i16, 3, 0x66, 0x3B, 0xF7); in TEST_F()
252 TestRegReg(cmp, edi, eax, i16, 3, 0x66, 0x3B, 0xF8); in TEST_F()
273 TestRegImm(cmp, eax, 5, i16, 4, 0x66, 0x83, 0xF8, 0x05); in TEST_F()
274 TestRegImm(cmp, ecx, 5, i16, in TEST_F()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/
H A DMSP430ISelDAGToDAG.cpp253 AM.Base.Reg = CurDAG->getRegister(MSP430::SR, MVT::i16); in SelectAddr()
263 MVT::i16, AM.Disp, in SelectAddr()
266 Disp = CurDAG->getTargetConstantPool(AM.CP, MVT::i16, in SelectAddr()
269 Disp = CurDAG->getTargetExternalSymbol(AM.ES, MVT::i16, 0/*AM.SymbolFlags*/); in SelectAddr()
271 Disp = CurDAG->getTargetJumpTable(AM.JT, MVT::i16, 0/*AM.SymbolFlags*/); in SelectAddr()
276 Disp = CurDAG->getTargetConstant(AM.Disp, SDLoc(N), MVT::i16); in SelectAddr()
312 case MVT::i16: in isValidIndexedLoad()
337 case MVT::i16: in tryIndexedLoad()
345 CurDAG->getMachineNode(Opcode, SDLoc(N), VT, MVT::i16, MVT::Other, in tryIndexedLoad()
360 unsigned Opc = (VT == MVT::i16 in tryIndexedBinOp()
[all...]
H A DMSP430ISelLowering.cpp51 addRegisterClass(MVT::i16, &MSP430::GR16RegClass); in MSP430TargetLowering()
63 setIndexedLoadAction(ISD::POST_INC, MVT::i16, Legal); in MSP430TargetLowering()
70 setLoadExtAction(ISD::SEXTLOAD, VT, MVT::i16, Expand); in MSP430TargetLowering()
74 setTruncStoreAction(MVT::i16, MVT::i8, Expand); in MSP430TargetLowering()
79 setOperationAction(ISD::SRA, MVT::i16, Custom); in MSP430TargetLowering()
80 setOperationAction(ISD::SHL, MVT::i16, Custom); in MSP430TargetLowering()
81 setOperationAction(ISD::SRL, MVT::i16, Custom); in MSP430TargetLowering()
84 setOperationAction(ISD::ROTL, MVT::i16, Expand); in MSP430TargetLowering()
85 setOperationAction(ISD::ROTR, MVT::i16, Expand); in MSP430TargetLowering()
86 setOperationAction(ISD::GlobalAddress, MVT::i16, Custo in MSP430TargetLowering()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp39 addRegisterClass(MVT::i16, &AVR::DREGSRegClass); in AVRTargetLowering()
50 setOperationAction(ISD::GlobalAddress, MVT::i16, Custom); in AVRTargetLowering()
51 setOperationAction(ISD::BlockAddress, MVT::i16, Custom); in AVRTargetLowering()
56 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i16, Expand); in AVRTargetLowering()
65 setTruncStoreAction(MVT::i16, MVT::i8, Expand); in AVRTargetLowering()
84 setOperationAction(ISD::SRA, MVT::i16, Custom); in AVRTargetLowering()
85 setOperationAction(ISD::SHL, MVT::i16, Custom); in AVRTargetLowering()
86 setOperationAction(ISD::SRL, MVT::i16, Custom); in AVRTargetLowering()
87 setOperationAction(ISD::SHL_PARTS, MVT::i16, Expand); in AVRTargetLowering()
88 setOperationAction(ISD::SRA_PARTS, MVT::i16, Expan in AVRTargetLowering()
[all...]
H A DAVRISelDAGToDAG.cpp100 Disp = CurDAG->getTargetConstant(RHSC, dl, MVT::i16); in SelectAddr()
110 if (isUInt<6>(RHSC) && (VT == MVT::i8 || VT == MVT::i16)) { in SelectAddr()
147 case MVT::i16: { in selectIndexedLoad()
188 case MVT::i16: { in selectIndexedProgMemLoad()
319 CurDAG->getTargetConstant(0, SDLoc(N), MVT::i16)); in select()
345 SDValue Offset = CurDAG->getTargetConstant(CST, DL, MVT::i16); in select()
347 unsigned Opc = (VT == MVT::i16) ? AVR::STDWSPQRr : AVR::STDSPQRr; in select()
378 Ptr = CurDAG->getCopyFromReg(Chain, DL, AVR::R31R30, MVT::i16, in select()
381 SDValue RegZ = CurDAG->getRegister(AVR::R31R30, MVT::i16); in select()
386 ResNode = CurDAG->getMachineNode(LPMOpc, DL, VT, MVT::i16, MV in select()
[all...]
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dfit-macro-constant-types-signed.rs14 pub const MAX_I16: i16 = 32767;
17 pub const MAX_I16_Minus1: i16 = 32766;
20 pub const MIN_I16: i16 = -32768;
22 pub const MIN_I16_Plus1: i16 = -32767;
H A Denum-typedef.rs9 pub type Enum = i16;
10 pub type TypedefFirst = i16;
/third_party/node/deps/v8/third_party/zlib/contrib/optimizations/
H A Dchunkcopy.h190 int16_t i16; in v_load16_dup() local
191 Z_BUILTIN_MEMCPY(&i16, src, sizeof(i16)); in v_load16_dup()
192 return vreinterpretq_u8_s16(vdupq_n_s16(i16)); in v_load16_dup()
237 int16_t i16; in v_load16_dup() local
238 Z_BUILTIN_MEMCPY(&i16, src, sizeof(i16)); in v_load16_dup()
239 return _mm_set1_epi16(i16); in v_load16_dup()
/third_party/node/deps/zlib/contrib/optimizations/
H A Dchunkcopy.h201 int16_t i16; in v_load16_dup() local
202 Z_BUILTIN_MEMCPY(&i16, src, sizeof(i16)); in v_load16_dup()
203 return vreinterpretq_u8_s16(vdupq_n_s16(i16)); in v_load16_dup()
248 int16_t i16; in v_load16_dup() local
249 Z_BUILTIN_MEMCPY(&i16, src, sizeof(i16)); in v_load16_dup()
250 return _mm_set1_epi16(i16); in v_load16_dup()
/third_party/skia/third_party/externals/zlib/contrib/optimizations/
H A Dchunkcopy.h190 int16_t i16; in v_load16_dup() local
191 Z_BUILTIN_MEMCPY(&i16, src, sizeof(i16)); in v_load16_dup()
192 return vreinterpretq_u8_s16(vdupq_n_s16(i16)); in v_load16_dup()
237 int16_t i16; in v_load16_dup() local
238 Z_BUILTIN_MEMCPY(&i16, src, sizeof(i16)); in v_load16_dup()
239 return _mm_set1_epi16(i16); in v_load16_dup()
/third_party/mesa3d/src/compiler/glsl/
H A Dopt_minmax.cpp122 if (a->value.i16[c0] < b->value.i16[c1]) in compare_components()
124 else if (a->value.i16[c0] > b->value.i16[c1]) in compare_components()
208 if ((ismin && b->value.i16[i] < c->value.i16[i]) || in combine_constant()
209 (!ismin && b->value.i16[i] > c->value.i16[i])) in combine_constant()
210 c->value.i16[i] = b->value.i16[ in combine_constant()
[all...]
/third_party/ffmpeg/libswscale/arm/
H A Drgb2yuv_neon_16.S63 vrshrn.i16 y8x16_l, y16x16_l, #8
64 vrshrn.i16 y8x16_h, y16x16_h, #8
78 vrshrn.i16 \c\()8x8, c16x8, #8
/third_party/icu/icu4c/source/common/
H A Dresource.h51 ResourceArray(const uint16_t *i16, const uint32_t *i32, int32_t len, in ResourceArray() argument
53 items16(i16), items32(i32), length(len), in ResourceArray()
87 const uint16_t *i16, const uint32_t *i32, int32_t len, in ResourceTable()
89 keys16(k16), keys32(k32), items16(i16), items32(i32), length(len), in ResourceTable()
86 ResourceTable(const uint16_t *k16, const int32_t *k32, const uint16_t *i16, const uint32_t *i32, int32_t len, const ResourceTracer& traceInfo) ResourceTable() argument
/third_party/node/deps/icu-small/source/common/
H A Dresource.h51 ResourceArray(const uint16_t *i16, const uint32_t *i32, int32_t len, in ResourceArray() argument
53 items16(i16), items32(i32), length(len), in ResourceArray()
87 const uint16_t *i16, const uint32_t *i32, int32_t len, in ResourceTable()
89 keys16(k16), keys32(k32), items16(i16), items32(i32), length(len), in ResourceTable()
86 ResourceTable(const uint16_t *k16, const int32_t *k32, const uint16_t *i16, const uint32_t *i32, int32_t len, const ResourceTracer& traceInfo) ResourceTable() argument
/third_party/skia/third_party/externals/icu/source/common/
H A Dresource.h51 ResourceArray(const uint16_t *i16, const uint32_t *i32, int32_t len, in ResourceArray() argument
53 items16(i16), items32(i32), length(len), in ResourceArray()
87 const uint16_t *i16, const uint32_t *i32, int32_t len, in ResourceTable()
89 keys16(k16), keys32(k32), items16(i16), items32(i32), length(len), in ResourceTable()
86 ResourceTable(const uint16_t *k16, const int32_t *k32, const uint16_t *i16, const uint32_t *i32, int32_t len, const ResourceTracer& traceInfo) ResourceTable() argument

Completed in 18 milliseconds

123456789