Searched refs:Is32 (Results 1 – 5 of 5) sorted by relevance
33 bool Is32() const { in Is32() function in v8::internal::compiler::ChangeLoweringTest79 return Is32() ? IsInt32Constant(value) : IsInt64Constant(value); in IsIntPtrConstant()86 return Is32() ? IsWord32Equal(lhs_matcher, rhs_matcher) in IsWordEqual()256 if (!Is32()) { in TARGET_TEST_P()280 if (!Is32()) { in TARGET_TEST_P()306 if (!Is32()) { in TARGET_TEST_P()327 if (!Is32()) { in TARGET_TEST_P()
316 bool Is32() const { return word() == MachineRepresentation::kWord32; } in Is32() function343 return Is32() ? Prefix##32##Suffix() : Prefix##64##Suffix(); \
90 return machine()->Is32() ? Int32Constant(static_cast<int32_t>(value)) in IntPtrConstant()
153 if (machine()->Is32()) { in WordNot()160 if (machine()->Is32()) { in WordBinaryNot()
4168 class T_COUNT_LEADING<string MnOp, bits<3> MajOp, bits<3> MinOp, bit Is32,4175 let Inst{26} = Is32;