Searched defs:ACC_REG_ID (Results 1 - 3 of 3) sorted by relevance
| /arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/ |
| H A D | reg_acc_alloc_test.cpp | 29 ASSERT_EQ(INS(id).GetDstReg(), compiler::ACC_REG_ID); in CheckInstructionsDestRegIsAcc() member in ark::bytecodeopt::test::RegAccAllocTest::compiler 50 ASSERT_EQ(INS(id).GetSrcReg(idx), compiler::ACC_REG_ID); in CheckInstructionsSrcRegIsAcc() member in ark::bytecodeopt::test::RegAccAllocTest::compiler 835 ASSERT_NE(INS(3U).GetDstReg(), compiler::ACC_REG_ID); in TEST_F() member in ark::bytecodeopt::test::compiler 836 ASSERT_EQ(INS(6U).GetDstReg(), compiler::ACC_REG_ID); in TEST_F() member in ark::bytecodeopt::test::compiler 837 ASSERT_NE(INS(16U).GetDstReg(), compiler::ACC_REG_ID); in TEST_F() member in ark::bytecodeopt::test::compiler 838 ASSERT_EQ(INS(19U).GetDstReg(), compiler::ACC_REG_ID); in TEST_F() member in ark::bytecodeopt::test::compiler 876 ASSERT_NE(INS(3U).GetDstReg(), compiler::ACC_REG_ID); in TEST_F() member in ark::bytecodeopt::test::compiler 912 EXPECT_EQ(INS(4U).GetDstReg(), compiler::ACC_REG_ID); in TEST_F() member in ark::bytecodeopt::test::compiler 913 EXPECT_EQ(INS(6U).GetDstReg(), compiler::ACC_REG_ID); in TEST_F() member in ark::bytecodeopt::test::compiler 914 EXPECT_EQ(INS(8U).GetDstReg(), compiler::ACC_REG_ID); in TEST_F() member in ark::bytecodeopt::test::compiler 915 EXPECT_EQ(INS(10U).GetDstReg(), compiler::ACC_REG_ID); TEST_F() member in ark::bytecodeopt::test::compiler 942 EXPECT_EQ(INS(1U).GetDstReg(), compiler::ACC_REG_ID); TEST_F() member in ark::bytecodeopt::test::compiler 968 EXPECT_NE(INS(1U).GetDstReg(), compiler::ACC_REG_ID); TEST_F() member in ark::bytecodeopt::test::compiler 969 EXPECT_EQ(INS(5U).GetDstReg(), compiler::ACC_REG_ID); TEST_F() member in ark::bytecodeopt::test::compiler 970 EXPECT_NE(INS(7U).GetDstReg(), compiler::ACC_REG_ID); TEST_F() member in ark::bytecodeopt::test::compiler 997 EXPECT_EQ(INS(7U).GetDstReg(), compiler::ACC_REG_ID); TEST_F() member in ark::bytecodeopt::test::compiler 998 EXPECT_NE(INS(8U).GetDstReg(), compiler::ACC_REG_ID); TEST_F() member in ark::bytecodeopt::test::compiler 1017 EXPECT_EQ(INS(1U).GetDstReg(), compiler::ACC_REG_ID); TEST_F() member in ark::bytecodeopt::test::compiler 1018 EXPECT_EQ(INS(3U).GetDstReg(), compiler::ACC_REG_ID); TEST_F() member in ark::bytecodeopt::test::compiler 1038 EXPECT_NE(INS(2U).GetDstReg(), compiler::ACC_REG_ID); TEST_F() member in ark::bytecodeopt::test::compiler 1039 EXPECT_EQ(INS(1U).GetDstReg(), compiler::ACC_REG_ID); TEST_F() member in ark::bytecodeopt::test::compiler 1201 EXPECT_NE(INS(6U).GetDstReg(), compiler::ACC_REG_ID); TEST_F() member in ark::bytecodeopt::test::compiler 1202 EXPECT_EQ(INS(4U).GetDstReg(), compiler::ACC_REG_ID); TEST_F() member in ark::bytecodeopt::test::compiler [all...] |
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| H A D | constants.h | 56 constexpr Register ACC_REG_ID = INVALID_REG_ID - 1U; member
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| H A D | operands.h | 50 constexpr uint8_t ACC_REG_ID = INVALID_REG_ID - 1U; variable
|
Completed in 3 milliseconds