Home
last modified time | relevance | path

Searched refs:tcg_gen_abs_i32 (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/include/tcg/
H A Dtcg-op.h301 #define tcg_gen_abs_tl tcg_gen_abs_i32
H A Dtcg-op-common.h153 void tcg_gen_abs_i32(TCGv_i32, TCGv_i32);
/openbmc/qemu/target/ppc/translate/
H A Dspe-impl.c.inc124 GEN_SPEOP_ARITH1(evabs, tcg_gen_abs_i32);
/openbmc/qemu/target/rx/
H A Dtranslate.c1130 rx_gen_op_rr(tcg_gen_abs_i32, a->rd, a->rs); in trans_ABS_rr()
/openbmc/qemu/tcg/
H A Dtcg-op.c1414 void tcg_gen_abs_i32(TCGv_i32 ret, TCGv_i32 a) in tcg_gen_abs_i32() function
H A Dtcg-op-gvec.c2581 { .fni4 = tcg_gen_abs_i32, in tcg_gen_gvec_abs()
/openbmc/qemu/target/xtensa/
H A Dtranslate.c1308 tcg_gen_abs_i32(arg[0].out, arg[1].in); in translate_abs()