Home
last modified time | relevance | path

Searched refs:InstructionBase (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/mips/
Dconstants-mips.h1226 class InstructionBase {
1383 InstructionBase() {} in InstructionBase() function
1390 DCHECK(this->InstructionType() == InstructionBase::kRegisterType || in RsValue()
1391 this->InstructionType() == InstructionBase::kImmediateType); in RsValue()
1392 return InstructionBase::Bits(kRsShift + kRsBits - 1, kRsShift); in RsValue()
1396 DCHECK(this->InstructionType() == InstructionBase::kRegisterType || in RtValue()
1397 this->InstructionType() == InstructionBase::kImmediateType); in RtValue()
1402 DCHECK_EQ(this->InstructionType(), InstructionBase::kRegisterType); in RdValue()
1407 DCHECK_EQ(this->InstructionType(), InstructionBase::kImmediateType); in BaseValue()
1412 DCHECK_EQ(this->InstructionType(), InstructionBase::kRegisterType); in SaValue()
[all …]
Dsimulator-mips.h61 class SimInstructionBase : public InstructionBase {
88 type_ = InstructionBase::InstructionType();
/external/v8/src/mips64/
Dconstants-mips64.h1260 class InstructionBase {
1430 InstructionBase() {} in InstructionBase() function
1437 DCHECK(this->InstructionType() == InstructionBase::kRegisterType || in RsValue()
1438 this->InstructionType() == InstructionBase::kImmediateType); in RsValue()
1443 DCHECK(this->InstructionType() == InstructionBase::kRegisterType || in RtValue()
1444 this->InstructionType() == InstructionBase::kImmediateType); in RtValue()
1449 DCHECK_EQ(this->InstructionType(), InstructionBase::kRegisterType); in RdValue()
1454 DCHECK_EQ(this->InstructionType(), InstructionBase::kImmediateType); in BaseValue()
1459 DCHECK_EQ(this->InstructionType(), InstructionBase::kRegisterType); in SaValue()
1464 DCHECK_EQ(this->InstructionType(), InstructionBase::kRegisterType); in LsaSaValue()
[all …]
Dsimulator-mips64.h61 class SimInstructionBase : public InstructionBase {
88 type_ = InstructionBase::InstructionType();
/external/kotlinc/lib/
Dkotlin-compiler.jarMETA-INF/MANIFEST.MF org/jetbrains/kotlin/utils/JavaSdkUtil.class JavaSdkUtil ...