Searched refs:TypeValue (Results 1 – 4 of 4) sorted by relevance
363 if ((instr->TypeValue() == 7) && in FormatVFPRegister()582 if (instr->TypeValue() == 0) { in FormatOption()585 DCHECK(instr->TypeValue() == 1); in FormatOption()702 int type = instr->TypeValue(); in DecodeType01()1225 VERIFY((instr->TypeValue() == 7) && (instr->Bit(24) == 0x0) ); in DecodeTypeVFP()1451 VERIFY(instr->TypeValue() == 6); in DecodeType6CoprocessorIns()1669 switch (instr->TypeValue()) { in InstructionDecode()
509 inline int TypeValue() const { return Bits(27, 25); } in TypeValue() function616 return (TypeValue() == 7) && (Bit(24) == 1) && (SvcValue() >= kStopCode); in IsStop()
2002 int type = instr->TypeValue(); in DecodeType01()2274 DCHECK(instr->TypeValue() == 1); in DecodeType01()2878 DCHECK((instr->TypeValue() == 7) && (instr->Bit(24) == 0x0) ); in DecodeTypeVFP()3338 DCHECK((instr->TypeValue() == 6)); in DecodeType6CoprocessorIns()3617 switch (instr->TypeValue()) { in InstructionDecode()
385 unsigned &TypeValue = CompletionTypes[CanUsageType]; in CacheCodeCompletionResults() local386 if (TypeValue == 0) { in CacheCodeCompletionResults()387 TypeValue = CompletionTypes.size(); in CacheCodeCompletionResults()389 = TypeValue; in CacheCodeCompletionResults()392 CachedResult.Type = TypeValue; in CacheCodeCompletionResults()