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

  /external/qemu/tcg/
tcg-op.h 558 static inline void tcg_gen_xor_i32(TCGv_i32 ret, TCGv_i32 arg1, TCGv_i32 arg2) function
574 tcg_gen_xor_i32(ret, arg1, t0);
911 tcg_gen_xor_i32(TCGV_LOW(ret), TCGV_LOW(arg1), TCGV_LOW(arg2));
912 tcg_gen_xor_i32(TCGV_HIGH(ret), TCGV_HIGH(arg1), TCGV_HIGH(arg2));
    [all...]
  /external/qemu/target-arm/
translate.c 368 tcg_gen_xor_i32(tmp, t0, t1);
373 tcg_gen_xor_i32(t0, t0, tmp);
667 tcg_gen_xor_i32(tmp, tmp, tmp2);
674 tcg_gen_xor_i32(tmp, tmp, tmp2);
685 tcg_gen_xor_i32(tmp, tmp, tmp2);
696 tcg_gen_xor_i32(tmp, tmp, tmp2);
    [all...]

Completed in 19 milliseconds