Searched refs:itof (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/target/rx/ |
H A D | helper.h | 14 DEF_HELPER_FLAGS_2(itof, TCG_CALL_NO_WG, f32, env, i32)
|
/openbmc/qemu/target/openrisc/ |
H A D | disas.c | 161 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 D | helper.h | 116 DEF_HELPER_2(itof, i32, env, i32)
|
/openbmc/qemu/target/arm/tcg/ |
H A D | translate-a64.c | 9231 bool itof, int rmode, int scale, int sf, int type) in handle_fpfpcvt() argument 9242 if (itof) { in handle_fpfpcvt() 9404 bool itof; in disas_fp_fixed_conv() local 9428 itof = true; in disas_fp_fixed_conv() 9432 itof = false; in disas_fp_fixed_conv() 9443 handle_fpfpcvt(s, rd, rn, opcode, itof, FPROUNDING_ZERO, scale, sf, type); in disas_fp_fixed_conv() 9446 static void handle_fmov(DisasContext *s, int rd, int rn, int type, bool itof) in handle_fmov() argument 9452 if (itof) { in handle_fmov() 9536 bool itof = false; in disas_fp_int_conv() local 9545 itof = true; in disas_fp_int_conv() [all …]
|