Home
last modified time | relevance | path

Searched refs:ShiftRightLogical (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/compiler/
Djs-operator.h97 const Operator* ShiftRightLogical() { BINOP(JSShiftRightLogical); } in ShiftRightLogical() function
Dast-graph-builder.cc1997 js_op = javascript()->ShiftRightLogical(); in BuildBinaryOp()
/external/lldb/include/lldb/Core/
DScalar.h147 ShiftRightLogical(const Scalar& rhs); // Returns true on success
/external/lldb/source/Expression/
DIRInterpreter.cpp705 result.ShiftRightLogical(R); in Interpret()
DDWARFExpression.cpp2057 … if (stack.back().ResolveValue(exe_ctx).ShiftRightLogical(tmp.ResolveValue(exe_ctx)) == false) in Evaluate()
/external/v8/test/cctest/compiler/
Dtest-js-typed-lowering.cc290 set(i++, javascript.ShiftRightLogical(), false); in JSBitwiseShiftTypedLoweringTester()
/external/lldb/source/Core/
DScalar.cpp1119 Scalar::ShiftRightLogical(const Scalar& rhs) in ShiftRightLogical() function in Scalar