Searched refs:addv (Results 1 – 6 of 6) sorted by relevance
| /openbmc/qemu/tests/tcg/sh4/ |
| H A D | test-addv.c | 7 static void addv(const int a, const int b, const int res, const int carry) in addv() function 23 addv(INT_MAX, 1, INT_MIN, 1); in main() 24 addv(INT_MAX - 1, 1, INT_MAX, 0); in main()
|
| H A D | Makefile.target | 21 test-addv: CFLAGS += -O -g 22 TESTS += test-addv
|
| /openbmc/qemu/tests/tcg/mips/include/ |
| H A D | wrappers_msa.h | 332 DO_MSA__WD__WS_WT(ADDV_B, addv.b) 333 DO_MSA__WD__WS_WT(ADDV_H, addv.h) 334 DO_MSA__WD__WS_WT(ADDV_W, addv.w) 335 DO_MSA__WD__WS_WT(ADDV_D, addv.d)
|
| /openbmc/qemu/target/mips/tcg/ |
| H A D | msa_helper.c | 5377 MSA_BINOP_IMM_DF(addvi, addv) in MSA_BINOP_IMM_DF() argument
|
| /openbmc/ |
| D | opengrok1.0.log | [all...] |
| D | opengrok2.0.log | [all...] |