Searched refs:subv (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/tests/tcg/sh4/ |
H A D | test-subv.c | 7 static void subv(const int a, const int b, const int res, const int carry) in subv() function 23 subv(INT_MIN, 1, INT_MAX, 1); in main() 24 subv(INT_MAX, -1, INT_MIN, 1); in main() 25 subv(INT_MAX, 1, INT_MAX - 1, 0); in main() 26 subv(0, 1, -1, 0); in main() 27 subv(-1, -1, 0, 0); in main()
|
H A D | Makefile.target | 24 test-subv: CFLAGS += -O -g 25 TESTS += test-subv
|
/openbmc/linux/drivers/net/wireless/ath/ath5k/ |
H A D | led.c | 47 #define ATH_SDEVICE(subv, subd) \ argument 49 .subvendor = (subv), .subdevice = (subd)
|
/openbmc/qemu/tests/tcg/mips/include/ |
H A D | wrappers_msa.h | 605 DO_MSA__WD__WS_WT(SUBV_B, subv.b) 606 DO_MSA__WD__WS_WT(SUBV_H, subv.h) 607 DO_MSA__WD__WS_WT(SUBV_W, subv.w) 608 DO_MSA__WD__WS_WT(SUBV_D, subv.d)
|
/openbmc/qemu/target/mips/tcg/ |
H A D | msa_helper.c | 5377 MSA_BINOP_IMM_DF(subvi, subv) in MSA_BINOP_IMM_DF()
|