Lines Matching refs:operand_scale
27 OperandScale operand_scale) in InterpreterAssembler() argument
30 operand_scale_(operand_scale), in InterpreterAssembler()
95 if (operand_scale() != OperandScale::kSingle) { in ReloadBytecodeOffset()
105 if (operand_scale() != OperandScale::kSingle) { in SaveBytecodeOffset()
361 Bytecodes::GetOperandOffset(bytecode_, operand_index, operand_scale())); in OperandOffset()
368 bytecode_, operand_index, operand_scale())); in BytecodeOperandUnsignedByte()
378 bytecode_, operand_index, operand_scale())); in BytecodeOperandSignedByte()
441 Bytecodes::GetOperandSize(bytecode_, operand_index, operand_scale())); in BytecodeOperandUnsignedShort()
443 Bytecodes::GetOperandOffset(bytecode_, operand_index, operand_scale()); in BytecodeOperandUnsignedShort()
459 Bytecodes::GetOperandSize(bytecode_, operand_index, operand_scale())); in BytecodeOperandSignedShort()
461 Bytecodes::GetOperandOffset(bytecode_, operand_index, operand_scale()); in BytecodeOperandSignedShort()
476 bytecode_, operand_index, operand_scale())); in BytecodeOperandUnsignedQuad()
478 Bytecodes::GetOperandOffset(bytecode_, operand_index, operand_scale()); in BytecodeOperandUnsignedQuad()
493 bytecode_, operand_index, operand_scale())); in BytecodeOperandSignedQuad()
495 Bytecodes::GetOperandOffset(bytecode_, operand_index, operand_scale()); in BytecodeOperandSignedQuad()
542 Bytecodes::GetOperandSize(bytecode_, operand_index, operand_scale()); in BytecodeOperandCount()
550 Bytecodes::GetOperandSize(bytecode_, operand_index, operand_scale()); in BytecodeOperandFlag()
559 Bytecodes::GetOperandSize(bytecode_, operand_index, operand_scale()); in BytecodeOperandUImm()
576 Bytecodes::GetOperandSize(bytecode_, operand_index, operand_scale()); in BytecodeOperandImm()
594 Bytecodes::GetOperandSize(bytecode_, operand_index, operand_scale()); in BytecodeOperandIdxInt32()
618 Bytecodes::GetOperandSize(bytecode_, operand_index, operand_scale()); in BytecodeOperandConstantPoolIdx()
627 Bytecodes::GetOperandSize(bytecode_, operand_index, operand_scale()); in BytecodeOperandReg()
637 Bytecodes::GetOperandSize(bytecode_, operand_index, operand_scale()); in BytecodeOperandRuntimeId()
647 Bytecodes::GetOperandSize(bytecode_, operand_index, operand_scale()); in BytecodeOperandNativeContextIndex()
657 Bytecodes::GetOperandSize(bytecode_, operand_index, operand_scale()); in BytecodeOperandIntrinsicId()
1257 void InterpreterAssembler::DispatchWide(OperandScale operand_scale) { in DispatchWide() argument
1274 switch (operand_scale) { in DispatchWide()