Home
last modified time | relevance | path

Searched refs:tcg_gen_abs_i64 (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/include/tcg/
H A Dtcg-op.h181 #define tcg_gen_abs_tl tcg_gen_abs_i64
H A Dtcg-op-common.h261 void tcg_gen_abs_i64(TCGv_i64, TCGv_i64);
/openbmc/qemu/tcg/
H A Dtcg-op.c3142 void tcg_gen_abs_i64(TCGv_i64 ret, TCGv_i64 a) in tcg_gen_abs_i64() function
H A Dtcg-op-gvec.c2586 { .fni8 = tcg_gen_abs_i64, in tcg_gen_gvec_abs()
/openbmc/qemu/target/s390x/tcg/
H A Dtranslate.c1184 tcg_gen_abs_i64(o->out, o->in2); in op_abs()
/openbmc/qemu/target/arm/tcg/
H A Dtranslate-a64.c10002 tcg_gen_abs_i64(tcg_rd, tcg_rn); in handle_2misc_64()