Home
last modified time | relevance | path

Searched refs:bias (Results 1 – 6 of 6) sorted by relevance

/qemu/tcg/
H A Ddebuginfo.c28 void debuginfo_report_elf(const char *name, int fd, uint64_t bias) in debuginfo_report_elf() argument
39 dwfl_report_elf(dwfl, name, name, fd, bias, true); in debuginfo_report_elf()
/qemu/include/tcg/
H A Ddebuginfo.h35 void debuginfo_report_elf(const char *name, int fd, uint64_t bias);
/qemu/tests/image-fuzzer/qcow2/
H A Dlayout.py113 self.bias = random.uniform(0.2, 0.5)
484 return random.random() < self.bias
/qemu/target/ppc/
H A Ddfp_helper.c1283 int bias; \
1295 bias = 398; \
1301 bias = 6176; \
1321 dfp.t.exponent = exp - bias; \
/qemu/target/mips/tcg/
H A Dmxu_translate.c1053 TCGv bias = tcg_temp_new(); in gen_mxu_d16mul() local
1059 tcg_gen_andi_tl(bias, mxu_CR, 0x4); in gen_mxu_d16mul()
1060 tcg_gen_brcondi_tl(TCG_COND_NE, bias, 0, l_apply_bias_l); in gen_mxu_d16mul()
1066 tcg_gen_brcondi_tl(TCG_COND_NE, bias, 0, l_apply_bias_r); in gen_mxu_d16mul()
1178 TCGv bias = tcg_temp_new(); in gen_mxu_d16mac() local
1184 tcg_gen_andi_tl(bias, mxu_CR, 0x4); in gen_mxu_d16mac()
1185 tcg_gen_brcondi_tl(TCG_COND_NE, bias, 0, l_apply_bias_l); in gen_mxu_d16mac()
1191 tcg_gen_brcondi_tl(TCG_COND_NE, bias, 0, l_apply_bias_r); in gen_mxu_d16mac()
/qemu/tcg/sparc64/
H A Dtcg-target.c.inc948 * the stack bias is applied in temp_allocate_frame().
954 * TCG_TARGET_CALL_STACK_OFFSET includes the stack bias, but is