Home
last modified time | relevance | path

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

/external/v8/src/mips64/
Dconstants-mips64.h776 kImmediateType, enumerator
793 InstructionType() == kImmediateType); in RsValue()
799 InstructionType() == kImmediateType); in RtValue()
815 InstructionType() == kImmediateType); in FunctionValue()
857 InstructionType() == kImmediateType); in RsFieldRaw()
868 InstructionType() == kImmediateType); in RtFieldRaw()
903 DCHECK(InstructionType() == kImmediateType); in Imm16Value()
908 DCHECK(InstructionType() == kImmediateType); in Imm21Value()
Dconstants-mips64.cc300 return kImmediateType; in InstructionType()
348 return kImmediateType; in InstructionType()
Ddisasm-mips64.cc1405 case Instruction::kImmediateType: { in InstructionDecode()
Dsimulator-mips64.cc3226 case Instruction::kImmediateType: in InstructionDecode()
/external/v8/src/mips/
Dconstants-mips.h762 kImmediateType, enumerator
779 InstructionType() == kImmediateType); in RsValue()
785 InstructionType() == kImmediateType); in RtValue()
801 InstructionType() == kImmediateType); in FunctionValue()
843 InstructionType() == kImmediateType); in RsFieldRaw()
854 InstructionType() == kImmediateType); in RtFieldRaw()
889 DCHECK(InstructionType() == kImmediateType); in Imm16Value()
894 DCHECK(InstructionType() == kImmediateType); in Imm21Value()
Dconstants-mips.cc283 return kImmediateType; in InstructionType()
327 return kImmediateType; in InstructionType()
Ddisasm-mips.cc1254 case Instruction::kImmediateType: { in InstructionDecode()
Dsimulator-mips.cc3069 case Instruction::kImmediateType: in InstructionDecode()