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

1 2 3 4 56 7 8 91011

  /external/chromium_org/tools/traceline/traceline/sidestep/
ia32_opcode_map.cc     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 271 case ISD::BSWAP: return "bswap";
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Target/Mips/
Mips64InstrInfo.td 330 // bswap MipsPattern
331 def : MipsPat<(bswap GPR64:$rt), (DSHD (DSBH GPR64:$rt))>;
  /external/mesa3d/src/mesa/x86/
read_rgba_span_x86.S 59 bswap %eax /* ARGB -> BGRA */ ; \
66 bswap %eax /* ARGB -> BGRA */ ; \
  /external/qemu/
cpu-all.h 438 "bswap %0\n"
473 asm volatile ("bswap %0\n"
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 281 case Intrinsic::bswap: {
285 // bswap(bswap(x)) -> x
289 // bswap(trunc(bswap(x))) -> trunc(lshr(x, c))
    [all...]
  /external/llvm/lib/Target/PowerPC/
README.txt 677 We currently compile 32-bit bswap:
679 declare i32 @llvm.bswap.i32(i32 %A)
681 %B = call i32 @llvm.bswap.i32(i32 %A)
  /external/chromium_org/third_party/libwebp/utils/
bit_reader.h 182 __asm__ volatile("bswap %k0" : "=r"(in_bits) : "0"(in_bits));
  /external/chromium_org/third_party/openssl/openssl/crypto/sha/asm/
sha1-586.pl 343 &bswap($A);
344 &bswap($B);
345 &bswap($C);
346 &bswap($D);
    [all...]
  /external/clang/include/clang/Basic/
OnDiskHashTable.h 104 // use them. Big-endian hosts need a bswap.
  /external/clang/lib/Lex/
HeaderMap.cpp 136 /// bswap'ing its fields as appropriate. If the bucket number is not valid,
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_macros.h 230 #define BSWAP(x) ( ((x>>24)&0x000000FFUL) | ((x<<24)&0xFF000000UL) | \
  /external/e2fsprogs/lib/blkid/
probe.h 749 __asm__("bswap %0" : "=r" (val) : "0" (val));
  /external/opencv/otherlibs/highgui/
grfmt_tiff.cpp 289 val = BSWAP( val );
  /external/openssl/crypto/sha/asm/
sha1-586.pl 343 &bswap($A);
344 &bswap($B);
345 &bswap($C);
346 &bswap($D);
    [all...]
  /external/srtp/crypto/include/
datatypes.h 400 asm("bswap %0" : "=r" (v) : "0" (v));
  /external/webp/src/utils/
bit_reader.h 182 __asm__ volatile("bswap %k0" : "=r"(in_bits) : "0"(in_bits));
  /external/chromium_org/third_party/openssl/openssl/crypto/sha/
sha512.c 365 _asm bswap edx
366 _asm bswap eax
  /external/llvm/test/CodeGen/PowerPC/
2008-07-15-Bswap.ll 278 call i16 @llvm.bswap.i16( i16 %81 ) ; <i16>:127 [#uses=1]
350 declare i16 @llvm.bswap.i16(i16) nounwind readnone
  /external/llvm/utils/TableGen/
IntrinsicEmitter.cpp 187 TheStr += '.'; // Require "bswap." instead of bswap.
  /external/openssl/crypto/sha/
sha512.c 365 _asm bswap edx
366 _asm bswap eax
  /external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.td 490 def LRVR : UnaryRRE<"lrv", 0xB91F, bswap, GR32, GR32>;
491 def LRVGR : UnaryRRE<"lrvg", 0xB90F, bswap, GR64, GR64>;
496 def LRV : UnaryRXY<"lrv", 0xE31E, loadu<bswap, nonvolatile_load>, GR32, 4>;
497 def LRVG : UnaryRXY<"lrvg", 0xE30F, loadu<bswap, nonvolatile_load>, GR64, 8>;
500 def STRV : StoreRXY<"strv", 0xE33E, storeu<bswap, nonvolatile_store>, GR32, 4>;
501 def STRVG : StoreRXY<"strvg", 0xE32F, storeu<bswap, nonvolatile_store>,
    [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMInstrThumb.td     [all...]

Completed in 2062 milliseconds

1 2 3 4 56 7 8 91011