HomeSort by relevance Sort by last modified time
    Searched refs:i8 (Results 101 - 125 of 209) sorted by null

1 2 3 45 6 7 8 9

  /external/tcpdump/
print-802_11.c 1886 int8_t i8; member in union:__anon35217
    [all...]
  /external/llvm/lib/IR/
ValueTypes.cpp 116 case MVT::i8: return "i8";
187 case MVT::i8: return Type::getInt8Ty(Context);
  /external/llvm/lib/Target/MSP430/
MSP430ISelDAGToDAG.cpp 312 case MVT::i8:
340 case MVT::i8:
  /external/llvm/test/MC/ARM/
neon-bitwise-encoding.s 71 veor.i8 q4, q7, q3
130 vand.i8 d4, d7, d3
188 vorr.i8 d4, d7, d3
254 veor.i8 q6, q5
neon-shift-encoding.s 8 vshl.i8 d16, d16, #7
16 vshl.i8 q8, q8, #7
25 @ CHECK: vshl.i8 d16, d16, #7 @ encoding: [0x30,0x05,0xcf,0xf2]
33 @ CHECK: vshl.i8 q8, q8, #7 @ encoding: [0x70,0x05,0xcf,0xf2]
259 vshll.i8 q8, d16, #8
269 @ CHECK: vshll.i8 q8, d16, #8 @ encoding: [0x20,0x03,0xf2,0xf3]
422 @ CHECK: vshl.i8 q4, q4, #2 @ encoding: [0x58,0x85,0x8a,0xf2]
427 @ CHECK: vshl.i8 d4, d4, #6 @ encoding: [0x14,0x45,0x8e,0xf2]
neon-shuffle-encoding.s 82 vtrn.i8 d3, d9
96 vtrn.i8 q14, q6
neont2-add-encoding.s 5 @ CHECK: vadd.i8 d16, d17, d16 @ encoding: [0x41,0xef,0xa0,0x08]
6 vadd.i8 d16, d17, d16
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-common.h 85 int8_t i8[4]; member in union:_hb_var_int_t
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILISelLowering.cpp 51 (int)MVT::i8,
71 (int)MVT::i8,
326 || OVT.getScalarType() == MVT::i8) {
345 } else if (OVT.getScalarType() == MVT::i8) {
  /external/harfbuzz_ng/src/
hb-common.h 85 int8_t i8[4]; member in union:_hb_var_int_t
  /external/libcxx/test/algorithms/alg.sorting/alg.heap.operations/is.heap/
is_heap_until.pass.cpp 34 int i8[] = {1, 0, 0}; local
41 assert(std::is_heap_until(i8, i8+3) == i8+3);
is_heap.pass.cpp 34 int i8[] = {1, 0, 0}; local
41 assert(std::is_heap(i8, i8+3) == (std::is_heap_until(i8, i8+3) == i8+3));
is_heap_until_comp.pass.cpp 35 int i8[] = {1, 0, 0}; local
42 assert(std::is_heap_until(i8, i8+3, std::greater<int>()) == i8+1);
  /external/llvm/include/llvm/CodeGen/
ValueTypes.h 263 return EVT(MVT::i8);
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp 138 setOperationAction(ISD::SELECT_CC, MVT::i8, Expand);
145 setOperationAction(ISD::BR_CC, MVT::i8, Expand);
154 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i8 , Legal);
181 setOperationAction(ISD::ROTL, MVT::i8, Expand);
182 setOperationAction(ISD::ROTR, MVT::i8, Expand);
213 setTruncStoreAction(MVT::i8, MVT::i1, Expand);
236 // Custom handling for i8 intrinsics
237 setOperationAction(ISD::INTRINSIC_W_CHAIN, MVT::i8, Custom);
570 // i8 types in IR will be i16 types in SDAG
572 (getValueType(Ty) == MVT::i8 && Outs[OIdx].VT == MVT::i16)) &
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILISelLowering.cpp 51 (int)MVT::i8,
71 (int)MVT::i8,
326 || OVT.getScalarType() == MVT::i8) {
345 } else if (OVT.getScalarType() == MVT::i8) {
  /frameworks/av/include/media/
AudioRecord.h 78 int8_t* i8; // unsigned 8-bit, offset by 0x80 member in union:android::AudioRecord::Buffer::__anon37589
AudioTrack.h 89 int8_t* i8; // unsigned 8-bit, offset by 0x80 member in union:android::AudioTrack::Buffer::__anon37590
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.heap.operations/is.heap/
is_heap_until.pass.cpp 34 int i8[] = {1, 0, 0}; local
41 assert(std::is_heap_until(i8, i8+3) == i8+3);
is_heap.pass.cpp 34 int i8[] = {1, 0, 0}; local
41 assert(std::is_heap(i8, i8+3) == (std::is_heap_until(i8, i8+3) == i8+3));
is_heap_until_comp.pass.cpp 35 int i8[] = {1, 0, 0}; local
42 assert(std::is_heap_until(i8, i8+3, std::greater<int>()) == i8+1);
  /external/qemu/disas/
arm.c 3458 unsigned int i8 = (given & 0x000000ff); local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/arm/neon/
vp8_subpixelvariance16x16_neon.asm 369 vmov.i8 q8, #0 ;q8 - sum
370 vmov.i8 q9, #0 ;q9, q10 - sse
371 vmov.i8 q10, #0
  /external/libvpx/libvpx/vp8/common/arm/neon/
vp8_subpixelvariance16x16_neon.asm 368 vmov.i8 q8, #0 ;q8 - sum
369 vmov.i8 q9, #0 ;q9, q10 - sse
370 vmov.i8 q10, #0
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/neon/
vp8_subpixelvariance16x16_neon.asm 368 vmov.i8 q8, #0 ;q8 - sum
369 vmov.i8 q9, #0 ;q9, q10 - sse
370 vmov.i8 q10, #0

Completed in 1881 milliseconds

1 2 3 45 6 7 8 9