Searched refs:TypeValue (Results 1 – 7 of 7) sorted by relevance
562 if (instr->TypeValue() == 0) { in FormatOption()565 ASSERT(instr->TypeValue() == 1); in FormatOption()682 int type = instr->TypeValue(); in DecodeType01()1086 VERIFY((instr->TypeValue() == 7) && (instr->Bit(24) == 0x0) ); in DecodeTypeVFP()1277 VERIFY(instr->TypeValue() == 6); in DecodeType6CoprocessorIns()1396 switch (instr->TypeValue()) { in InstructionDecode()
595 inline int TypeValue() const { return Bits(27, 25); } in TypeValue() function695 return (TypeValue() == 7) && (Bit(24) == 1) && (SvcValue() >= kStopCode); in IsStop()
2006 int type = instr->TypeValue(); in DecodeType01()2264 ASSERT(instr->TypeValue() == 1); in DecodeType01()2730 ASSERT((instr->TypeValue() == 7) && (instr->Bit(24) == 0x0) ); in DecodeTypeVFP()3130 ASSERT((instr->TypeValue() == 6)); in DecodeType6CoprocessorIns()3245 switch (instr->TypeValue()) { in InstructionDecode()
387 if ((instr->TypeValue() == 7) && in FormatVFPRegister()609 if (instr->TypeValue() == 0) { in FormatOption()612 ASSERT(instr->TypeValue() == 1); in FormatOption()729 int type = instr->TypeValue(); in DecodeType01()1249 VERIFY((instr->TypeValue() == 7) && (instr->Bit(24) == 0x0) ); in DecodeTypeVFP()1475 VERIFY(instr->TypeValue() == 6); in DecodeType6CoprocessorIns()1691 switch (instr->TypeValue()) { in InstructionDecode()
590 inline int TypeValue() const { return Bits(27, 25); } in TypeValue() function694 return (TypeValue() == 7) && (Bit(24) == 1) && (SvcValue() >= kStopCode); in IsStop()
2013 int type = instr->TypeValue(); in DecodeType01()2285 ASSERT(instr->TypeValue() == 1); in DecodeType01()2883 ASSERT((instr->TypeValue() == 7) && (instr->Bit(24) == 0x0) ); in DecodeTypeVFP()3343 ASSERT((instr->TypeValue() == 6)); in DecodeType6CoprocessorIns()3620 switch (instr->TypeValue()) { in InstructionDecode()
402 unsigned &TypeValue = CompletionTypes[CanUsageType]; in CacheCodeCompletionResults() local403 if (TypeValue == 0) { in CacheCodeCompletionResults()404 TypeValue = CompletionTypes.size(); in CacheCodeCompletionResults()406 = TypeValue; in CacheCodeCompletionResults()409 CachedResult.Type = TypeValue; in CacheCodeCompletionResults()