Searched refs:tcg_const_i32 (Results 1 - 7 of 7) sorted by relevance

/external/qemu/include/exec/
H A Dgen-icount.h41 TCGv_i32 tmp = tcg_const_i32(1);
48 TCGv_i32 tmp = tcg_const_i32(0);
/external/qemu/target-i386/
H A Dtranslate.c862 tcg_const_i32(svm_flags),
863 tcg_const_i32(next_eip - cur_eip));
1472 TCGv_i32 tmp = tcg_const_i32(opreg);
2567 gen_helper_load_seg(cpu_env, tcg_const_i32(seg_reg), cpu_tmp2_i32);
2595 gen_helper_svm_check_intercept_param(cpu_env, tcg_const_i32(type),
2803 gen_helper_enter64_level(cpu_env, tcg_const_i32(level),
2804 tcg_const_i32((ot == OT_QUAD)),
2828 gen_helper_enter_level(cpu_env, tcg_const_i32(level),
2829 tcg_const_i32(s->dflag),
2842 gen_helper_raise_exception(cpu_env, tcg_const_i32(trapn
[all...]
/external/qemu/target-arm/
H A Dtranslate.c199 TCGv tmp_mask = tcg_const_i32(mask);
1038 TCGv tmp_shift = tcg_const_i32(shift); \
1718 tmp2 = tcg_const_i32(0xff);
1719 tmp3 = tcg_const_i32((insn & 7) << 3);
1722 tmp2 = tcg_const_i32(0xffff);
1723 tmp3 = tcg_const_i32((insn & 3) << 4);
1726 tmp2 = tcg_const_i32(0xffffffff);
1727 tmp3 = tcg_const_i32((insn & 1) << 5);
2191 tmp = tcg_const_i32((insn >> 20) & 3);
2248 tmp = tcg_const_i32(((ins
[all...]
/external/qemu/tcg/
H A Dtcg-op.h486 TCGv_i32 t0 = tcg_const_i32(arg2);
499 TCGv_i32 t0 = tcg_const_i32(arg1);
510 TCGv_i32 t0 = tcg_const_i32(arg2);
550 t0 = tcg_const_i32(arg2);
572 TCGv_i32 t0 = tcg_const_i32(arg2);
596 TCGv_i32 t0 = tcg_const_i32(arg2);
612 TCGv_i32 t0 = tcg_const_i32(arg2);
628 TCGv_i32 t0 = tcg_const_i32(arg2);
644 TCGv_i32 t0 = tcg_const_i32(arg2);
666 TCGv_i32 t0 = tcg_const_i32(arg
[all...]
H A Dtcg.h678 #define tcg_const_ptr(V) TCGV_NAT_TO_PTR(tcg_const_i32((intptr_t)(V)))
711 TCGv_i32 tcg_const_i32(int32_t val);
H A Dtcg.c603 TCGv_i32 tcg_const_i32(int32_t val) function
/external/qemu/target-mips/
H A Dtranslate.c440 TCGv_i32 helper_tmp = tcg_const_i32(arg); \
446 TCGv_i32 helper_tmp = tcg_const_i32(arg2); \
452 TCGv_i32 helper_tmp = tcg_const_i32(arg3); \
458 TCGv_i32 helper_tmp = tcg_const_i32(arg4); \
464 TCGv_i32 helper_tmp = tcg_const_i32(arg5); \
797 TCGv_i32 texcp = tcg_const_i32(excp);
798 TCGv_i32 terr = tcg_const_i32(err);

Completed in 122 milliseconds