HomeSort by relevance Sort by last modified time
    Searched refs:BSWAP (Results 1 - 25 of 34) sorted by null

1 2

  /hardware/intel/img/psb_video/src/hwdefs/
dma_api.h 233 @Input BSWAP : big/little endian byte swap (see DMA_eBSwap).
242 #define DMA_LL_SET_WD0(pList, BSWAP, DIR, PW) \
244 MEMIO_WRITE_FIELD(pList, DMAC_LL_BSWAP, BSWAP); \
435 @Input BSWAP : Big/little endian byte swap (see DMA_eBSwap).
448 #define DMA_VALUE_COUNT(BSWAP,PW,DIR,PERIPH_INCR,COUNT) \
450 (((BSWAP) & DMAC_DMAC_COUNT_BSWAP_LSBMASK) << DMAC_DMAC_COUNT_BSWAP_SHIFT) | \
  /external/elfutils/libasm/
asm_addint8.c 49 #define BSWAP(size) _BSWAP(size)
105 var = BSWAP(SIZE) (var);
  /external/opencv3/modules/imgcodecs/src/
bitstrm.hpp 173 inline unsigned BSWAP(unsigned v)
  /external/opencv/otherlibs/highgui/
bitstrm.h 259 #define BSWAP(v) (((v)<<24)|(((v)&0xff00)<<8)| \
bitstrm.cpp 67 temp = BSWAP( temp );
grfmt_tiff.cpp 289 val = BSWAP( val );
  /external/boringssl/src/crypto/sha/asm/
sha1-586.pl 364 &bswap($A);
365 &bswap($B);
366 &bswap($C);
367 &bswap($D);
418 my ($ABCD,$E,$E_,$BSWAP)=map("xmm$_",(0..3));
450 &movdqa ($BSWAP,&QWP(0x50,$tmp1)); # byte-n-word swap
457 &pshufb (@MSG[0],$BSWAP);
459 &pshufb (@MSG[1],$BSWAP);
460 &pshufb (@MSG[2],$BSWAP);
461 &pshufb (@MSG[3],$BSWAP);
    [all...]
sha1-x86_64.pl 138 bswap $xi[0]
145 bswap $xi[1]
329 my ($ABCD,$E,$E_,$BSWAP,$ABCD_SAVE,$E_SAVE)=map("%xmm$_",(0..3,8,9));
349 movdqa K_XX_XX+0xa0(%rip),$BSWAP # byte-n-word swap
356 pshufb $BSWAP,@MSG[0]
358 pshufb $BSWAP,@MSG[1]
359 pshufb $BSWAP,@MSG[2]
361 pshufb $BSWAP,@MSG[3]
396 pshufb $BSWAP,@MSG[0]
402 pshufb $BSWAP,@MSG[1
    [all...]
sha512-x86_64.pl 324 $code.=" bswap $T1\n";
527 my ($Wi,$ABEF,$CDGH,$TMP,$BSWAP,$ABEF_SAVE,$CDGH_SAVE)=map("%xmm$_",(0..2,7..10));
554 movdqa $TMP,$BSWAP # offload
642 movdqa $BSWAP,$TMP
    [all...]
  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 339 BSWAP, CTTZ, CTLZ, CTPOP, BITREVERSE,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
rtl.def 614 DEF_RTL_EXPR(BSWAP, "bswap", "e", RTX_UNARY)
    [all...]
genrtl.h 1083 gen_rtx_fmt_e (BSWAP, (MODE), (ARG0))
    [all...]
  /external/llvm/lib/Target/Mips/
Mips16ISelLowering.cpp 149 setOperationAction(ISD::BSWAP, MVT::i32, Expand);
150 setOperationAction(ISD::BSWAP, MVT::i64, Expand);
MipsISelLowering.cpp 413 setOperationAction(ISD::BSWAP, MVT::i32, Expand);
415 setOperationAction(ISD::BSWAP, MVT::i64, Expand);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 98 /// \brief Expand bswap of vectors into a shuffle if legal.
283 case ISD::BSWAP:
708 case ISD::BSWAP:
    [all...]
SelectionDAGDumper.cpp 316 case ISD::BSWAP: return "bswap";
LegalizeIntegerTypes.cpp 57 case ISD::BSWAP: Res = PromoteIntRes_BSWAP(N); break;
315 ISD::SRL, dl, NVT, DAG.getNode(ISD::BSWAP, dl, NVT, Op),
    [all...]
LegalizeVectorTypes.cpp 71 case ISD::BSWAP:
625 case ISD::BSWAP:
    [all...]
DAGCombiner.cpp     [all...]
LegalizeDAG.cpp     [all...]
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.cpp 151 {ISD::BSWAP, ISD::ROTL, ISD::ROTR, ISD::SMUL_LOHI, ISD::UMUL_LOHI,
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILISelLowering.cpp 153 setOperationAction(ISD::BSWAP, VT, Expand);
  /hardware/intel/img/psb_video/src/
psb_cmdbuf.c     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp 193 setOperationAction(ISD::BSWAP, MVT::i16, Expand);
194 setOperationAction(ISD::BSWAP, MVT::i32, Expand);
195 setOperationAction(ISD::BSWAP, MVT::i64, Expand);
    [all...]
  /external/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.cpp 253 setOperationAction(ISD::BSWAP, VT, Expand);
327 setOperationAction(ISD::BSWAP, VT, Expand);
    [all...]

Completed in 3333 milliseconds

1 2