Searched refs:target_func (Results 1 – 1 of 1) sorted by relevance
170 auto target_func = exec.get<TestFunc>(); in CondTest1() local171 uint32_t result = target_func(1, 2); in CondTest1()176 result = target_func(-1, -1); in CondTest1()200 auto target_func = exec.get<TestFunc>(); in CondTest2() local201 uint32_t result = target_func(0x11, 1); in CondTest2()206 result = target_func(0x11, 0x8); in CondTest2()247 auto target_func = exec.get<TestFunc>(); in JccTest() local248 int result = target_func(1, 1); in JccTest()253 result = target_func(1, 0); in JccTest()258 result = target_func(0, 1); in JccTest()[all …]