Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-node.h249 if (Bytecodes::OperandIsScalableSignedByte(bytecode(), operand_index)) { in UpdateScaleForOperand()
Dbytecodes.h721 static bool OperandIsScalableSignedByte(Bytecode bytecode, in OperandIsScalableSignedByte() function
736 return OperandIsScalableSignedByte(bytecode, operand_index) || in OperandIsScalable()