Searched refs:NO_SHIFT (Results 1 – 10 of 10) sorted by relevance
/external/v8/src/arm64/ |
D | assembler-arm64-inl.h | 353 shift_(NO_SHIFT), 371 return reg_.IsValid() && (shift_ != NO_SHIFT); 456 shift_(NO_SHIFT), extend_(NO_EXTEND), shift_amount_(0) { 462 shift_(NO_SHIFT), extend_(NO_EXTEND), shift_amount_(0) { 472 shift_(NO_SHIFT), extend_(extend), shift_amount_(shift_amount) { 523 shift_= NO_SHIFT;
|
D | lithium-arm64.h | 598 : shift_(NO_SHIFT), shift_amount_(0) { in LAddI() 781 : shift_(NO_SHIFT), shift_amount_(0) { in LBitI() 2837 : shift_(NO_SHIFT), shift_amount_(0) { in LSubI()
|
D | constants-arm64.h | 333 NO_SHIFT = -1, enumerator
|
D | simulator-arm64.cc | 2006 Shift shift_op = NO_SHIFT; in DataProcessing2Source() 2047 if (shift_op != NO_SHIFT) { in DataProcessing2Source()
|
D | lithium-arm64.cc | 2194 default: UNREACHABLE(); shift_op = NO_SHIFT; in DoShiftedBinaryOp()
|
D | lithium-codegen-arm64.cc | 1308 if (shift_info->shift() == NO_SHIFT) { in ToShiftedRightOperand32()
|
/external/vixl/src/vixl/a64/ |
D | assembler-a64.cc | 315 shift_(NO_SHIFT), in Operand() 334 shift_(NO_SHIFT), in Operand() 352 return reg_.IsValid() && (shift_ != NO_SHIFT); in IsShiftedRegister() 389 shift_(NO_SHIFT), extend_(extend), shift_amount_(shift_amount) { in MemOperand() 438 shift_ = NO_SHIFT; in MemOperand()
|
D | constants-a64.h | 266 NO_SHIFT = -1, enumerator
|
D | macro-assembler-a64.cc | 1345 if (shift == NO_SHIFT) { in ComputeAddress()
|
D | simulator-a64.cc | 1703 Shift shift_op = NO_SHIFT; in VisitDataProcessing2Source() 1817 if (shift_op != NO_SHIFT) { in VisitDataProcessing2Source()
|