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

  /external/qemu/tcg/hppa/
tcg-target.c 506 static void tcg_out_andi(TCGContext *s, int ret, int arg, tcg_target_ulong m) function
939 tcg_out_andi(s, r0, addrlo, TARGET_PAGE_MASK | ((1 << s_bits) - 1));
    [all...]
  /external/qemu/tcg/sparc/
tcg-target.c 439 static inline void tcg_out_andi(TCGContext *s, int reg, tcg_target_long val) function
774 tcg_out_andi(s, arg1, (CPU_TLB_SIZE - 1) << CPU_TLB_ENTRY_BITS);
986 tcg_out_andi(s, arg1, (CPU_TLB_SIZE - 1) << CPU_TLB_ENTRY_BITS);
    [all...]

Completed in 52 milliseconds