Searched refs:NumberShiftRightLogical (Results 1 – 7 of 7) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
D | operation-typer.cc | 993 Type OperationTyper::NumberShiftRightLogical(Type lhs, Type rhs) { in NumberShiftRightLogical() function in v8::internal::compiler::OperationTyper 1129 SPECULATIVE_NUMBER_BINOP(NumberShiftRightLogical) in SPECULATIVE_NUMBER_BINOP()
|
D | simplified-operator.h | 743 const Operator* NumberShiftRightLogical(); in NON_EXPORTED_BASE()
|
D | opcodes.h | 328 V(NumberShiftRightLogical) \
|
D | simplified-operator.cc | 691 V(NumberShiftRightLogical, Operator::kNoProperties, 2, 0) \
|
D | typer.cc | 1154 return NumberShiftRightLogical(ToNumber(lhs, t), ToNumber(rhs, t), t); in JSShiftRightLogicalTyper()
|
D | js-typed-lowering.cc | 356 return simplified()->NumberShiftRightLogical(); in NumberOp()
|
D | js-call-reducer.cc | 5503 simplified()->NumberShiftRightLogical(), in LoadReceiverElementsKind() 7231 simplified()->NumberShiftRightLogical(), in ReduceTypedArrayPrototypeToStringTag()
|