HomeSort by relevance Sort by last modified time
    Searched refs:BSWAP (Results 1 - 25 of 32) 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/0.153/libasm/
asm_addint8.c 46 #define BSWAP(size) _BSWAP(size)
104 var = BSWAP(SIZE) (var);
  /external/chromium_org/third_party/openssl/openssl/crypto/evp/
e_aes_cbc_hmac_sha1.c 94 # define BSWAP(x) ({ unsigned int r=(x); asm ("bswapl %0":"=r"(r):"0"(r)); r; })
306 #ifdef BSWAP
307 bitlen = BSWAP(bitlen);
368 #ifdef BSWAP
369 pmac->u[0] = BSWAP(pmac->u[0]);
370 pmac->u[1] = BSWAP(pmac->u[1]);
371 pmac->u[2] = BSWAP(pmac->u[2]);
372 pmac->u[3] = BSWAP(pmac->u[3]);
373 pmac->u[4] = BSWAP(pmac->u[4]);
  /external/openssl/crypto/evp/
e_aes_cbc_hmac_sha1.c 94 # define BSWAP(x) ({ unsigned int r=(x); asm ("bswapl %0":"=r"(r):"0"(r)); r; })
306 #ifdef BSWAP
307 bitlen = BSWAP(bitlen);
369 #ifdef BSWAP
370 pmac->u[0] = BSWAP(pmac->u[0]);
371 pmac->u[1] = BSWAP(pmac->u[1]);
372 pmac->u[2] = BSWAP(pmac->u[2]);
373 pmac->u[3] = BSWAP(pmac->u[3]);
374 pmac->u[4] = BSWAP(pmac->u[4]);
  /external/qemu/include/exec/
softmmu_template.h 73 # define BSWAP(X) bswap64(X)
75 # define BSWAP(X) bswap32(X)
77 # define BSWAP(X) bswap16(X)
79 # define BSWAP(X) (X)
84 # define TGT_LE(X) BSWAP(X)
86 # define TGT_BE(X) BSWAP(X)
527 #undef BSWAP
  /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/llvm/include/llvm/CodeGen/
ISDOpcodes.h 314 BSWAP, CTTZ, CTLZ, CTPOP,
    [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 146 setOperationAction(ISD::BSWAP, MVT::i32, Expand);
147 setOperationAction(ISD::BSWAP, MVT::i64, Expand);
MipsISelLowering.cpp 373 setOperationAction(ISD::BSWAP, MVT::i32, Expand);
375 setOperationAction(ISD::BSWAP, MVT::i64, Expand);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 284 case ISD::BSWAP: return "bswap";
LegalizeVectorOps.cpp 98 /// \brief Expand bswap of vectors into a shuffle if legal.
258 case ISD::BSWAP:
646 case ISD::BSWAP:
822 // Generate a byte wise shuffle mask for the BSWAP.
    [all...]
LegalizeIntegerTypes.cpp 56 case ISD::BSWAP: Res = PromoteIntRes_BSWAP(N); break;
299 return DAG.getNode(ISD::SRL, dl, NVT, DAG.getNode(ISD::BSWAP, dl, NVT, Op),
    [all...]
LegalizeVectorTypes.cpp 70 case ISD::BSWAP:
584 case ISD::BSWAP:
    [all...]
LegalizeDAG.cpp     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILISelLowering.cpp 153 setOperationAction(ISD::BSWAP, VT, Expand);
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILISelLowering.cpp 153 setOperationAction(ISD::BSWAP, VT, Expand);
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /hardware/intel/img/psb_video/src/
psb_cmdbuf.c     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp 183 setOperationAction(ISD::BSWAP, MVT::i16, Expand);
184 setOperationAction(ISD::BSWAP, MVT::i32, Expand);
185 setOperationAction(ISD::BSWAP, MVT::i64, Expand);
    [all...]
  /external/llvm/lib/Target/R600/
AMDGPUISelLowering.cpp 258 setOperationAction(ISD::BSWAP, VT, Expand);
320 setOperationAction(ISD::BSWAP, VT, Expand);
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]

Completed in 310 milliseconds

1 2