Searched refs:tcg_gen_brcondi_i64 (Results 1 – 10 of 10) sorted by relevance
/openbmc/qemu/accel/tcg/ |
H A D | plugin-gen.c | 168 tcg_gen_brcondi_i64(cond, val, cb->imm, after_cb); in gen_udata_cond_cb()
|
/openbmc/qemu/include/tcg/ |
H A D | tcg-op.h | 198 #define tcg_gen_brcondi_tl tcg_gen_brcondi_i64
|
H A D | tcg-op-common.h | 226 void tcg_gen_brcondi_i64(TCGCond cond, TCGv_i64 arg1, int64_t arg2, TCGLabel *);
|
/openbmc/qemu/target/hexagon/ |
H A D | genptr.c | 1440 tcg_gen_brcondi_i64(TCG_COND_NE, cond1, 0, no_ovfl_label); in gen_add_sat_i64() 1445 tcg_gen_brcondi_i64(TCG_COND_NE, cond2, 0, ovfl_label); in gen_add_sat_i64()
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | translate.c | 2119 tcg_gen_brcondi_i64(TCG_COND_EQ, cc, 0, lab); in op_csp() 2778 tcg_gen_brcondi_i64(TCG_COND_NE, o->in2, 0, lab); in op_lat() 2789 tcg_gen_brcondi_i64(TCG_COND_NE, o->out, 0, lab); in op_lgat() 2800 tcg_gen_brcondi_i64(TCG_COND_NE, o->in2, 0, lab); in op_lfhat() 2812 tcg_gen_brcondi_i64(TCG_COND_NE, o->out, 0, lab); in op_llgfat() 2823 tcg_gen_brcondi_i64(TCG_COND_NE, o->out, 0, lab); in op_llgtat() 4061 tcg_gen_brcondi_i64(TCG_COND_EQ, reserved, 0, ok); in gen_check_psw_mask()
|
/openbmc/qemu/target/alpha/ |
H A D | translate.c | 477 tcg_gen_brcondi_i64(cond, cmp, imm, lab_true); in gen_bcond_internal()
|
/openbmc/qemu/tcg/ |
H A D | tcg-op.c | 1950 void tcg_gen_brcondi_i64(TCGCond cond, TCGv_i64 arg1, int64_t arg2, TCGLabel *l) in tcg_gen_brcondi_i64() function
|
/openbmc/qemu/target/arm/tcg/ |
H A D | translate-a64.c | 1474 tcg_gen_brcondi_i64(a->nz ? TCG_COND_NE : TCG_COND_EQ, in trans_CBZ() 1493 tcg_gen_brcondi_i64(a->nz ? TCG_COND_NE : TCG_COND_EQ, in trans_TBZ()
|
H A D | translate-sve.c | 4950 tcg_gen_brcondi_i64(TCG_COND_EQ, temp, 0, over); in trans_LD1R_zpri()
|
/openbmc/qemu/target/mips/tcg/ |
H A D | translate.c | 3856 tcg_gen_brcondi_i64(TCG_COND_GE, t1, 0, lab); in gen_loongson_multimedia() 3876 tcg_gen_brcondi_i64(TCG_COND_GE, t1, 0, lab); in gen_loongson_multimedia()
|