Searched refs:IsScalableSignedByte (Results 1 – 9 of 9) sorted by relevance
17 TEST(BytecodeOperandsTest, IsScalableSignedByte) { in TEST() argument19 CHECK(BytecodeOperands::IsScalableSignedByte(OperandType::k##Name)); in TEST()24 CHECK(!BytecodeOperands::IsScalableSignedByte(OperandType::k##Name)); in TEST()
184 static constexpr bool IsScalableSignedByte(OperandType operand_type) { in IsScalableSignedByte() function
241 } else if (BytecodeOperands::IsScalableSignedByte(operand_type)) { in ScaleForOperand()
161 static constexpr bool IsScalableSignedByte(OperandType operand_type) { in IsScalableSignedByte() function
238 } else if (BytecodeOperands::IsScalableSignedByte(operand_type)) { in INLINE()
198 static constexpr bool IsScalableSignedByte(OperandType operand_type) { in IsScalableSignedByte() function