Searched refs:ArithmeticShiftRight (Results 1 - 6 of 6) sorted by relevance
/third_party/vixl/src/aarch64/ |
H A D | operands-aarch64.h | 831 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 D | utils.h | 42 static T ArithmeticShiftRight(T x, int shift) { in ArithmeticShiftRight() function
|
/third_party/node/deps/v8/src/execution/arm/ |
H A D | simulator-arm.cc | 4145 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 D | simulator-mips64.cc | 4991 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 D | simulator-mips.cc | 4704 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 D | parser.cc | 202 int value = ArithmeticShiftRight(DoubleToInt32(x_val), shift); in ShortcutNumericLiteralBinaryExpression()
|
Completed in 34 milliseconds