Searched refs:NO_SHIFT (Results 1 – 9 of 9) sorted by relevance
/external/chromium_org/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/a64/ |
D | assembler-a64.cc | 209 shift_(NO_SHIFT), in Operand() 227 shift_(NO_SHIFT), in Operand() 245 return reg_.IsValid() && (shift_ != NO_SHIFT); in IsShiftedRegister() 282 shift_(NO_SHIFT), extend_(extend), shift_amount_(shift_amount) { in MemOperand() 331 shift_= NO_SHIFT; in MemOperand()
|
D | constants-a64.h | 223 NO_SHIFT = -1, enumerator
|
D | simulator-a64.cc | 1146 Shift shift_op = NO_SHIFT; in VisitDataProcessing2Source() 1209 if (shift_op != NO_SHIFT) { in VisitDataProcessing2Source()
|