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

  /bionic/libc/arch-arm/cortex-a15/bionic/
strcmp.S 36 #define LSB 0xff000000
50 #define LSB 0x000000ff
  /bionic/libc/arch-arm/cortex-a9/bionic/
strcmp.S 36 #define LSB 0xff000000
50 #define LSB 0x000000ff
434 and w2, w2, #LSB
486 and t1, w1, #LSB
507 tst w1, #LSB
530 and r2, t1, #LSB
531 and r0, w2, #LSB
  /bionic/libc/arch-arm/generic/bionic/
strcmp.S 40 #define LSB 0xff000000
47 #define LSB 0x000000ff
216 and w2, w2, #LSB
268 and t1, w1, #LSB
289 tst w1, #LSB
303 and r2, t1, #LSB
304 and r0, w2, #LSB
  /bionic/libc/arch-arm/krait/bionic/
strcmp.S 36 #define LSB 0xff000000
50 #define LSB 0x000000ff
463 and r2, t1, #LSB
464 and r0, w2, #LSB
  /prebuilts/go/darwin-x86/src/compress/lzw/
reader.go 19 // modulo LSB/MSB packing order.
32 // LSB means Least Significant Bits first, as used in the GIF file format.
33 LSB Order = iota
242 case LSB:
  /prebuilts/go/linux-x86/src/compress/lzw/
reader.go 19 // modulo LSB/MSB packing order.
32 // LSB means Least Significant Bits first, as used in the GIF file format.
33 LSB Order = iota
242 case LSB:
  /external/capstone/arch/AArch64/
AArch64InstPrinter.c 70 int LSB;
254 LSB = (BitWidth - ImmR) % BitWidth;
260 printInt32Bang(O, LSB);
273 MI->flat_insn->detail->arm64.operands[MI->flat_insn->detail->arm64.op_count].imm = LSB;
283 LSB = ImmR;
289 printInt32Bang(O, LSB);
302 MI->flat_insn->detail->arm64.operands[MI->flat_insn->detail->arm64.op_count].imm = LSB;
    [all...]
  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
gdtoaimp.h 324 #define LSB 1
362 #define LSB 1
389 #define LSB 0x10000
  /device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/
gdtoaimp.h 326 #define LSB 1
364 #define LSB 1
390 #define LSB 0x10000
  /external/llvm/lib/Target/AArch64/InstPrinter/
AArch64InstPrinter.cpp 170 int LSB = (BitWidth - ImmR) % BitWidth;
174 << ", #" << LSB << ", #" << Width;
180 int LSB = (BitWidth - ImmR) % BitWidth;
184 << getRegisterName(Op2.getReg()) << ", #" << LSB << ", #" << Width;
189 int LSB = ImmR;
194 << ", #" << LSB << ", #" << Width;
    [all...]
  /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...]
  /external/valgrind/none/tests/ppc64/
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/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMISelDAGToDAG.cpp     [all...]
ARMISelLowering.cpp 6852 unsigned lsb = CountTrailingZeros_32(Mask); local
8734 unsigned int lsb = 0, msb = 31; local
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp     [all...]
ARMISelLowering.cpp 9428 unsigned lsb = countTrailingZeros(Mask); local
    [all...]
  /external/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 50 // Starting at first 1 (from lsb).
366 unsigned LSB;
1016 unsigned lsb = Bitfield.LSB; local
4075 unsigned lsb = Inst.getOperand(2).getImm(); local
    [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 151 // Starting at first 1 (from lsb).
557 unsigned LSB;
1877 unsigned lsb = Bitfield.LSB; local
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 794 milliseconds