Searched refs:NO_SHIFT (Results 1 – 11 of 11) 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() 341 return reg_.IsValid() && (shift_ != NO_SHIFT); in IsShiftedRegister() 372 shift_(NO_SHIFT), in MemOperand() 381 shift_(NO_SHIFT), in MemOperand() 396 shift_(NO_SHIFT), in MemOperand() 429 shift_(NO_SHIFT), in MemOperand() 457 shift_ = NO_SHIFT; in MemOperand()
|
D | operands-aarch64.h | 872 ((shift_ == NO_SHIFT) || (extend_ == NO_EXTEND)) && in IsValid()
|
D | simulator-aarch64.cc | 460 if (mem_op.GetShift() != NO_SHIFT) { in ComputeMemOperandAddress() 1938 Shift shift_op = NO_SHIFT; in VisitDataProcessing2Source() 2061 if (shift_op != NO_SHIFT) { in VisitDataProcessing2Source()
|
D | constants-aarch64.h | 275 NO_SHIFT = -1, enumerator
|
D | macro-assembler-aarch64.cc | 1615 if (shift == NO_SHIFT) { in ComputeAddress()
|
/external/v8/src/arm64/ |
D | 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;
|
D | constants-arm64.h | 330 NO_SHIFT = -1, enumerator
|
D | simulator-arm64.cc | 2047 Shift shift_op = NO_SHIFT; in DataProcessing2Source() 2088 if (shift_op != NO_SHIFT) { in DataProcessing2Source()
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-arm64.h | 556 : shift_(NO_SHIFT), shift_amount_(0) { in LAddI() 753 : shift_(NO_SHIFT), shift_amount_(0) { in LBitI() 2472 : shift_(NO_SHIFT), shift_amount_(0) { in LSubI()
|
D | lithium-arm64.cc | 1983 default: UNREACHABLE(); shift_op = NO_SHIFT; in DoShiftedBinaryOp()
|
D | lithium-codegen-arm64.cc | 1156 if (shift_info->shift() == NO_SHIFT) { in ToShiftedRightOperand32()
|