HomeSort by relevance Sort by last modified time
    Searched refs:B28 (Results 1 - 10 of 10) sorted by null

  /art/compiler/utils/arm/
assembler_thumb2.cc 341 int32_t encoding = B31 | B30 | B29 | B28 | B15 |
385 return B31 | B30 | B29 | B28 | B25 | B22 |
402 return B31 | B30 | B29 | B28 | B22 | B19 | B18 | B17 | B16 |
475 return B31 | B30 | B29 | B28 | B27 | B23 | B22 | B20 | (rn << 16) | (rt << 12) | offset;
494 return B31 | B30 | B29 | B28 | B25 | B19 | B18 | B17 | B16 | (rd << 8) | immediate_mask;
654 int32_t encoding = B31 | B30 | B29 | B28 | B27 | B25 | B24 |
673 int32_t encoding = B31 | B30 | B29 | B28 | B27 | B25 | B24 |
691 int32_t encoding = B31 | B30 | B29 | B28 | B27 | B25 | B24 |
709 int32_t encoding = B31 | B30 | B29 | B28 | B27 | B25 | B24 | B23 |
727 int32_t encoding = B31 | B30 | B29 | B28 | B27 | B25 | B24 | B23
    [all...]
assembler_arm.h 362 B28 = 1 << 28,
    [all...]
  /external/llvm/lib/Target/AArch64/Utils/
AArch64BaseInfo.h 140 case AArch64::D28: return AArch64::B28;
180 case AArch64::B28: return AArch64::D28;
  /external/v8/src/s390/
assembler-s390.cc 858 (static_cast<uint64_t>(b2.code())) * B28 |
884 (static_cast<uint64_t>(b2.code())) * B28 |
911 (static_cast<uint64_t>(b2.code())) * B28 |
    [all...]
constants-s390.h     [all...]
  /external/v8/src/ppc/
constants-ppc.h 336 B28 = 1 << 28,
  /external/v8/src/arm/
constants-arm.h 206 B28 = 1 << 28,
assembler-arm.cc     [all...]
  /external/llvm/lib/Target/AArch64/Disassembler/
AArch64Disassembler.cpp 353 AArch64::B25, AArch64::B26, AArch64::B27, AArch64::B28, AArch64::B29,
    [all...]
  /libcore/luni/src/test/java/libcore/java/lang/reflect/annotations/
Annotations57649Test.java     [all...]

Completed in 311 milliseconds