Home
last modified time | relevance | path

Searched refs:kJumpType (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/mips/
Dconstants-mips.cc331 return kJumpType; in InstructionType()
Dconstants-mips.h763 kJumpType, enumerator
899 DCHECK(InstructionType() == kJumpType); in Imm26Value()
Ddisasm-mips.cc1258 case Instruction::kJumpType: { in InstructionDecode()
Dsimulator-mips.cc3072 case Instruction::kJumpType: in InstructionDecode()
/external/v8/src/mips64/
Dconstants-mips64.cc352 return kJumpType; in InstructionType()
Dconstants-mips64.h777 kJumpType, enumerator
913 DCHECK(InstructionType() == kJumpType); in Imm26Value()
Ddisasm-mips64.cc1409 case Instruction::kJumpType: { in InstructionDecode()
Dsimulator-mips64.cc3229 case Instruction::kJumpType: in InstructionDecode()