HomeSort by relevance Sort by last modified time
    Searched full:xtype (Results 1 - 18 of 18) sorted by null

  /external/llvm/lib/Target/Hexagon/
HexagonIntrinsicsV4.td 264 * XTYPE/ALU *
267 // XTYPE / ALU / Add And Accumulate.
273 // XTYPE / ALU / Logical Doublewords.
279 // XTYPE / ALU / Logical-logical Doublewords.
283 // XTYPE / ALU / Logical-logical Words.
313 // XTYPE / ALU / Modulo wrap.
317 // XTYPE / ALU / Round.
331 // XTYPE / ALU / Vector reduce add unsigned halfwords.
332 // XTYPE / ALU / Vector add bytes.
333 // XTYPE / ALU / Vector conditional negate
    [all...]
HexagonScheduleV4.td 21 // | SLOT2 | XTYPE ALU32 J JR |
23 // | SLOT3 | XTYPE ALU32 J CR |
39 // ALU64/M/S Instruction classes of V2 are collectively knownn as XTYPE in V4.
HexagonInstrFormats.td 239 // XTYPE Instruction Class in V4.
241 // Name of the Instruction Class changed from ALU64 to XTYPE from V2/V3 to V4.
252 // XTYPE Instruction Class in V4.
254 // Name of the Instruction Class changed from M to XTYPE from V2/V3 to V4.
260 // XTYPE Instruction Class in V4.
262 // Name of the Instruction Class changed from M to XTYPE from V2/V3 to V4.
268 // XTYPE Instruction Class in V4.
270 // Name of the Instruction Class changed from S to XTYPE from V2/V3 to V4.
276 // XTYPE Instruction Class in V4.
278 // Name of the Instruction Class changed from S to XTYPE from V2/V3 to V4
    [all...]
HexagonInstrInfoV4.td 36 // LD ST ALU32 XTYPE J JR MEMOP NV CR SYSTEM(system is not implemented in the
54 // XTYPE Instructions (32/64 bit):
    [all...]
HexagonInstrInfo.td     [all...]
  /bionic/libc/upstream-netbsd/libc/gen/
popen.c 85 const char * volatile xtype = type; local
91 _DIAGASSERT(xtype != NULL);
93 flags = strchr(xtype, 'e') ? O_CLOEXEC : 0;
94 if (strchr(xtype, '+')) {
97 xtype = "r+";
102 xtype = strrchr(xtype, 'r') ? "r" : "w";
138 if (*xtype == 'r') {
161 if (*xtype == 'r') {
162 iop = fdopen(pdes[0], xtype);
    [all...]
  /external/clang/test/Sema/
invalid-decl.c 9 typedef xtype (*x)(void* handle); // expected-error {{function cannot return function type}} expected-warning {{type specifier missing, defaults to 'int'}} expected-warning {{type specifier missing, defaults to 'int'}}
  /external/clang/test/SemaTemplate/
instantiate-c99.cpp 8 template<typename T, typename XType, typename YType>
10 void f(XType x, YType y) {
  /hardware/ti/omap3/dspbridge/inc/
cmm.h 246 * xType Conversion type. CMM_KERNVA2DSP or CMM_DSP2KERNVA.
252 * xType CMM_KERNVA2DSP | CMM_DSP2KERNVA.
257 struct CMM_ATTRS * pAttrs, CMM_KERNMAPTYPE xType);
434 * xType Type of address xlation. CMM_PA2VA or CMM_VA2PA.
440 * xType >= CMM_VA2PA) && (xType <= CMM_DSPPA2PA)
445 PVOID pAddr, CMM_XLATETYPE xType);
  /hardware/ti/omap3/dspbridge/libbridge/inc/
cmm.h 246 * xType Conversion type. CMM_KERNVA2DSP or CMM_DSP2KERNVA.
252 * xType CMM_KERNVA2DSP | CMM_DSP2KERNVA.
257 struct CMM_ATTRS * pAttrs, CMM_KERNMAPTYPE xType);
434 * xType Type of address xlation. CMM_PA2VA or CMM_VA2PA.
440 * xType >= CMM_VA2PA) && (xType <= CMM_DSPPA2PA)
445 PVOID pAddr, CMM_XLATETYPE xType);
  /external/ceres-solver/internal/ceres/
suitesparse.cc 52 triplet.xtype = CHOLMOD_REAL;
74 triplet.xtype = CHOLMOD_REAL;
93 m->xtype = CHOLMOD_REAL;
178 block_matrix.xtype = CHOLMOD_PATTERN;
  /external/eigen/Eigen/src/CholmodSupport/
CholmodSupport.h 22 mat.xtype = CHOLMOD_REAL;
27 mat.xtype = CHOLMOD_REAL;
32 mat.xtype = CHOLMOD_COMPLEX;
37 mat.xtype = CHOLMOD_COMPLEX;
85 // setup res.xtype
  /dalvik/vm/compiler/codegen/x86/
AnalysisO1.h 140 XferType xtype; member in struct:XferPoint
AnalysisO1.cpp     [all...]
  /ndk/sources/host-tools/sed-4.2.1/
autoboot 588 -type l -xtype l -delete > /dev/null 2>&1
  /external/libxml2/
xmlschemastypes.c     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp     [all...]
  /external/elfutils/src/
readelf.c     [all...]

Completed in 711 milliseconds