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

1 2

  /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
438 and w2, w2, #LSB
490 and t1, w1, #LSB
511 tst w1, #LSB
534 and r2, t1, #LSB
535 and r0, w2, #LSB
  /bionic/libc/arch-arm/generic/bionic/
strcmp.S 44 #define LSB 0xff000000
51 #define LSB 0x000000ff
220 and w2, w2, #LSB
272 and t1, w1, #LSB
293 tst w1, #LSB
307 and r2, t1, #LSB
308 and r0, w2, #LSB
  /bionic/libc/arch-arm/krait/bionic/
strcmp.S 36 #define LSB 0xff000000
50 #define LSB 0x000000ff
467 and r2, t1, #LSB
468 and r0, w2, #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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64InstructionSelector.cpp 931 unsigned LSB = I.getOperand(3).getImm();
933 I.getOperand(3).setImm((DstSize - LSB) % DstSize);
    [all...]
AArch64ISelDAGToDAG.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/InstPrinter/
AArch64InstPrinter.cpp 179 int LSB = (BitWidth - ImmR) % BitWidth;
183 << ", #" << LSB << ", #" << Width;
189 int LSB = (BitWidth - ImmR) % BitWidth;
193 << getRegisterName(Op2.getReg()) << ", #" << LSB << ", #" << Width;
198 int LSB = ImmR;
203 << ", #" << LSB << ", #" << Width;
    [all...]
  /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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
SystemZInstrInfo.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp     [all...]
ARMISelLowering.cpp 9428 unsigned lsb = countTrailingZeros(Mask); local
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp     [all...]
ARMISelLowering.cpp 10956 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp     [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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 196 // Starting at first 1 (from lsb).
791 unsigned LSB;
2144 unsigned lsb = Bitfield.LSB; local
    [all...]

Completed in 801 milliseconds

1 2