Home
last modified time | relevance | path

Searched refs:itof (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/target/rx/
H A Dhelper.h14 DEF_HELPER_FLAGS_2(itof, TCG_CALL_NO_WG, f32, env, i32)
/openbmc/qemu/target/openrisc/
H A Ddisas.c161 FP_INSN(itof, s, "r%d, r%d", a->d, a->a)
202 FP_INSN(itof, d, "r%d,r%d, r%d,r%d",
/openbmc/qemu/target/tricore/
H A Dhelper.h116 DEF_HELPER_2(itof, i32, env, i32)
/openbmc/qemu/target/arm/tcg/
H A Dtranslate-a64.c6615 bool itof, int rmode, int scale, int sf, int type) in handle_fpfpcvt() argument
6626 if (itof) { in handle_fpfpcvt()
6788 bool itof; in disas_fp_fixed_conv() local
6812 itof = true; in disas_fp_fixed_conv()
6816 itof = false; in disas_fp_fixed_conv()
6836 if (itof) { in handle_fmov()
6920 bool itof = false; in disas_fp_int_conv() local
6929 itof = true; in disas_fp_int_conv()
6954 handle_fpfpcvt(s, rd, rn, opcode, itof, rmode, 64, sf, type); in disas_fp_int_conv()
6976 itof = opcode & 1; in disas_fp_int_conv()
[all …]