Searched refs:tcg_gen_wswap_i64 (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/target/s390x/tcg/ |
H A D | translate_vx.c.inc | 537 tcg_gen_wswap_i64(t0, t0); 538 tcg_gen_wswap_i64(t1, t1); 609 tcg_gen_wswap_i64(t1, t1); 610 tcg_gen_wswap_i64(t0, t0); 1128 tcg_gen_wswap_i64(t0, t0); 1129 tcg_gen_wswap_i64(t1, t1); 1187 tcg_gen_wswap_i64(t1, t1); 1188 tcg_gen_wswap_i64(t0, t0);
|
/openbmc/qemu/include/tcg/ |
H A D | tcg-op.h | 228 #define tcg_gen_wswap_tl tcg_gen_wswap_i64
|
H A D | tcg-op-common.h | 256 void tcg_gen_wswap_i64(TCGv_i64 ret, TCGv_i64 arg);
|
/openbmc/qemu/tcg/ |
H A D | tcg-op.c | 2362 void tcg_gen_wswap_i64(TCGv_i64 ret, TCGv_i64 arg) in tcg_gen_wswap_i64() function
|