Home
last modified time | relevance | path

Searched refs:OperandIsScalable (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/interpreter/
Dbytecodes.cc326 if (OperandIsScalable(bytecode, i)) return true; in IsBytecodeWithScalableOperands()
Dbytecodes.h850 static bool OperandIsScalable(Bytecode bytecode, int operand_index) { in OperandIsScalable() function