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.h353 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;
Dlithium-arm64.h598 : 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()
Dconstants-arm64.h333 NO_SHIFT = -1, enumerator
Dsimulator-arm64.cc2006 Shift shift_op = NO_SHIFT; in DataProcessing2Source()
2047 if (shift_op != NO_SHIFT) { in DataProcessing2Source()
Dlithium-arm64.cc2194 default: UNREACHABLE(); shift_op = NO_SHIFT; in DoShiftedBinaryOp()
Dlithium-codegen-arm64.cc1308 if (shift_info->shift() == NO_SHIFT) { in ToShiftedRightOperand32()
/external/vixl/src/vixl/a64/
Dassembler-a64.cc315 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()
Dconstants-a64.h266 NO_SHIFT = -1, enumerator
Dmacro-assembler-a64.cc1345 if (shift == NO_SHIFT) { in ComputeAddress()
Dsimulator-a64.cc1703 Shift shift_op = NO_SHIFT; in VisitDataProcessing2Source()
1817 if (shift_op != NO_SHIFT) { in VisitDataProcessing2Source()