Home
last modified time | relevance | path

Searched refs:kRegisterType (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/mips/
Dconstants-mips.h380 kRegisterType, enumerator
397 ASSERT(InstructionType() == kRegisterType || in RsField()
403 ASSERT(InstructionType() == kRegisterType || in RtField()
409 ASSERT(InstructionType() == kRegisterType); in RdField()
414 ASSERT(InstructionType() == kRegisterType); in SaField()
419 ASSERT(InstructionType() == kRegisterType || in FunctionField()
438 ASSERT(InstructionType() == kRegisterType || in RsFieldRaw()
444 ASSERT(InstructionType() == kRegisterType || in RtFieldRaw()
450 ASSERT(InstructionType() == kRegisterType); in RdFieldRaw()
455 ASSERT(InstructionType() == kRegisterType); in SaFieldRaw()
Dconstants-mips.cc264 return kRegisterType; in InstructionType()
272 return kRegisterType; in InstructionType()
282 return kRegisterType; in InstructionType()
Ddisasm-mips.cc680 case Instruction::kRegisterType: { in InstructionDecode()
Dsimulator-mips.cc1473 case Instruction::kRegisterType: in InstructionDecode()