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

  /external/vixl/src/aarch64/
operands-aarch64.cc 295 shift_(NO_SHIFT),
314 shift_(NO_SHIFT),
331 (((shift_ == NO_SHIFT) && (extend_ == NO_EXTEND)) ||
333 ((shift_ != NO_SHIFT) && (shift_amount_ == 0)) ||
347 return reg_.IsValid() && (shift_ != NO_SHIFT);
378 shift_(NO_SHIFT),
387 shift_(NO_SHIFT),
402 shift_(NO_SHIFT),
435 shift_(NO_SHIFT),
463 shift_ = NO_SHIFT;
    [all...]
operands-aarch64.h 872 ((shift_ == NO_SHIFT) || (extend_ == NO_EXTEND)) &&
simulator-aarch64.cc 460 if (mem_op.GetShift() != NO_SHIFT) {
    [all...]
constants-aarch64.h 276 NO_SHIFT = -1,
    [all...]
macro-assembler-aarch64.cc     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/
_codecs_iso2022.c 98 #define NO_SHIFT 0x01
463 if (CONFIG_ISSET(NO_SHIFT))
469 if (CONFIG_ISSET(NO_SHIFT))
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/
_codecs_iso2022.c 98 #define NO_SHIFT 0x01
463 if (CONFIG_ISSET(NO_SHIFT))
469 if (CONFIG_ISSET(NO_SHIFT))
    [all...]
  /external/python/cpython2/Modules/cjkcodecs/
_codecs_iso2022.c 98 #define NO_SHIFT 0x01
463 if (CONFIG_ISSET(NO_SHIFT))
469 if (CONFIG_ISSET(NO_SHIFT))
1076 CONFIGDEF(jp, NO_SHIFT | USE_JISX0208_EXT)
1082 CONFIGDEF(jp_1, NO_SHIFT | USE_JISX0208_EXT)
1089 CONFIGDEF(jp_2, NO_SHIFT | USE_G2 | USE_JISX0208_EXT)
    [all...]
  /external/python/cpython3/Modules/cjkcodecs/
_codecs_iso2022.c 98 #define NO_SHIFT 0x01
464 if (CONFIG_ISSET(NO_SHIFT))
470 if (CONFIG_ISSET(NO_SHIFT))
1094 CONFIGDEF(jp, NO_SHIFT | USE_JISX0208_EXT)
1100 CONFIGDEF(jp_1, NO_SHIFT | USE_JISX0208_EXT)
1107 CONFIGDEF(jp_2, NO_SHIFT | USE_G2 | USE_JISX0208_EXT)
    [all...]
  /external/v8/src/arm64/
assembler-arm64-inl.h 344 shift_(NO_SHIFT),
362 return reg_.IsValid() && (shift_ != NO_SHIFT);
447 shift_(NO_SHIFT), extend_(NO_EXTEND), shift_amount_(0) {
453 shift_(NO_SHIFT), extend_(NO_EXTEND), shift_amount_(0) {
463 shift_(NO_SHIFT), extend_(extend), shift_amount_(shift_amount) {
514 shift_ = NO_SHIFT;
    [all...]
constants-arm64.h 330 NO_SHIFT = -1,
    [all...]
simulator-arm64.cc     [all...]
  /art/compiler/optimizing/
common_arm64.h 226 } else if (mem_op.GetShift() != vixl::aarch64::NO_SHIFT) {
325 return vixl::aarch64::NO_SHIFT;
  /external/v8/src/crankshaft/arm64/
lithium-arm64.h 556 : shift_(NO_SHIFT), shift_amount_(0) {
753 : shift_(NO_SHIFT), shift_amount_(0) {
    [all...]
lithium-arm64.cc     [all...]
lithium-codegen-arm64.cc     [all...]

Completed in 993 milliseconds