Home
last modified time | relevance | path

Searched defs:cmp (Results 1 – 25 of 39) sorted by relevance

12

/qemu/tests/tcg/aarch64/
H A Dsme-smopa-1.c6 static const int cmp[4][4] = { in main() local
H A Dsme-smopa-2.c6 static const long cmp[4][4] = { in main() local
/qemu/host/include/aarch64/host/
H A Datomic128-cas.h18 static inline Int128 atomic16_cmpxchg(Int128 *ptr, Int128 cmp, Int128 new) in atomic16_cmpxchg()
/qemu/target/s390x/tcg/
H A Dfpu_helper.c393 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 Dvec_fpu_helper.c346 int cmp; in DEF_GVEC_VOP3() local
366 int cmp; in wfc64() local
386 int cmp; in wfc128() local
/qemu/include/qemu/
H A Dqht.h18 qht_cmp_func_t cmp; member
/qemu/target/loongarch/tcg/
H A Dfpu_helper.c408 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 Dimx_epit.h76 uint32_t cmp; member
/qemu/util/
H A Dqtree.c558 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 Dqsp.c500 int cmp; in qsp_tree_cmp() local
H A Dqht.c464 void qht_init(struct qht *ht, qht_cmp_func_t cmp, size_t n_elems, in qht_init()
/qemu/target/hppa/
H A Dop_helper.c52 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 Dmte_helper.c313 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 Dvfp_helper.c304 static void softfloat_to_vfp_compare(CPUARMState *env, FloatRelation cmp) in softfloat_to_vfp_compare()
/qemu/tests/tcg/hexagon/
H A Dfpstuff.c52 uint32_t cmp; in check_compare_exception() local
/qemu/target/hexagon/
H A Dop_helper.c838 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 Dtranslate.c1113 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 Dsifive_plic.c54 uint32_t old, new, cmp = qatomic_read(a); in atomic_set_masked() local
/qemu/rust/qemu-api/src/
H A Dcell.rs296 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 Dexynos4210_pwm.c184 bool cmp; in exynos4210_pwm_tick() local
H A Dhpet.c56 uint64_t cmp; /* comparator */ member
/qemu/target/i386/tcg/system/
H A Dexcp_helper.c112 uint32_t cmp; in ptw_setl_slow() local
/qemu/target/ppc/
H A Dexcp_helper.c137 target_ulong *miss, *cmp; in ppc_excp_debug_sw_tlb() local
/qemu/hw/scsi/
H A Dvmw_pvscsi.c132 struct PVSCSIRingCmpDesc cmp; member
/qemu/rust/hw/timer/hpet/src/
H A Ddevice.rs200 cmp: u64, field

12