Home
last modified time | relevance | path

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

/external/v8/src/arm/
Dconstants-arm.h685 inline bool IsSpecialType0() const { return (Bit(7) == 1) && (Bit(4) == 1); } in IsSpecialType0() function
Ddisasm-arm.cc683 if ((type == 0) && instr->IsSpecialType0()) { in DecodeType01()
Dsimulator-arm.cc2007 if ((type == 0) && instr->IsSpecialType0()) { in DecodeType01()