OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TCGV_LOW
(Results
1 - 3
of
3
) sorted by null
/external/qemu/tcg/
tcg-op.h
354
*tcg_ctx.gen_opparam_ptr++ = GET_TCGV_I32(
TCGV_LOW
(val));
803
tcg_gen_mov_i32(
TCGV_LOW
(ret),
TCGV_LOW
(arg));
810
tcg_gen_movi_i32(
TCGV_LOW
(ret), arg);
817
tcg_gen_ld8u_i32(
TCGV_LOW
(ret), arg2, offset);
824
tcg_gen_ld8s_i32(
TCGV_LOW
(ret), arg2, offset);
831
tcg_gen_ld16u_i32(
TCGV_LOW
(ret), arg2, offset);
838
tcg_gen_ld16s_i32(
TCGV_LOW
(ret), arg2, offset);
839
tcg_gen_sari_i32(TCGV_HIGH(ret),
TCGV_LOW
(ret), 31);
845
tcg_gen_ld_i32(
TCGV_LOW
(ret), arg2, offset)
[
all
...]
tcg.c
768
tcg_gen_mov_i32(
TCGV_LOW
(ret),
TCGV_LOW
(arg1));
774
tcg_gen_sari_i32(
TCGV_LOW
(ret), TCGV_HIGH(arg1), c);
777
tcg_gen_shri_i32(
TCGV_LOW
(ret), TCGV_HIGH(arg1), c);
781
tcg_gen_shli_i32(TCGV_HIGH(ret),
TCGV_LOW
(arg1), c);
782
tcg_gen_movi_i32(
TCGV_LOW
(ret), 0);
795
tcg_gen_shri_i32(
TCGV_LOW
(ret),
TCGV_LOW
(arg1), c);
796
tcg_gen_or_i32(
TCGV_LOW
(ret),
TCGV_LOW
(ret), t0)
[
all
...]
tcg.h
298
#define
TCGV_LOW
(t) MAKE_TCGV_I32(GET_TCGV_I64(t))
319
#define
TCGV_LOW
(t) (t)
Completed in 33 milliseconds