Home
last modified time | relevance | path

Searched refs:NO_SHIFT (Results 1 – 10 of 10) sorted by relevance

/external/v8/src/arm64/
Dassembler-arm64-inl.h359 shift_(NO_SHIFT),
377 return reg_.IsValid() && (shift_ != NO_SHIFT);
462 shift_(NO_SHIFT), extend_(NO_EXTEND), shift_amount_(0) {
468 shift_(NO_SHIFT), extend_(NO_EXTEND), shift_amount_(0) {
478 shift_(NO_SHIFT), extend_(extend), shift_amount_(shift_amount) {
529 shift_ = NO_SHIFT;
Dconstants-arm64.h330 NO_SHIFT = -1, enumerator
Dsimulator-arm64.cc2008 Shift shift_op = NO_SHIFT; in DataProcessing2Source()
2049 if (shift_op != NO_SHIFT) { in DataProcessing2Source()
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.h563 : shift_(NO_SHIFT), shift_amount_(0) { in LAddI()
746 : shift_(NO_SHIFT), shift_amount_(0) { in LBitI()
2738 : shift_(NO_SHIFT), shift_amount_(0) { in LSubI()
Dlithium-arm64.cc2161 default: UNREACHABLE(); shift_op = NO_SHIFT; in DoShiftedBinaryOp()
Dlithium-codegen-arm64.cc1207 if (shift_info->shift() == NO_SHIFT) { in ToShiftedRightOperand32()
/external/vixl/src/vixl/a64/
Dassembler-a64.cc314 shift_(NO_SHIFT), in Operand()
333 shift_(NO_SHIFT), in Operand()
351 return reg_.IsValid() && (shift_ != NO_SHIFT); in IsShiftedRegister()
388 shift_(NO_SHIFT), extend_(extend), shift_amount_(shift_amount) { in MemOperand()
437 shift_ = NO_SHIFT; in MemOperand()
Dconstants-a64.h266 NO_SHIFT = -1, enumerator
Dsimulator-a64.cc1647 Shift shift_op = NO_SHIFT; in VisitDataProcessing2Source()
1761 if (shift_op != NO_SHIFT) { in VisitDataProcessing2Source()
Dmacro-assembler-a64.cc1366 if (shift == NO_SHIFT) { in ComputeAddress()