H 918 src/arm/assembler-arm.cc ASSERT((instr & ~(kCondMask | L | S6 | H)) == (B4 | B7));
H 1424 src/arm/assembler-arm.cc addrmod3(cond | L | B7 | H | B4, dst, src);
H 1429 src/arm/assembler-arm.cc addrmod3(cond | B7 | H | B4, src, dst);
H 1439 src/arm/assembler-arm.cc addrmod3(cond | L | B7 | S6 | H | B4, dst, src);
H 198 src/arm/lithium-arm.h H##type* hydrogen() const { \
H 199 src/arm/lithium-arm.h return H##type::cast(hydrogen_value()); \
H 2258 src/arm/lithium-arm.h #define DECLARE_DO(type) LInstruction* Do##type(H##type* node);
H 49 src/hydrogen-instructions.cc LInstruction* H##type::CompileToLithium(LChunkBuilder* builder) { \
H 212 src/hydrogen-instructions.h static H##type* cast(HValue* value) { \
H 214 src/hydrogen-instructions.h return reinterpret_cast<H##type*>(value); \
H 220 src/hydrogen-instructions.h static H##type* cast(HValue* value) { \
H 222 src/hydrogen-instructions.h return reinterpret_cast<H##type*>(value); \
H 193 src/ia32/lithium-ia32.h H##type* hydrogen() const { \
H 194 src/ia32/lithium-ia32.h return H##type::cast(hydrogen_value()); \
H 2359 src/ia32/lithium-ia32.h #define DECLARE_DO(type) LInstruction* Do##type(H##type* node);
H 196 src/mips/lithium-mips.h H##type* hydrogen() const { \
H 197 src/mips/lithium-mips.h return H##type::cast(hydrogen_value()); \
H 2224 src/mips/lithium-mips.h #define DECLARE_DO(type) LInstruction* Do##type(H##type* node);
H 198 src/x64/lithium-x64.h H##type* hydrogen() const { \
H 199 src/x64/lithium-x64.h return H##type::cast(hydrogen_value()); \
H 2212 src/x64/lithium-x64.h #define DECLARE_DO(type) LInstruction* Do##type(H##type* node);