/external/llvm/lib/Target/X86/ |
X86SelectionDAGInfo.cpp | 95 AVT = MVT::i16; 216 AVT = MVT::i16;
|
X86FastISel.cpp | 376 case MVT::i16: 443 case MVT::i16: Opc = X86::MOV16mr; break; 501 case MVT::i16: Opc = X86::MOV16mi; break; [all...] |
X86ISelLowering.cpp | 241 static const MVT IntVTs[] = { MVT::i8, MVT::i16, MVT::i32, MVT::i64 }; 304 addRegisterClass(MVT::i16, &X86::GR16RegClass); 313 setTruncStoreAction(MVT::i64, MVT::i16, Expand); 315 setTruncStoreAction(MVT::i32, MVT::i16, Expand); 317 setTruncStoreAction(MVT::i16, MVT::i8, Expand); 331 setOperationAction(ISD::UINT_TO_FP , MVT::i16 , Promote); 351 // SSE has no i16 to fp conversion, only i32 353 setOperationAction(ISD::SINT_TO_FP , MVT::i16 , Promote); 357 setOperationAction(ISD::SINT_TO_FP , MVT::i16 , Custom); 361 setOperationAction(ISD::SINT_TO_FP , MVT::i16 , Promote) [all...] |
/external/ltrace/sysdeps/linux-gnu/ppc/ |
fetch.c | 193 uint16_t i16; member in union:__anon31262 206 u.i16 = u.i64;
|
/external/llvm/lib/IR/ |
ValueTypes.cpp | 117 case MVT::i16: return "i16"; 188 case MVT::i16: return Type::getInt16Ty(Context);
|
/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-bitwise-encoding.s | 72 veor.i16 q4, q7, q3 131 vand.i16 d4, d7, d3 189 vorr.i16 d4, d7, d3 315 @ CHECK: vceq.i16 q5, q5, q3 @ encoding: [0x56,0xa8,0x1a,0xf3] 316 @ CHECK: vceq.i16 d5, d5, d3 @ encoding: [0x13,0x58,0x15,0xf3] 330 @ CHECK: vceq.i16 q5, q5, #0 @ encoding: [0x4a,0xa1,0xb5,0xf3] 331 @ CHECK: vceq.i16 d5, d5, #0 @ encoding: [0x05,0x51,0xb5,0xf3]
|
/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-common.h | 83 int16_t i16[2]; member in union:_hb_var_int_t
|
/external/chromium_org/third_party/icu/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/chromium_org/third_party/mesa/src/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) {
|
/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/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));
|
/external/llvm/lib/Target/R600/ |
AMDGPUISelDAGToDAG.cpp | 751 ImmOffset = CurDAG->getTargetConstant(C1->getZExtValue(), MVT::i16); 758 ImmOffset = CurDAG->getTargetConstant(C1->getZExtValue(), MVT::i16); 768 ImmOffset = CurDAG->getTargetConstant(0, MVT::i16); 775 ImmOffset = CurDAG->getTargetConstant(0, MVT::i16);
|
/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 | 77 short* i16; // signed 16-bit member in union:android::AudioRecord::Buffer::__anon38477
|
/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));
|
/external/chromium_org/third_party/sqlite/src/src/ |
sqliteInt.h | 436 typedef INT16_TYPE i16; /* 2-byte signed integer */ typedef [all...] |
/external/llvm/lib/Target/XCore/ |
XCoreISelLowering.cpp | 135 setLoadExtAction(ISD::ZEXTLOAD, MVT::i16, Expand); 463 BasePtr, LD->getPointerInfo(), MVT::i16, 470 MVT::i16, LD->isVolatile(), 526 ST->getPointerInfo(), MVT::i16, 533 MVT::i16, ST->isVolatile(), [all...] |
/frameworks/av/services/audioflinger/ |
Tracks.cpp | [all...] |
/external/llvm/lib/Target/PowerPC/ |
PPCISelDAGToDAG.cpp | [all...] |