Home
last modified time | relevance | path

Searched refs:TCGV_LOW (Results 1 – 3 of 3) sorted by relevance

/external/qemu/tcg/
Dtcg-op.h354 *tcg_ctx.gen_opparam_ptr++ = GET_TCGV_I32(TCGV_LOW(val)); in tcg_add_param_i64()
803 tcg_gen_mov_i32(TCGV_LOW(ret), TCGV_LOW(arg)); in tcg_gen_mov_i64()
810 tcg_gen_movi_i32(TCGV_LOW(ret), arg); in tcg_gen_movi_i64()
817 tcg_gen_ld8u_i32(TCGV_LOW(ret), arg2, offset); in tcg_gen_ld8u_i64()
824 tcg_gen_ld8s_i32(TCGV_LOW(ret), arg2, offset); in tcg_gen_ld8s_i64()
831 tcg_gen_ld16u_i32(TCGV_LOW(ret), arg2, offset); in tcg_gen_ld16u_i64()
838 tcg_gen_ld16s_i32(TCGV_LOW(ret), arg2, offset); in tcg_gen_ld16s_i64()
839 tcg_gen_sari_i32(TCGV_HIGH(ret), TCGV_LOW(ret), 31); in tcg_gen_ld16s_i64()
845 tcg_gen_ld_i32(TCGV_LOW(ret), arg2, offset); in tcg_gen_ld32u_i64()
852 tcg_gen_ld_i32(TCGV_LOW(ret), arg2, offset); in tcg_gen_ld32s_i64()
[all …]
Dtcg.c768 tcg_gen_mov_i32(TCGV_LOW(ret), TCGV_LOW(arg1)); in tcg_gen_shifti_i64()
774 tcg_gen_sari_i32(TCGV_LOW(ret), TCGV_HIGH(arg1), c); in tcg_gen_shifti_i64()
777 tcg_gen_shri_i32(TCGV_LOW(ret), TCGV_HIGH(arg1), c); in tcg_gen_shifti_i64()
781 tcg_gen_shli_i32(TCGV_HIGH(ret), TCGV_LOW(arg1), c); in tcg_gen_shifti_i64()
782 tcg_gen_movi_i32(TCGV_LOW(ret), 0); in tcg_gen_shifti_i64()
795 tcg_gen_shri_i32(TCGV_LOW(ret), TCGV_LOW(arg1), c); in tcg_gen_shifti_i64()
796 tcg_gen_or_i32(TCGV_LOW(ret), TCGV_LOW(ret), t0); in tcg_gen_shifti_i64()
799 tcg_gen_shri_i32(t0, TCGV_LOW(arg1), 32 - c); in tcg_gen_shifti_i64()
801 tcg_gen_shli_i32(t1, TCGV_LOW(arg1), c); in tcg_gen_shifti_i64()
804 tcg_gen_mov_i32(TCGV_LOW(ret), t1); in tcg_gen_shifti_i64()
[all …]
Dtcg.h298 #define TCGV_LOW(t) MAKE_TCGV_I32(GET_TCGV_I64(t)) macro
319 #define TCGV_LOW(t) (t) macro