Searched refs:InstructionType (Results 1 – 6 of 6) sorted by relevance
631 Type InstructionType() const;641 ASSERT(InstructionType() == kRegisterType || in RsValue()642 InstructionType() == kImmediateType); in RsValue()647 ASSERT(InstructionType() == kRegisterType || in RtValue()648 InstructionType() == kImmediateType); in RtValue()653 ASSERT(InstructionType() == kRegisterType); in RdValue()658 ASSERT(InstructionType() == kRegisterType); in SaValue()663 ASSERT(InstructionType() == kRegisterType || in FunctionValue()664 InstructionType() == kImmediateType); in FunctionValue()701 ASSERT(InstructionType() == kRegisterType || in RsFieldRaw()[all …]
236 Instruction::Type Instruction::InstructionType() const { in InstructionType() function in v8::internal::Instruction
947 switch (instr->InstructionType()) { in InstructionDecode()
2659 switch (instr->InstructionType()) { in InstructionDecode()
156 enum InstructionType { enum181 InstructionType type;198 void CopyTable(const ByteMnemonic bm[], InstructionType type);199 void SetTableRange(InstructionType type, byte start, byte end, bool byte_size,234 InstructionType type) { in CopyTable()248 void InstructionTable::SetTableRange(InstructionType type, in SetTableRange()
158 enum InstructionType { enum173 InstructionType type;191 void CopyTable(const ByteMnemonic bm[], InstructionType type);192 void SetTableRange(InstructionType type,232 InstructionType type) { in CopyTable()243 void InstructionTable::SetTableRange(InstructionType type, in SetTableRange()