HomeSort by relevance Sort by last modified time
    Searched refs:kShift64Imm (Results 1 - 3 of 3) sorted by null

  /external/v8/src/compiler/ppc/
instruction-selector-ppc.cc 21 kShift64Imm,
62 case kShift64Imm:
740 VisitRRO(this, kPPC_ShiftLeft64, node, kShift64Imm);
807 VisitRRO(this, kPPC_ShiftRight64, node, kShift64Imm);
    [all...]
  /external/v8/src/compiler/s390/
instruction-selector-s390.cc 19 kShift64Imm = 1u << 1,
42 OperandMode::kShift32Imm | OperandMode::kShift64Imm |
56 ((OperandMode::kBitWiseCommonMode | OperandMode::kShift64Imm | \
118 else if (mode & OperandMode::kShift64Imm)
    [all...]
  /external/v8/src/compiler/arm64/
instruction-selector-arm64.cc 16 kShift64Imm, // 0 - 63
115 case kShift64Imm:
    [all...]

Completed in 51 milliseconds