Home
last modified time | relevance | path

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

/dports/devel/asmjit/asmjit-911a9a50a2cbc9802c4d44e94b8b99e1d9285cf3/test/
H A Dasmjit_test_x86_cc.cpp3110 int expectMul = calledFuncMul(arg1, arg2); in run() local
3113 expect.assignFormat("ret={add=%d, mul=%d}", expectAdd, expectMul); in run()
3115 return (resultAdd == expectAdd) && (resultMul == expectMul); in run()
/dports/emulators/mess/mame-mame0226/3rdparty/asmjit/test/
H A Dasmjit_test_x86_cc.cpp3397 int expectMul = calledFuncMul(arg1, arg2); in run() local
3400 expect.assignFormat("ret={add=%d, mul=%d}", expectAdd, expectMul); in run()
3402 return (resultAdd == expectAdd) && (resultMul == expectMul); in run()
/dports/emulators/mame/mame-mame0226/3rdparty/asmjit/test/
H A Dasmjit_test_x86_cc.cpp3397 int expectMul = calledFuncMul(arg1, arg2); in run() local
3400 expect.assignFormat("ret={add=%d, mul=%d}", expectAdd, expectMul); in run()
3402 return (resultAdd == expectAdd) && (resultMul == expectMul); in run()