HomeSort by relevance Sort by last modified time
    Searched refs:tcg_const_i32 (Results 1 - 7 of 7) sorted by null

  /external/qemu/include/exec/
gen-icount.h 41 TCGv_i32 tmp = tcg_const_i32(1);
48 TCGv_i32 tmp = tcg_const_i32(0);
  /external/qemu/target-i386/
translate.c 862 tcg_const_i32(svm_flags),
863 tcg_const_i32(next_eip - cur_eip));
    [all...]
  /external/qemu/target-arm/
translate.c 199 TCGv tmp_mask = tcg_const_i32(mask);
1038 TCGv tmp_shift = tcg_const_i32(shift); \
    [all...]
  /external/qemu/tcg/
tcg-op.h 486 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(arg2)
    [all...]
tcg.h 678 #define tcg_const_ptr(V) TCGV_NAT_TO_PTR(tcg_const_i32((intptr_t)(V)))
711 TCGv_i32 tcg_const_i32(int32_t val);
tcg.c 603 TCGv_i32 tcg_const_i32(int32_t val) function
    [all...]
  /external/qemu/target-mips/
translate.c 440 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);
    [all...]

Completed in 325 milliseconds