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

1 2 3

  /external/swiftshader/third_party/LLVM/utils/TableGen/
CodeEmitterGen.h 37 void reverseBits(std::vector<Record*> &Insts);
CodeEmitterGen.cpp 33 void CodeEmitterGen::reverseBits(std::vector<Record*> &Insts) {
215 if (Target.isLittleEndianEncoding()) reverseBits(Insts);
  /external/llvm/unittests/ADT/
APIntTest.cpp     [all...]
  /external/llvm/unittests/Support/
MathExtrasTest.cpp 138 TEST(MathExtras, reverseBits) {
143 EXPECT_EQ(0x54ULL, reverseBits(NZ8));
144 EXPECT_EQ(0x5400ULL, reverseBits(NZ16));
145 EXPECT_EQ(0x54000000ULL, reverseBits(NZ32));
146 EXPECT_EQ(0x5400000000000000ULL, reverseBits(NZ64));
  /prebuilts/go/darwin-x86/src/crypto/cipher/
gcm.go 114 g.productTable[reverseBits(1)] = x
117 g.productTable[reverseBits(i)] = gcmDouble(&g.productTable[reverseBits(i/2)])
118 g.productTable[reverseBits(i+1)] = gcmAdd(&g.productTable[reverseBits(i)], &x)
204 // reverseBits reverses the order of the bits of 4-bit number in i.
205 func reverseBits(i int) int {
  /prebuilts/go/linux-x86/src/crypto/cipher/
gcm.go 114 g.productTable[reverseBits(1)] = x
117 g.productTable[reverseBits(i)] = gcmDouble(&g.productTable[reverseBits(i/2)])
118 g.productTable[reverseBits(i+1)] = gcmAdd(&g.productTable[reverseBits(i)], &x)
204 // reverseBits reverses the order of the bits of 4-bit number in i.
205 func reverseBits(i int) int {
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMCCodeEmitter.cpp 278 return reverseBits(Imm | RegBits) >> 22;
294 return reverseBits(Imm | RegBits) >> 22;
310 return reverseBits(Imm | RegBits) >> 22;
  /prebuilts/go/darwin-x86/src/compress/flate/
huffman_code.go 92 codes[ch] = hcode{code: reverseBits(bits, byte(size)), len: size}
101 codes[ch] = hcode{code: reverseBits(uint16(ch), 5), len: 5}
263 h.codes[node.literal] = hcode{code: reverseBits(code, uint8(n)), len: uint16(n)}
347 func reverseBits(number uint16, bitLength byte) uint16 {
  /prebuilts/go/linux-x86/src/compress/flate/
huffman_code.go 92 codes[ch] = hcode{code: reverseBits(bits, byte(size)), len: size}
101 codes[ch] = hcode{code: reverseBits(uint16(ch), 5), len: 5}
263 h.codes[node.literal] = hcode{code: reverseBits(code, uint8(n)), len: uint16(n)}
347 func reverseBits(number uint16, bitLength byte) uint16 {
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
prove.go 178 return reverseBits[r]
200 return reverseBits[r]
210 r = reverseBits[r]
221 r = reverseBits[r]
373 reverseBits = [...]relation{0, 4, 2, 6, 1, 5, 3, 7}
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
prove.go 178 return reverseBits[r]
200 return reverseBits[r]
210 r = reverseBits[r]
221 r = reverseBits[r]
373 reverseBits = [...]relation{0, 4, 2, 6, 1, 5, 3, 7}
  /external/llvm/lib/Target/AMDGPU/
SIShrinkInstructions.cpp 231 int32_t ReverseImm = reverseBits<int32_t>(static_cast<int32_t>(Imm));
  /external/llvm/lib/Support/
APInt.cpp 793 APInt APInt::reverseBits() const {
796 return APInt(BitWidth, llvm::reverseBits<uint64_t>(VAL));
798 return APInt(BitWidth, llvm::reverseBits<uint32_t>(VAL));
800 return APInt(BitWidth, llvm::reverseBits<uint16_t>(VAL));
802 return APInt(BitWidth, llvm::reverseBits<uint8_t>(VAL));
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
APInt.cpp 771 APInt APInt::reverseBits() const {
774 return APInt(BitWidth, llvm::reverseBits<uint64_t>(VAL));
776 return APInt(BitWidth, llvm::reverseBits<uint32_t>(VAL));
778 return APInt(BitWidth, llvm::reverseBits<uint16_t>(VAL));
780 return APInt(BitWidth, llvm::reverseBits<uint8_t>(VAL));
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderIntegerFunctionTests.cpp 229 static inline deUint32 reverseBits (deUint32 v)
    [all...]
  /external/deqp/modules/gles31/functional/
es31fShaderIntegerFunctionTests.cpp 857 static inline deUint32 reverseBits (deUint32 v)
893 const deUint32 cmpMask = reverseBits(getLowBitMask(integerLength));
899 const deUint32 ref = reverseBits(value);
    [all...]
  /external/llvm/include/llvm/Support/
MathExtras.h 233 T reverseBits(T Val) {
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
MathExtras.h 233 T reverseBits(T Val) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
MathExtras.h 233 T reverseBits(T Val) {
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
MathExtras.h 261 T reverseBits(T Val) {
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
MathExtras.h 261 T reverseBits(T Val) {
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
MathExtras.h 261 T reverseBits(T Val) {
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
MathExtras.h 261 T reverseBits(T Val) {
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
MathExtras.h 261 T reverseBits(T Val) {
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
MathExtras.h 261 T reverseBits(T Val) {

Completed in 1384 milliseconds

1 2 3