Home
last modified time | relevance | path

Searched refs:NumberShiftRight (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/compiler/
Dsimplified-operator.h292 const Operator* NumberShiftRight(); in NON_EXPORTED_BASE()
Doperation-typer.cc838 Type* OperationTyper::NumberShiftRight(Type* lhs, Type* rhs) { in NumberShiftRight() function in v8::internal::compiler::OperationTyper
973 SPECULATIVE_NUMBER_BINOP(NumberShiftRight) in SPECULATIVE_NUMBER_BINOP()
Dopcodes.h248 V(NumberShiftRight) \
Dsimplified-operator.cc421 V(NumberShiftRight, Operator::kNoProperties, 2, 0) \
Dtyper.cc1015 return NumberShiftRight(ToNumber(lhs, t), ToNumber(rhs, t), t); in JSShiftRightTyper()
Djs-typed-lowering.cc341 return simplified()->NumberShiftRight(); in NumberOp()