Searched refs:tcg_gen_or_i32 (Results 1 – 4 of 4) sorted by relevance
/external/qemu/tcg/ |
D | tcg-op.h | 535 static inline void tcg_gen_or_i32(TCGv_i32 ret, TCGv_i32 arg1, TCGv_i32 arg2) in tcg_gen_or_i32() function 553 tcg_gen_or_i32(ret, arg1, t0); in tcg_gen_ori_i32() 899 tcg_gen_or_i32(TCGV_LOW(ret), TCGV_LOW(arg1), TCGV_LOW(arg2)); in tcg_gen_or_i64() 900 tcg_gen_or_i32(TCGV_HIGH(ret), TCGV_HIGH(arg1), TCGV_HIGH(arg2)); in tcg_gen_or_i64() 1463 tcg_gen_or_i32(ret, ret, t0); in tcg_gen_bswap16_i32() 1481 tcg_gen_or_i32(t0, t0, t1); in tcg_gen_bswap32_i32() 1485 tcg_gen_or_i32(t0, t0, t1); in tcg_gen_bswap32_i32() 1488 tcg_gen_or_i32(ret, t0, t1); in tcg_gen_bswap32_i32() 1913 tcg_gen_or_i32(ret, arg1, arg2); in tcg_gen_nor_i32() 1939 tcg_gen_or_i32(ret, arg1, t0); in tcg_gen_orc_i32() [all …]
|
D | tcg.c | 746 tcg_gen_or_i32(TCGV_LOW(ret), TCGV_LOW(ret), t0); in tcg_gen_shifti_i64() 753 tcg_gen_or_i32(TCGV_HIGH(ret), TCGV_HIGH(ret), t0); in tcg_gen_shifti_i64()
|
/external/qemu/target-arm/ |
D | translate.c | 245 tcg_gen_or_i32(var, var, tmp); in gen_rev16() 286 tcg_gen_or_i32(dest, base, val); in gen_bfi() 354 tcg_gen_or_i32(var, var, tmp); in gen_swap_half() 488 tcg_gen_or_i32(var, var, tmp); in gen_arm_shift_im() 1876 tcg_gen_or_i32(tmp, tmp, tmp2); in disas_iwmmxt_insn() 1882 tcg_gen_or_i32(tmp, tmp, tmp2); in disas_iwmmxt_insn() 1887 tcg_gen_or_i32(tmp, tmp, tmp2); in disas_iwmmxt_insn() 2677 tcg_gen_or_i32(var, var, tmp); in gen_neon_dup_u8() 2679 tcg_gen_or_i32(var, var, tmp); in gen_neon_dup_u8() 2688 tcg_gen_or_i32(var, var, tmp); in gen_neon_dup_low16() [all …]
|
/external/qemu/target-mips/ |
D | translate.c | 5721 tcg_gen_or_i32(t0, t0, t1); in gen_compute_branch1() 5734 tcg_gen_or_i32(t0, t0, t1); in gen_compute_branch1() 5746 tcg_gen_or_i32(t0, t0, t1); in gen_compute_branch1() 5748 tcg_gen_or_i32(t0, t0, t1); in gen_compute_branch1() 5750 tcg_gen_or_i32(t0, t0, t1); in gen_compute_branch1() 5763 tcg_gen_or_i32(t0, t0, t1); in gen_compute_branch1() 5765 tcg_gen_or_i32(t0, t0, t1); in gen_compute_branch1() 5767 tcg_gen_or_i32(t0, t0, t1); in gen_compute_branch1()
|