Searched refs:kImmediateType (Results 1 – 6 of 6) sorted by relevance
/external/v8/src/mips/ |
D | constants-mips.h | 1235 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 …]
|
D | disasm-mips.cc | 2694 case Instruction::kImmediateType: { in InstructionDecode()
|
D | simulator-mips.cc | 6922 case Instruction::kImmediateType: in InstructionDecode()
|
/external/v8/src/mips64/ |
D | constants-mips64.h | 1269 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 …]
|
D | disasm-mips64.cc | 3011 case Instruction::kImmediateType: { in InstructionDecode()
|
D | simulator-mips64.cc | 7273 case Instruction::kImmediateType: in InstructionDecode()
|