Searched refs:tcg_gen_bswap32_i32 (Results 1 – 9 of 9) sorted by relevance
/openbmc/qemu/include/tcg/ |
H A D | tcg-op.h | 344 #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 D | tcg-op-common.h | 147 void tcg_gen_bswap32_i32(TCGv_i32 ret, TCGv_i32 arg);
|
/openbmc/qemu/tcg/ |
H A D | tcg-op-ldst.c | 216 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 D | tcg-op.c | 1351 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 D | translate-neon.c | 2698 tcg_gen_bswap32_i32(tmp[half], tmp[half]); in trans_VREV64() 3310 tcg_gen_bswap32_i32, in trans_VREV32()
|
H A D | translate.c | 5977 return op_rr(s, a, tcg_gen_bswap32_i32); in trans_REV()
|
/openbmc/qemu/target/microblaze/ |
H A D | translate.c | 612 DO_TYPEA0(swapb, false, tcg_gen_bswap32_i32) in DO_TYPEA0() argument
|
/openbmc/qemu/target/rx/ |
H A D | translate.c | 1505 tcg_gen_bswap32_i32(cpu_regs[a->rd], cpu_regs[a->rs]); in trans_REVL()
|
/openbmc/qemu/target/m68k/ |
H A D | translate.c | 2480 tcg_gen_bswap32_i32(reg, reg); in DISAS_INSN()
|