Lines Matching refs:nr_bits
846 target_ulong value, int nr_bits) in __cpu_ppc_store_decr() argument
855 value = extract64(value, 0, nr_bits); in __cpu_ppc_store_decr()
856 decr = extract64(decr, 0, nr_bits); in __cpu_ppc_store_decr()
857 signed_value = sextract64(value, 0, nr_bits); in __cpu_ppc_store_decr()
858 signed_decr = sextract64(decr, 0, nr_bits); in __cpu_ppc_store_decr()
860 trace_ppc_decr_store(nr_bits, decr, value); in __cpu_ppc_store_decr()
898 int nr_bits) in _cpu_ppc_store_decr() argument
904 tb_env->flags, decr, value, nr_bits); in _cpu_ppc_store_decr()
913 int nr_bits = 32; in cpu_ppc_store_decr() local
921 nr_bits = pcc->lrg_decr_bits; in cpu_ppc_store_decr()
926 _cpu_ppc_store_decr(cpu, now, decr, value, nr_bits); in cpu_ppc_store_decr()
938 int nr_bits) in _cpu_ppc_store_hdecr() argument
947 hdecr, value, nr_bits); in _cpu_ppc_store_hdecr()