Searched refs:mul16 (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/tests/tcg/xtensa/ |
H A D | test_mac16.S | 8 #define mul16(a, b) ((ext16(a) * ext16(b))) macro 34 assert_acc_value mul16(\a, \b) 37 assert_acc_value mul16(\a, (\b >> 16)) 40 assert_acc_value mul16((\a >> 16), \b) 43 assert_acc_value mul16((\a >> 16), (\b >> 16)) 76 assert_acc_value (\iv \op mul16(\a, \b)) 80 assert_acc_value (\iv \op mul16(\a, (\b >> 16))) 84 assert_acc_value (\iv \op mul16((\a >> 16), \b)) 88 assert_acc_value (\iv \op mul16((\a >> 16), (\b >> 16))) 172 assert_acc_value (\iv \op mul16(\a, \b)) [all …]
|
H A D | test_mul16.S | 3 test_suite mul16
|