Searched refs:tcg_gen_hswap_i64 (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/target/s390x/tcg/ |
H A D | translate_vx.c.inc | 533 tcg_gen_hswap_i64(t0, t0); 534 tcg_gen_hswap_i64(t1, t1); 605 tcg_gen_hswap_i64(t1, t1); 606 tcg_gen_hswap_i64(t0, t0); 1124 tcg_gen_hswap_i64(t0, t0); 1125 tcg_gen_hswap_i64(t1, t1); 1183 tcg_gen_hswap_i64(t1, t1); 1184 tcg_gen_hswap_i64(t0, t0);
|
/openbmc/qemu/include/tcg/ |
H A D | tcg-op.h | 227 #define tcg_gen_hswap_tl tcg_gen_hswap_i64
|
H A D | tcg-op-common.h | 255 void tcg_gen_hswap_i64(TCGv_i64 ret, TCGv_i64 arg);
|
/openbmc/qemu/tcg/ |
H A D | tcg-op.c | 2339 void tcg_gen_hswap_i64(TCGv_i64 ret, TCGv_i64 arg) in tcg_gen_hswap_i64() function
|