Searched refs:TypeValue (Results 1 – 4 of 4) sorted by relevance
362 if ((instr->TypeValue() == 7) && in FormatVFPRegister()581 if (instr->TypeValue() == 0) { in FormatOption()584 DCHECK(instr->TypeValue() == 1); in FormatOption()701 int type = instr->TypeValue(); in DecodeType01()1347 VERIFY((instr->TypeValue() == 7) && (instr->Bit(24) == 0x0) ); in DecodeTypeVFP()1604 VERIFY(instr->TypeValue() == 6); in DecodeType6CoprocessorIns()1866 switch (instr->TypeValue()) { in InstructionDecode()
521 inline int TypeValue() const { return Bits(27, 25); } in TypeValue() function628 return (TypeValue() == 7) && (Bit(24) == 1) && (SvcValue() >= kStopCode); in IsStop()
2067 int type = instr->TypeValue(); in DecodeType01()2339 DCHECK(instr->TypeValue() == 1); in DecodeType01()3091 DCHECK((instr->TypeValue() == 7) && (instr->Bit(24) == 0x0) ); in DecodeTypeVFP()3630 DCHECK((instr->TypeValue() == 6)); in DecodeType6CoprocessorIns()3963 switch (instr->TypeValue()) { in InstructionDecode()
387 unsigned &TypeValue = CompletionTypes[CanUsageType]; in CacheCodeCompletionResults() local388 if (TypeValue == 0) { in CacheCodeCompletionResults()389 TypeValue = CompletionTypes.size(); in CacheCodeCompletionResults()391 = TypeValue; in CacheCodeCompletionResults()394 CachedResult.Type = TypeValue; in CacheCodeCompletionResults()