Home
last modified time | relevance | path

Searched refs:tcg_gen_bswap32_i32 (Results 1 – 9 of 9) sorted by relevance

/openbmc/qemu/include/tcg/
H A Dtcg-op.h344 #define tcg_gen_bswap32_tl(D, S, F) tcg_gen_bswap32_i32(D, S)
345 #define tcg_gen_bswap_tl tcg_gen_bswap32_i32
H A Dtcg-op-common.h147 void tcg_gen_bswap32_i32(TCGv_i32 ret, TCGv_i32 arg);
/openbmc/qemu/tcg/
H A Dtcg-op-ldst.c216 tcg_gen_bswap32_i32(val, val); in tcg_gen_qemu_ld_i32_int()
250 tcg_gen_bswap32_i32(swap, val); in tcg_gen_qemu_st_i32_int()
H A Dtcg-op.c1351 void tcg_gen_bswap32_i32(TCGv_i32 ret, TCGv_i32 arg) in tcg_gen_bswap32_i32() function
2240 tcg_gen_bswap32_i32(TCGV_LOW(ret), TCGV_LOW(arg)); in tcg_gen_bswap32_i64()
2287 tcg_gen_bswap32_i32(t0, TCGV_LOW(arg)); in tcg_gen_bswap64_i64()
2288 tcg_gen_bswap32_i32(t1, TCGV_HIGH(arg)); in tcg_gen_bswap64_i64()
/openbmc/qemu/target/arm/tcg/
H A Dtranslate-neon.c2698 tcg_gen_bswap32_i32(tmp[half], tmp[half]); in trans_VREV64()
3310 tcg_gen_bswap32_i32, in trans_VREV32()
H A Dtranslate.c5977 return op_rr(s, a, tcg_gen_bswap32_i32); in trans_REV()
/openbmc/qemu/target/microblaze/
H A Dtranslate.c612 DO_TYPEA0(swapb, false, tcg_gen_bswap32_i32) in DO_TYPEA0() argument
/openbmc/qemu/target/rx/
H A Dtranslate.c1505 tcg_gen_bswap32_i32(cpu_regs[a->rd], cpu_regs[a->rs]); in trans_REVL()
/openbmc/qemu/target/m68k/
H A Dtranslate.c2475 tcg_gen_bswap32_i32(reg, reg); in DISAS_INSN()