HomeSort by relevance Sort by last modified time
    Searched full:bswap (Results 151 - 175 of 264) sorted by null

1 2 3 4 5 67 8 91011

  /external/llvm/lib/Transforms/InstCombine/
InstCombineSimplifyDemanded.cpp     [all...]
  /external/flac/libFLAC/
bitreader.c 168 bswap eax
267 if(br->cpu_info.type == FLAC__CPUINFO_TYPE_IA32 && br->cpu_info.data.ia32.bswap) {
    [all...]
md5.c 141 //@@@@@@ OPT: use bswap/intrinsics
  /external/qemu/
i386-dis.c     [all...]
android-configure.sh 516 feature_check_header HAVE_MACHINE_BSWAP_H "<machine/bswap.h>"
  /external/chromium_org/third_party/WebKit/Source/wtf/
PartitionAlloc.h 290 // We use bswap on little endian as a fast mask for two reasons:
  /external/chromium_org/third_party/openssl/openssl/crypto/sha/asm/
sha512-x86_64.pl 217 $code.=" bswap $T1\n";
sha1-x86_64.pl 114 bswap $xi[0]
122 bswap $xi[1]
  /external/llvm/include/llvm/IR/
Intrinsics.td 186 // example, llvm.bswap.i16 -> int_bswap_i16.
  /external/llvm/lib/Target/R600/
AMDILISelLowering.cpp 140 setOperationAction(ISD::BSWAP, VT, Expand);
  /external/opencv/otherlibs/highgui/
bitstrm.cpp 67 temp = BSWAP( temp );
  /external/openssl/crypto/sha/asm/
sha512-x86_64.pl 217 $code.=" bswap $T1\n";
sha1-x86_64.pl 114 bswap $xi[0]
122 bswap $xi[1]
  /external/valgrind/main/docs/internals/
3_2_BUGSTATUS.txt 450 vx1638 vx1648 Vfd 132146 Programs with long sequences of bswap[l,q]s
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp 54 case ISD::BSWAP: Res = PromoteIntRes_BSWAP(N); break;
270 return DAG.getNode(ISD::SRL, dl, NVT, DAG.getNode(ISD::BSWAP, dl, NVT, Op),
    [all...]
  /external/llvm/include/llvm/Target/
TargetSelectionDAG.td 351 def bswap : SDNode<"ISD::BSWAP" , SDTIntUnaryOp>;
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsInstrInfo.td     [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
rtl.def 609 DEF_RTL_EXPR(BSWAP, "bswap", "e", RTX_UNARY)
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
rtl.def 609 DEF_RTL_EXPR(BSWAP, "bswap", "e", RTX_UNARY)
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
rtl.def 609 DEF_RTL_EXPR(BSWAP, "bswap", "e", RTX_UNARY)
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
rtl.def 609 DEF_RTL_EXPR(BSWAP, "bswap", "e", RTX_UNARY)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILISelLowering.cpp 153 setOperationAction(ISD::BSWAP, VT, Expand);
  /external/grub/netboot/
sk_g16.c 257 * This register must be set to 0x0002, which means BSWAP = 0,
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILISelLowering.cpp 153 setOperationAction(ISD::BSWAP, VT, Expand);

Completed in 988 milliseconds

1 2 3 4 5 67 8 91011