Home
last modified time | relevance | path

Searched refs:TypeValue (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/arm/
Ddisasm-arm.cc562 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()
Dconstants-arm.h595 inline int TypeValue() const { return Bits(27, 25); } in TypeValue() function
695 return (TypeValue() == 7) && (Bit(24) == 1) && (SvcValue() >= kStopCode); in IsStop()
Dsimulator-arm.cc2006 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()
/external/clang/lib/Frontend/
DASTUnit.cpp386 unsigned &TypeValue = CompletionTypes[CanUsageType]; in CacheCodeCompletionResults() local
387 if (TypeValue == 0) { in CacheCodeCompletionResults()
388 TypeValue = CompletionTypes.size(); in CacheCodeCompletionResults()
390 = TypeValue; in CacheCodeCompletionResults()
393 CachedResult.Type = TypeValue; in CacheCodeCompletionResults()