Home
last modified time | relevance | path

Searched refs:IsMiscType0 (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/v8/src/arm/
Dconstants-arm.h606 inline bool IsMiscType0() const { return (Bit(24) == 1) in IsMiscType0() function
Ddisasm-arm.cc825 } else if ((type == 0) && instr->IsMiscType0()) { in DecodeType01()
Dsimulator-arm.cc2216 } else if ((type == 0) && instr->IsMiscType0()) { in DecodeType01()