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

1 2

  /external/ltp/testcases/commands/file/
file01.sh 38 *Data:*"big endian"*) TEST_ARCH=MSB;;
  /bionic/libc/arch-arm/generic/bionic/
strcmp.S 43 #define MSB 0x000000ff
50 #define MSB 0xff000000
81 mvn r3, #MSB
179 bic t1, w1, #MSB
298 bic w2, w2, #MSB
  /external/llvm/lib/Transforms/Utils/
IntegerDivision.cpp 164 ConstantInt *MSB;
170 MSB = Builder.getInt64(63);
176 MSB = Builder.getInt32(31);
234 // Same instructions are generated for both i32 (msb 31) and i64 (msb 63).
258 Value *Ret0_4 = Builder.CreateICmpUGT(SR, MSB);
260 Value *RetDividend = Builder.CreateICmpEQ(SR, MSB);
273 Value *Tmp2 = Builder.CreateSub(MSB, SR);
311 Value *Tmp6 = Builder.CreateLShr(Q_2, MSB);
316 Value *Tmp10 = Builder.CreateAShr(Tmp9, MSB);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
IntegerDivision.cpp 164 ConstantInt *MSB;
170 MSB = Builder.getInt64(63);
176 MSB = Builder.getInt32(31);
234 // Same instructions are generated for both i32 (msb 31) and i64 (msb 63).
258 Value *Ret0_4 = Builder.CreateICmpUGT(SR, MSB);
260 Value *RetDividend = Builder.CreateICmpEQ(SR, MSB);
273 Value *Tmp2 = Builder.CreateSub(MSB, SR);
311 Value *Tmp6 = Builder.CreateLShr(Q_2, MSB);
316 Value *Tmp10 = Builder.CreateAShr(Tmp9, MSB);
    [all...]
  /bionic/libc/arch-arm/cortex-a9/bionic/
strcmp.S 35 #define MSB 0x000000ff
49 #define MSB 0xff000000
397 bic t1, w1, #MSB
516 bic w2, w2, #MSB
  /bionic/libc/arch-arm/cortex-a15/bionic/
strcmp.S 35 #define MSB 0x000000ff
49 #define MSB 0xff000000
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
StringExtras.h 160 inline uint8_t hexFromNibbles(char MSB, char LSB) {
161 unsigned U1 = hexDigitValue(MSB);
  /bionic/libc/arch-arm/krait/bionic/
strcmp.S 35 #define MSB 0x000000ff
49 #define MSB 0xff000000
  /external/llvm/lib/Target/AArch64/
AArch64ISelDAGToDAG.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64ISelDAGToDAG.cpp     [all...]
  /external/libjpeg-turbo/simd/i386/
jdsample-avx2.asm 114 vperm2i128 ymm6, ymm6, ymm6, 1 ; (---- ---- ... ---- ---- ff) MSB is ff
349 vperm2i128 ymm1, ymm1, ymm1, 1 ; (---- ---- ... ---- ---- ffff) MSB is ffff
  /external/libjpeg-turbo/simd/x86_64/
jdsample-avx2.asm 88 vperm2i128 ymm9, ymm9, ymm9, 1 ; (---- ---- ... ---- ---- ff) MSB is ff
257 vperm2i128 ymm9, ymm9, ymm9, 1 ; (---- ---- ... ---- ---- ffff) MSB is ffff
  /external/protobuf/js/binary/
arith.js 107 * Test the MSB.
110 jspb.arith.UInt64.prototype.msb = function() { method in class:jspb.arith.UInt64
241 while (!divisor.msb()) {
  /external/boringssl/src/ssl/test/runner/
conn.go 355 // if len(payload) >= (paddingLen - 1) then the MSB of t is zero
366 // if i <= paddingLen then the MSB of t is zero
807 // start with a uint16 length where the MSB is set and the first record
    [all...]
  /external/bcc/src/lua/bpf/
builtins.lua 393 -- As we're testing inverted value, we have to use arithmetic shift to copy MSB
  /external/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/iperf3/
configure     [all...]
  /external/libpng/
configure     [all...]
  /external/curl/
configure     [all...]
  /external/expat/
configure     [all...]
  /external/libevent/
configure     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]

Completed in 697 milliseconds

1 2