Home
last modified time | relevance | path

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

/external/v8/src/mips/
Dconstants-mips.h1235 enum Type { kRegisterType, kImmediateType, kJumpType, kUnsupported = -1 }; enumerator
1391 this->InstructionType() == InstructionBase::kImmediateType); in RsValue()
1397 this->InstructionType() == InstructionBase::kImmediateType); in RtValue()
1407 DCHECK_EQ(this->InstructionType(), InstructionBase::kImmediateType); in BaseValue()
1423 this->InstructionType() == InstructionBase::kImmediateType); in FunctionValue()
1482 this->InstructionType() == InstructionBase::kImmediateType); in RsFieldRaw()
1488 this->InstructionType() == InstructionBase::kImmediateType); in RtFieldRaw()
1522 DCHECK_EQ(this->InstructionType(), InstructionBase::kImmediateType); in ImmValue()
1527 DCHECK_EQ(this->InstructionType(), InstructionBase::kImmediateType); in Imm9Value()
1532 DCHECK_EQ(this->InstructionType(), InstructionBase::kImmediateType); in Imm16Value()
[all …]
Ddisasm-mips.cc2694 case Instruction::kImmediateType: { in InstructionDecode()
Dsimulator-mips.cc6922 case Instruction::kImmediateType: in InstructionDecode()
/external/v8/src/mips64/
Dconstants-mips64.h1269 enum Type { kRegisterType, kImmediateType, kJumpType, kUnsupported = -1 }; enumerator
1438 this->InstructionType() == InstructionBase::kImmediateType); in RsValue()
1444 this->InstructionType() == InstructionBase::kImmediateType); in RtValue()
1454 DCHECK_EQ(this->InstructionType(), InstructionBase::kImmediateType); in BaseValue()
1470 this->InstructionType() == InstructionBase::kImmediateType); in FunctionValue()
1534 this->InstructionType() == InstructionBase::kImmediateType); in RsFieldRaw()
1545 this->InstructionType() == InstructionBase::kImmediateType); in RtFieldRaw()
1579 DCHECK_EQ(this->InstructionType(), InstructionBase::kImmediateType); in ImmValue()
1584 DCHECK_EQ(this->InstructionType(), InstructionBase::kImmediateType); in Imm9Value()
1589 DCHECK_EQ(this->InstructionType(), InstructionBase::kImmediateType); in Imm16Value()
[all …]
Ddisasm-mips64.cc3011 case Instruction::kImmediateType: { in InstructionDecode()
Dsimulator-mips64.cc7273 case Instruction::kImmediateType: in InstructionDecode()