Home
last modified time | relevance | path

Searched refs:TestExecute (Results 1 – 4 of 4) sorted by relevance

/llvm-project/lldb/unittests/Instruction/LoongArch/
H A DTestLoongArchEmulator.cpp178 ASSERT_TRUE(TestExecute(inst)); in TEST_F()
195 ASSERT_TRUE(TestExecute(inst)); in TEST_F()
210 ASSERT_TRUE(TestExecute(inst)); in TEST_F()
228 ASSERT_TRUE(tester->TestExecute(inst)); in testBcondBranch()
243 ASSERT_TRUE(tester->TestExecute(inst)); in testBZcondBranch()
258 ASSERT_TRUE(tester->TestExecute(inst)); in testBCZcondBranch()
/llvm-project/lldb/source/Plugins/Instruction/LoongArch/
H A DEmulateInstructionLoongArch.h63 bool TestExecute(uint32_t inst);
H A DEmulateInstructionLoongArch.cpp75 bool EmulateInstructionLoongArch::TestExecute(uint32_t inst) { in TestExecute() function in lldb_private::EmulateInstructionLoongArch
/llvm-project/flang/unittests/Runtime/
H A DAccessTest.cpp320 TEST(AccessTests, TestExecute) { in TEST()
282 TEST(AccessTests,TestExecute) TEST() argument