Home
last modified time | relevance | path

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

/external/v8/src/mips/
Dconstants-mips.h881 kImmediateType, enumerator
944 InstructionType() == kImmediateType); in RsValue()
950 InstructionType() == kImmediateType); in RtValue()
971 InstructionType() == kImmediateType); in FunctionValue()
1018 InstructionType() == kImmediateType); in RsFieldRaw()
1029 InstructionType() == kImmediateType); in RtFieldRaw()
1063 DCHECK(InstructionType() == kImmediateType); in ImmValue()
1068 DCHECK(InstructionType() == kImmediateType); in Imm16Value()
1073 DCHECK(InstructionType() == kImmediateType); in Imm18Value()
1078 DCHECK(InstructionType() == kImmediateType); in Imm19Value()
[all …]
Ddisasm-mips.cc1671 case Instruction::kImmediateType: { in InstructionDecode()
Dsimulator-mips.cc4390 case Instruction::kImmediateType: in InstructionDecode()
/external/v8/src/mips64/
Dconstants-mips64.h927 kImmediateType, enumerator
1002 InstructionType() == kImmediateType); in RsValue()
1008 InstructionType() == kImmediateType); in RtValue()
1029 InstructionType() == kImmediateType); in FunctionValue()
1081 InstructionType() == kImmediateType); in RsFieldRaw()
1092 InstructionType() == kImmediateType); in RtFieldRaw()
1126 DCHECK(InstructionType() == kImmediateType); in ImmValue()
1131 DCHECK(InstructionType() == kImmediateType); in Imm16Value()
1136 DCHECK(InstructionType() == kImmediateType); in Imm18Value()
1141 DCHECK(InstructionType() == kImmediateType); in Imm19Value()
[all …]
Ddisasm-mips64.cc1925 case Instruction::kImmediateType: { in InstructionDecode()
Dsimulator-mips64.cc4655 case Instruction::kImmediateType: in InstructionDecode()