HomeSort by relevance Sort by last modified time
    Searched defs:LSB (Results 1 - 17 of 17) sorted by null

  /bionic/libc/arch-arm/cortex-a15/bionic/
strcmp.S 37 #define LSB 0xff000000
51 #define LSB 0x000000ff
  /bionic/libc/arch-arm/cortex-a9/bionic/
strcmp.S 37 #define LSB 0xff000000
51 #define LSB 0x000000ff
435 and w2, w2, #LSB
487 and t1, w1, #LSB
508 tst w1, #LSB
531 and r2, t1, #LSB
532 and r0, w2, #LSB
  /bionic/libc/arch-arm/generic/bionic/
strcmp.S 41 #define LSB 0xff000000
48 #define LSB 0x000000ff
217 and w2, w2, #LSB
269 and t1, w1, #LSB
290 tst w1, #LSB
304 and r2, t1, #LSB
305 and r0, w2, #LSB
  /bionic/libc/arch-arm/krait/bionic/
strcmp.S 37 #define LSB 0xff000000
51 #define LSB 0x000000ff
464 and r2, t1, #LSB
465 and r0, w2, #LSB
  /external/v8/test/cctest/compiler/
test-run-load-store.cc 226 #define LSB(addr, bytes) addr
228 #define LSB(addr, bytes) reinterpret_cast<byte*>(addr + 1) - bytes
236 Node* load8 = m.LoadFromPointer(LSB(&buffer[0], 1), MachineType::Int8());
237 Node* load16 = m.LoadFromPointer(LSB(&buffer[0], 2), MachineType::Int16());
257 Node* load8 = m.LoadFromPointer(LSB(&buffer[0], 1), MachineType::Uint8());
258 Node* load16 = m.LoadFromPointer(LSB(&buffer[0], 2), MachineType::Uint16());
295 Node* load8 = m.LoadFromPointer(LSB(&buffer[0], 1), MachineType::Int8());
296 Node* load16 = m.LoadFromPointer(LSB(&buffer[0], 2), MachineType::Int16());
297 Node* load32 = m.LoadFromPointer(LSB(&buffer[0], 4), MachineType::Int32());
320 Node* load8 = m.LoadFromPointer(LSB(&buffer[0], 1), MachineType::Uint8())
    [all...]
  /external/llvm/lib/Target/AArch64/InstPrinter/
AArch64InstPrinter.cpp 169 int LSB = (BitWidth - ImmR) % BitWidth;
173 << ", #" << LSB << ", #" << Width;
179 int LSB = (BitWidth - ImmR) % BitWidth;
183 << getRegisterName(Op2.getReg()) << ", #" << LSB << ", #" << Width;
188 int LSB = ImmR;
193 << ", #" << LSB << ", #" << Width;
    [all...]
  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
gdtoaimp.h 324 #define LSB 1
362 #define LSB 1
389 #define LSB 0x10000
  /external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.cpp     [all...]
  /external/valgrind/none/tests/ppc32/
round.c 598 int LSB;
606 ** and the LSB bit at the bottom of the manitssa.
618 /* mask off LSB from resulting guard bits */
637 /* mask off LSB from resulting guard bits */
654 /* g >> 3 == LSB, g & 7 == guard bits */
700 /* get LSB for tie breaking */
701 LSB = Z.layout.frac & 1;
717 if (debug) printf("tie: LSB = %d\n", LSB);
718 expected = (LSB == 0 ? lo : hi)
    [all...]
  /system/tpm/trunks/ftdi/
mpsse.h 30 #define LSB 0x08
  /external/llvm/lib/Target/AArch64/
AArch64ISelDAGToDAG.cpp     [all...]
  /external/libweave/third_party/chromium/base/third_party/dmg_fp/
dtoa.cc 363 #define LSB 1
420 #define LSB 1
449 #define LSB 0x10000
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp     [all...]
ARMISelLowering.cpp 9015 unsigned lsb = countTrailingZeros(Mask); local
    [all...]
  /ndk/sources/android/support/src/stdio/
strtod.c 258 #define LSB 1
286 #define LSB 1
310 #define LSB 0x10000
    [all...]
  /external/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp     [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 151 // Starting at first 1 (from lsb).
537 unsigned LSB;
1801 unsigned lsb = Bitfield.LSB; local
    [all...]

Completed in 418 milliseconds