/qemu/tests/tcg/aarch64/ |
H A D | sme-smopa-1.c | 6 static const int cmp[4][4] = { in main() local
|
H A D | sme-smopa-2.c | 6 static const long cmp[4][4] = { in main() local
|
/qemu/host/include/aarch64/host/ |
H A D | atomic128-cas.h | 18 static inline Int128 atomic16_cmpxchg(Int128 *ptr, Int128 cmp, Int128 new) in atomic16_cmpxchg()
|
/qemu/target/s390x/tcg/ |
H A D | fpu_helper.c | 393 FloatRelation cmp = float32_compare_quiet(f1, f2, &env->fpu_status); in HELPER() local 401 FloatRelation cmp = float64_compare_quiet(f1, f2, &env->fpu_status); in HELPER() local 409 FloatRelation cmp = float128_compare_quiet(ARG128(a), ARG128(b), in HELPER() local 756 FloatRelation cmp = float32_compare(f1, f2, &env->fpu_status); in HELPER() local 764 FloatRelation cmp = float64_compare(f1, f2, &env->fpu_status); in HELPER() local 772 FloatRelation cmp = float128_compare(ARG128(a), ARG128(b), in HELPER() local
|
H A D | vec_fpu_helper.c | 346 int cmp; in DEF_GVEC_VOP3() local 366 int cmp; in wfc64() local 386 int cmp; in wfc128() local
|
/qemu/include/qemu/ |
H A D | qht.h | 18 qht_cmp_func_t cmp; member
|
/qemu/target/loongarch/tcg/ |
H A D | fpu_helper.c | 408 static uint64_t fcmp_common(CPULoongArchState *env, FloatRelation cmp, in fcmp_common() 438 FloatRelation cmp = float32_compare_quiet((uint32_t)fj, in helper_fcmp_c_s() local 447 FloatRelation cmp = float32_compare((uint32_t)fj, in helper_fcmp_s_s() local 456 FloatRelation cmp = float64_compare_quiet(fj, fk, &env->fp_status); in helper_fcmp_c_d() local 464 FloatRelation cmp = float64_compare(fj, fk, &env->fp_status); in helper_fcmp_s_d() local
|
/qemu/include/hw/timer/ |
H A D | imx_epit.h | 76 uint32_t cmp; member
|
/qemu/util/ |
H A D | qtree.c | 558 int cmp = tree->key_compare(key, node->key, tree->key_compare_data); in q_tree_insert_internal() local 745 int cmp = tree->key_compare(key, node->key, tree->key_compare_data); in q_tree_remove_internal() local 1190 gint cmp; in q_tree_find_node() local
|
H A D | qsp.c | 500 int cmp; in qsp_tree_cmp() local
|
H A D | qht.c | 464 void qht_init(struct qht *ht, qht_cmp_func_t cmp, size_t n_elems, in qht_init()
|
/qemu/target/hppa/ |
H A D | op_helper.c | 52 uint32_t old, new, cmp, *haddr; in atomic_store_mask32() local 79 uint64_t old, new, cmp, *haddr; in atomic_store_mask64() local
|
/qemu/target/arm/tcg/ |
H A D | mte_helper.c | 313 uint8_t cmp = qatomic_cmpxchg(mem, old, new); in store_tag1_parallel() local 681 static int checkN(uint8_t *mem, int odd, int cmp, int count) in checkN() 730 static int checkNrev(uint8_t *mem, int odd, int cmp, int count) in checkNrev()
|
H A D | vfp_helper.c | 304 static void softfloat_to_vfp_compare(CPUARMState *env, FloatRelation cmp) in softfloat_to_vfp_compare()
|
/qemu/tests/tcg/hexagon/ |
H A D | fpstuff.c | 52 uint32_t cmp; in check_compare_exception() local
|
/qemu/target/hexagon/ |
H A D | op_helper.c | 838 int cmp; in HELPER() local 849 int cmp; in HELPER() local 990 int cmp; in HELPER() local 1001 int cmp; in HELPER() local
|
/qemu/target/sparc/ |
H A D | translate.c | 1113 static void gen_compare(DisasCompare *cmp, bool xcc, unsigned int cond, in gen_compare() 1212 static void gen_fcompare(DisasCompare *cmp, unsigned int cc, unsigned int cond) in gen_fcompare() 1272 static bool gen_compare_reg(DisasCompare *cmp, int cond, TCGv r_src) in gen_compare_reg() 2384 static void gen_fmovs(DisasContext *dc, DisasCompare *cmp, int rd, int rs) in gen_fmovs() 2410 static void gen_fmovd(DisasContext *dc, DisasCompare *cmp, int rd, int rs) in gen_fmovd() 2423 static void gen_fmovq(DisasContext *dc, DisasCompare *cmp, int rd, int rs) in gen_fmovq() 2574 static bool advance_jump_cond(DisasContext *dc, DisasCompare *cmp, in advance_jump_cond() 2676 DisasCompare cmp; in do_bpcc() local 2687 DisasCompare cmp; in TRANS() local 2701 DisasCompare cmp; in TRANS() local [all …]
|
/qemu/hw/intc/ |
H A D | sifive_plic.c | 54 uint32_t old, new, cmp = qatomic_read(a); in atomic_set_masked() local
|
/qemu/rust/qemu-api/src/ |
H A D | cell.rs | 296 fn cmp(&self, other: &BqlCell<T>) -> Ordering { in cmp() method 755 fn cmp(&self, other: &BqlRefCell<T>) -> Ordering { in cmp() method
|
/qemu/hw/timer/ |
H A D | exynos4210_pwm.c | 184 bool cmp; in exynos4210_pwm_tick() local
|
H A D | hpet.c | 56 uint64_t cmp; /* comparator */ member
|
/qemu/target/i386/tcg/system/ |
H A D | excp_helper.c | 112 uint32_t cmp; in ptw_setl_slow() local
|
/qemu/target/ppc/ |
H A D | excp_helper.c | 137 target_ulong *miss, *cmp; in ppc_excp_debug_sw_tlb() local
|
/qemu/hw/scsi/ |
H A D | vmw_pvscsi.c | 132 struct PVSCSIRingCmpDesc cmp; member
|
/qemu/rust/hw/timer/hpet/src/ |
H A D | device.rs | 200 cmp: u64, field
|