Lines Matching refs:nr_bits
845 target_ulong value, int nr_bits) in __cpu_ppc_store_decr() argument
854 value = extract64(value, 0, nr_bits); in __cpu_ppc_store_decr()
855 decr = extract64(decr, 0, nr_bits); in __cpu_ppc_store_decr()
856 signed_value = sextract64(value, 0, nr_bits); in __cpu_ppc_store_decr()
857 signed_decr = sextract64(decr, 0, nr_bits); in __cpu_ppc_store_decr()
859 trace_ppc_decr_store(nr_bits, decr, value); in __cpu_ppc_store_decr()
897 int nr_bits) in _cpu_ppc_store_decr() argument
903 tb_env->flags, decr, value, nr_bits); in _cpu_ppc_store_decr()
912 int nr_bits = 32; in cpu_ppc_store_decr() local
920 nr_bits = pcc->lrg_decr_bits; in cpu_ppc_store_decr()
925 _cpu_ppc_store_decr(cpu, now, decr, value, nr_bits); in cpu_ppc_store_decr()
937 int nr_bits) in _cpu_ppc_store_hdecr() argument
946 hdecr, value, nr_bits); in _cpu_ppc_store_hdecr()