HomeSort by relevance Sort by last modified time
    Searched refs:i16 (Results 126 - 150 of 237) sorted by null

1 2 3 4 56 7 8 910

  /external/llvm/lib/IR/
ValueTypes.cpp 126 case MVT::i16: return "i16";
207 case MVT::i16: return Type::getInt16Ty(Context);
  /external/llvm/lib/Target/X86/
X86SelectionDAGInfo.cpp 116 AVT = MVT::i16;
234 AVT = MVT::i16;
X86AsmPrinter.cpp 222 ((strcmp(Modifier+6,"16") == 0) ? MVT::i16 : MVT::i8));
370 Reg = getX86SubSuperRegister(Reg, 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]
neon-shuffle-encoding.s 86 vtrn.i16 d3, d9
100 vtrn.i16 q14, q6
neon-vst-encoding.s 69 vst3.i16 {d11, d12, d13}, [r7], r2
120 vst4.i16 {d16, d18, d20, d22}, [r6], r3
155 vst2.i16 {d7[1], d9[1]}, [r1]!
185 vst3.i16 {d11[1], d12[1], d13[1]}, [r7], r2
228 vst4.i16 {d16[1], d18[1], d20[1], d22[1]}, [r6], r3
neon-vld-encoding.s 165 vld3.i16 {d11, d12, d13}, [r7], r2
217 vld4.i16 {d16, d18, d20, d22}, [r6], r3
311 vld3.i16 {d11[2], d12[2], d13[2]}, [r7], r2
357 vld3.i16 {d16[], d18[], d20[]}, [r6], r3
395 vld4.i16 {d16[1], d18[1], d20[1], d22[1]}, [r6], r3
433 vld4.i16 {d16[], d18[], d20[], d22[]}, [r6], r3
  /frameworks/rs/api/
rs_math.spec 156 t: i8, i16, i32
514 t: u8, u16, u32, u64, i8, i16, i32, i64
525 t: u8, u16, u32, u64, i8, i16, i32, i64
558 t: u8, u16, u32, i8, i16, i32
1507 t: i8, i16, i32, u8, u16, u32
1519 t: i8, i16, i32, u8, u16, u32
1534 t: i8, i16, i32, u8, u16, u32
1550 t: i8, i16, i32, u8, u16, u32
1567 t: i8, i16, i32, i64, u8, u16, u32, u64
1620 t: i8, i16, i32, u8, u16, u3
    [all...]
  /external/harfbuzz_ng/src/
hb-common.h 83 int16_t i16[2]; member in union:_hb_var_int_t
  /external/icu/icu4c/source/test/iotest/
strtst.c 748 int16_t i16 = -1; local
758 if (u_sscanf(testStr, "%*4[123]%hn%*[1-9]", &i16) != 0) {
761 if (i16 != 4) {
762 log_err("test 2: scanf returned %d instead of 4\n", i16);
  /external/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/is.heap/
is_heap_until.pass.cpp 49 int i16[] = {0, 1, 0, 1}; local
64 assert(std::is_heap_until(i16, i16+4) == i16+1);
is_heap.pass.cpp 49 int i16[] = {0, 1, 0, 1}; local
64 assert(std::is_heap(i16, i16+4) == (std::is_heap_until(i16, i16+4) == i16+4));
is_heap_until_comp.pass.cpp 50 int i16[] = {0, 1, 0, 1}; local
65 assert(std::is_heap_until(i16, i16+4, std::greater<int>()) == i16+4);
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILISelLowering.cpp 52 (int)MVT::i16,
72 (int)MVT::i16,
325 } else if (OVT.getScalarType() == MVT::i16
343 } else if (OVT.getScalarType() == MVT::i16) {
  /frameworks/av/include/media/
AudioRecord.h 82 short* i16; // signed 16-bit member in union:android::AudioRecord::Buffer::__anon27286
AudioTrack.h 104 short* i16; // signed 16-bit member in union:android::AudioTrack::Buffer::__anon27287
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.heap.operations/is.heap/
is_heap_until.pass.cpp 49 int i16[] = {0, 1, 0, 1}; local
64 assert(std::is_heap_until(i16, i16+4) == i16+1);
is_heap.pass.cpp 49 int i16[] = {0, 1, 0, 1}; local
64 assert(std::is_heap(i16, i16+4) == (std::is_heap_until(i16, i16+4) == i16+4));
is_heap_until_comp.pass.cpp 50 int i16[] = {0, 1, 0, 1}; local
65 assert(std::is_heap_until(i16, i16+4, std::greater<int>()) == i16+4);
  /external/llvm/lib/Target/AMDGPU/
AMDGPUISelDAGToDAG.cpp 844 Offset = CurDAG->getTargetConstant(0, SDLoc(Addr), MVT::i16);
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 134 setLoadExtAction(ISD::ZEXTLOAD, VT, MVT::i16, Expand);
466 BasePtr, LD->getPointerInfo(), MVT::i16,
474 MVT::i16, LD->isVolatile(),
533 ST->getPointerInfo(), MVT::i16,
540 MVT::i16, ST->isVolatile(),
    [all...]
  /device/asus/fugu/libaudio/
AudioStreamIn.cpp 504 buffer->i16 = mBuffer + (mPcmConfig.period_size - mFramesIn);
  /frameworks/av/media/libstagefright/
AudioSource.cpp 373 audioBuffer.i16, audioBuffer.size);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
cstdint.hpp 399 # define INT16_C(value) value##i16
  /external/opencv3/3rdparty/libwebp/enc/
frame.c 473 const int i16 = (it->mb_->type_ == 1); local
480 if (i16) {
515 it->bit_count_[segment][i16] += it->luma_bits_;

Completed in 3640 milliseconds

1 2 3 4 56 7 8 910