Home
last modified time | relevance | path

Searched refs:InstructionType (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/mips/
Dconstants-mips.h631 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 …]
Dconstants-mips.cc236 Instruction::Type Instruction::InstructionType() const { in InstructionType() function in v8::internal::Instruction
Ddisasm-mips.cc947 switch (instr->InstructionType()) { in InstructionDecode()
Dsimulator-mips.cc2659 switch (instr->InstructionType()) { in InstructionDecode()
/external/v8/src/x64/
Ddisasm-x64.cc156 enum InstructionType { enum
181 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()
/external/v8/src/ia32/
Ddisasm-ia32.cc158 enum InstructionType { enum
173 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()