/qemu/target/s390x/tcg/ |
H A D | vec_int_helper.c | 100 #define DEF_VAVG(BITS) \ argument 116 #define DEF_VAVGL(BITS) \ argument 132 #define DEF_VCLZ(BITS) \ argument 146 #define DEF_VCTZ(BITS) \ argument 262 #define DEF_VMAL(BITS) \ argument 279 #define DEF_VMAH(BITS) \ argument 296 #define DEF_VMALH(BITS) \ argument 313 #define DEF_VMAE(BITS, TBITS) \ argument 331 #define DEF_VMALE(BITS, TBITS) \ argument 349 #define DEF_VMAO(BITS, TBITS) \ argument [all …]
|
H A D | vec_string_helper.c | 136 #define DEF_VFAE_HELPER(BITS) \ argument 150 #define DEF_VFAE_CC_HELPER(BITS) \ argument 197 #define DEF_VFEE_HELPER(BITS) \ argument 209 #define DEF_VFEE_CC_HELPER(BITS) \ argument 262 #define DEF_VFENE_HELPER(BITS) \ argument 274 #define DEF_VFENE_CC_HELPER(BITS) \ argument 312 #define DEF_VISTR_HELPER(BITS) \ argument 321 #define DEF_VISTR_CC_HELPER(BITS) \ argument 420 #define DEF_VSTRC_HELPER(BITS) \ argument 433 #define DEF_VSTRC_RT_HELPER(BITS) \ argument [all …]
|
H A D | vec_helper.c | 67 #define DEF_VPK_HFN(BITS, TBITS) \ argument 92 #define DEF_VPK(BITS, TBITS) \ argument 106 #define DEF_VPKS(BITS, TBITS) \ argument 140 #define DEF_VPKLS(BITS, TBITS) \ argument
|
H A D | vec_fpu_helper.c | 225 #define DEF_GVEC_VOP2_FN(NAME, FN, BITS) \ argument 320 #define DEF_GVEC_VOP3_B(NAME, OP, BITS) \ argument 399 #define DEF_GVEC_WFC_B(NAME, SIGNAL, BITS) \ argument 500 #define DEF_GVEC_VFC_B(NAME, OP, BITS) \ argument 678 #define DEF_GVEC_VFMA_B(NAME, FLAGS, BITS) \ argument 1079 #define DEF_GVEC_VFMINMAX_B(NAME, IS_MIN, BITS) \ argument
|
/qemu/rust/qemu-api/src/ |
H A D | bitops.rs | 30 const BITS: u32; constant 79 const BITS: u32 = <$type>::BITS; constant
|
/qemu/target/mips/tcg/ |
H A D | msa_helper.c | 6471 #define MSA_FLOAT_COND(DEST, OP, ARG1, ARG2, BITS, QUIET) \ argument 6490 #define MSA_FLOAT_AF(DEST, ARG1, ARG2, BITS, QUIET) \ argument 6498 #define MSA_FLOAT_UEQ(DEST, ARG1, ARG2, BITS, QUIET) \ argument 6506 #define MSA_FLOAT_NE(DEST, ARG1, ARG2, BITS, QUIET) \ argument 6514 #define MSA_FLOAT_UNE(DEST, ARG1, ARG2, BITS, QUIET) \ argument 6525 #define MSA_FLOAT_ULE(DEST, ARG1, ARG2, BITS, QUIET) \ argument 6533 #define MSA_FLOAT_ULT(DEST, ARG1, ARG2, BITS, QUIET) \ argument 6541 #define MSA_FLOAT_OR(DEST, ARG1, ARG2, BITS, QUIET) \ argument 7071 #define IS_DENORMAL(ARG, BITS) \ argument 7075 #define MSA_FLOAT_BINOP(DEST, OP, ARG1, ARG2, BITS) \ argument [all …]
|
/qemu/hw/net/ |
H A D | i82596.c | 32 #define BITS(n, m) (((0xffffffffU << (31 - n)) >> (31 - n + m)) << m) macro
|
H A D | eepro100.c | 115 #define BITS(n, m) (((0xffffffffU << (31 - n)) >> (31 - n + m)) << m) macro
|