Home
last modified time | relevance | path

Searched refs:ArithmeticShiftRight (Results 1 - 6 of 6) sorted by relevance

/third_party/vixl/src/aarch64/
H A Doperands-aarch64.h831 unshifted.ArithmeticShiftRight(kShift); in TryEncodeAsShiftedIntNForLane()
921 void ArithmeticShiftRight(int shift) { in ArithmeticShiftRight() function in vixl::aarch64::IntegerOperand
/third_party/node/deps/v8/src/utils/
H A Dutils.h42 static T ArithmeticShiftRight(T x, int shift) { in ArithmeticShiftRight() function
/third_party/node/deps/v8/src/execution/arm/
H A Dsimulator-arm.cc4145 void ArithmeticShiftRight(Simulator* simulator, int Vd, int Vm, int shift) { in ArithmeticShiftRight() function
4147 std::bind(ArithmeticShiftRight<T>, std::placeholders::_1, shift); in ArithmeticShiftRight()
4158 ArithmeticShiftRight<T, SIZE>(simulator, Vd, Vm, shift); in ShiftRight()
4172 T result = ArithmeticShiftRight<T>(x, shift); in ArithmeticShiftRightAccumulate()
4232 src[i] = ArithmeticShiftRight(src[i], -shift_value); in ShiftByRegister()
/third_party/node/deps/v8/src/execution/mips64/
H A Dsimulator-mips64.cc4991 res = static_cast<T>(ArithmeticShiftRight(ws, m));
5051 res = static_cast<T>(ArithmeticShiftRight(ws, m)) +
5185 res = static_cast<T>(ArithmeticShiftRight(ws, wt_modulo));
5394 res = static_cast<T>(ArithmeticShiftRight(ws, wt_modulo) + bit);
/third_party/node/deps/v8/src/execution/mips/
H A Dsimulator-mips.cc4704 res = static_cast<T>(ArithmeticShiftRight(ws, m));
4764 res = static_cast<T>(ArithmeticShiftRight(ws, m)) +
4898 res = static_cast<T>(ArithmeticShiftRight(ws, wt_modulo));
5107 res = static_cast<T>(ArithmeticShiftRight(ws, wt_modulo) + bit);
/third_party/node/deps/v8/src/parsing/
H A Dparser.cc202 int value = ArithmeticShiftRight(DoubleToInt32(x_val), shift); in ShortcutNumericLiteralBinaryExpression()

Completed in 34 milliseconds