Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/assembler/
Dassembler_test.cc170 auto target_func = exec.get<TestFunc>(); in CondTest1() local
171 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() local
201 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() local
248 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 …]