Searched refs:NO_SHIFT (Results 1 – 10 of 10) sorted by relevance
/external/vixl/src/aarch64/ |
D | operands-aarch64.cc | 295 shift_(NO_SHIFT), in Operand() 314 shift_(NO_SHIFT), in Operand() 331 (((shift_ == NO_SHIFT) && (extend_ == NO_EXTEND)) || in IsPlainRegister() 333 ((shift_ != NO_SHIFT) && (shift_amount_ == 0)) || in IsPlainRegister() 347 return reg_.IsValid() && (shift_ != NO_SHIFT); in IsShiftedRegister() 378 shift_(NO_SHIFT), in MemOperand() 387 shift_(NO_SHIFT), in MemOperand() 402 shift_(NO_SHIFT), in MemOperand() 435 shift_(NO_SHIFT), in MemOperand() 463 shift_ = NO_SHIFT; in MemOperand()
|
D | operands-aarch64.h | 904 ((shift_ == NO_SHIFT) || (extend_ == NO_EXTEND)) && in IsValid()
|
D | simulator-aarch64.cc | 494 if (mem_op.GetShift() != NO_SHIFT) { in ComputeMemOperandAddress() 2452 Shift shift_op = NO_SHIFT; in VisitDataProcessing2Source() 2583 if (shift_op != NO_SHIFT) { in VisitDataProcessing2Source()
|
D | constants-aarch64.h | 281 NO_SHIFT = -1, enumerator
|
D | macro-assembler-aarch64.cc | 1714 if (shift == NO_SHIFT) { in ComputeAddress()
|
/external/python/cpython2/Modules/cjkcodecs/ |
D | _codecs_iso2022.c | 98 #define NO_SHIFT 0x01 macro 463 if (CONFIG_ISSET(NO_SHIFT)) in DECODER() 469 if (CONFIG_ISSET(NO_SHIFT)) in DECODER() 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) 1095 CONFIGDEF(jp_2004, NO_SHIFT | USE_JISX0208_EXT) 1101 CONFIGDEF(jp_3, NO_SHIFT | USE_JISX0208_EXT) 1107 CONFIGDEF(jp_ext, NO_SHIFT | USE_JISX0208_EXT)
|
/external/python/cpython3/Modules/cjkcodecs/ |
D | _codecs_iso2022.c | 98 #define NO_SHIFT 0x01 macro 464 if (CONFIG_ISSET(NO_SHIFT)) in DECODER() 470 if (CONFIG_ISSET(NO_SHIFT)) in DECODER() 1088 CONFIGDEF(jp, NO_SHIFT | USE_JISX0208_EXT) 1094 CONFIGDEF(jp_1, NO_SHIFT | USE_JISX0208_EXT) 1101 CONFIGDEF(jp_2, NO_SHIFT | USE_G2 | USE_JISX0208_EXT) 1107 CONFIGDEF(jp_2004, NO_SHIFT | USE_JISX0208_EXT) 1113 CONFIGDEF(jp_3, NO_SHIFT | USE_JISX0208_EXT) 1119 CONFIGDEF(jp_ext, NO_SHIFT | USE_JISX0208_EXT)
|
/external/v8/src/arm64/ |
D | assembler-arm64-inl.h | 286 shift_(NO_SHIFT), 316 return reg_.IsValid() && (shift_ != NO_SHIFT); 410 shift_(NO_SHIFT), extend_(NO_EXTEND), shift_amount_(0) { 416 shift_(NO_SHIFT), extend_(NO_EXTEND), shift_amount_(0) { 426 shift_(NO_SHIFT), extend_(extend), shift_amount_(shift_amount) { 474 shift_ = NO_SHIFT;
|
D | constants-arm64.h | 365 NO_SHIFT = -1, enumerator
|
D | simulator-arm64.cc | 2327 Shift shift_op = NO_SHIFT; in DataProcessing2Source() 2368 if (shift_op != NO_SHIFT) { in DataProcessing2Source()
|