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

  /external/qemu/
gen-icount.h 38 TCGv_i32 tmp = tcg_const_i32(1);
45 TCGv_i32 tmp = tcg_const_i32(0);
  /external/qemu/target-i386/
translate.c 766 gen_helper_svm_check_io(cpu_tmp2_i32, tcg_const_i32(svm_flags),
767 tcg_const_i32(next_eip - cur_eip));
    [all...]
  /external/qemu/target-arm/
translate.c 207 TCGv tmp_mask = tcg_const_i32(mask);
1043 TCGv tmp_shift = tcg_const_i32(shift); \
    [all...]
  /external/qemu/tcg/
tcg.h 462 #define tcg_const_ptr tcg_const_i32
495 TCGv_i32 tcg_const_i32(int32_t val);
tcg-op.h 482 TCGv_i32 t0 = tcg_const_i32(arg2);
495 TCGv_i32 t0 = tcg_const_i32(arg1);
506 TCGv_i32 t0 = tcg_const_i32(arg2);
529 TCGv_i32 t0 = tcg_const_i32(arg2);
552 TCGv_i32 t0 = tcg_const_i32(arg2);
573 TCGv_i32 t0 = tcg_const_i32(arg2);
589 TCGv_i32 t0 = tcg_const_i32(arg2);
605 TCGv_i32 t0 = tcg_const_i32(arg2);
621 TCGv_i32 t0 = tcg_const_i32(arg2);
636 TCGv_i32 t0 = tcg_const_i32(arg2)
    [all...]
tcg.c 520 TCGv_i32 tcg_const_i32(int32_t val) function
    [all...]

Completed in 110 milliseconds