Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/backend/common/
Dmachine_ir_test.cc42 EXPECT_FALSE(reg.IsHardReg()); in TEST()
50 EXPECT_FALSE(reg.IsHardReg()); in TEST()
59 EXPECT_FALSE(reg.IsHardReg()); in TEST()
65 ASSERT_TRUE(reg.IsHardReg()); in TEST()
87 EXPECT_FALSE(reg.IsHardReg()); in TEST()
100 EXPECT_FALSE(reg.IsHardReg()); in TEST()
Dmachine_ir_debug.cc40 if (r.IsHardReg()) { in GetMachineRegDebugString()
/frameworks/libs/binary_translation/backend/include/berberis/backend/common/
Dmachine_ir.h59 [[nodiscard]] constexpr bool IsHardReg() const { in IsHardReg() function