Home
last modified time | relevance | path

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

/qemu/target/arm/
H A Dvfp_helper.c405 #define VFP_CONV_FIX_FLOAT(name, p, fsz, ftype, isz, itype) \ argument
408 { return itype##_to_##float##fsz##_scalbn(x, -shift, fpstp); }
410 #define VFP_CONV_FIX_FLOAT_ROUND(name, p, fsz, ftype, isz, itype) \ argument
435 #define VFP_CONV_FIX(name, p, fsz, ftype, isz, itype) \ argument
436 VFP_CONV_FIX_FLOAT(name, p, fsz, ftype, isz, itype) \
437 VFP_CONV_FIX_FLOAT_ROUND(name, p, fsz, ftype, isz, itype) \
438 VFP_CONV_FLOAT_FIX_ROUND(name, p, fsz, ftype, isz, itype, \
440 VFP_CONV_FLOAT_FIX_ROUND(name, p, fsz, ftype, isz, itype, \
443 #define VFP_CONV_FIX_A64(name, p, fsz, ftype, isz, itype) \ argument
444 VFP_CONV_FIX_FLOAT(name, p, fsz, ftype, isz, itype) \
[all …]
/qemu/target/hexagon/
H A Diclass.c32 SlotMask find_iclass_slots(Opcode opcode, int itype) in find_iclass_slots() argument
69 return iclass_info[itype]; in find_iclass_slots()
H A Diclass.h48 SlotMask find_iclass_slots(Opcode opcode, int itype);
/qemu/target/arm/tcg/
H A Dneon-ls.decode35 VLDST_multiple 1111 0100 0 . l:1 0 rn:4 .... itype:4 size:2 align:2 rm:4 \
H A Dtranslate-neon.c453 if (a->itype > 10) { in trans_VLDST_multiple()
457 switch (a->itype & 0xc) { in trans_VLDST_multiple()
471 nregs = neon_ls_element_type[a->itype].nregs; in trans_VLDST_multiple()
472 interleave = neon_ls_element_type[a->itype].interleave; in trans_VLDST_multiple()
473 spacing = neon_ls_element_type[a->itype].spacing; in trans_VLDST_multiple()
/qemu/tcg/
H A Dtcg.c4600 TCGType otype, itype; in tcg_reg_alloc_mov() local
4613 itype = ts->type; in tcg_reg_alloc_mov()
4630 temp_load(s, ts, tcg_target_available_regs[itype], in tcg_reg_alloc_mov()
4700 TCGType itype, vtype; in tcg_reg_alloc_dup() local
4711 itype = its->type; in tcg_reg_alloc_dup()
4761 if (tcg_out_mov(s, itype, ots->reg, its->reg)) { in tcg_reg_alloc_dup()
4772 lowpart_ofs = tcg_type_size(itype) - (1 << vece); in tcg_reg_alloc_dup()
4779 tcg_out_ld(s, itype, ots->reg, its->mem_base->reg, its->mem_offset); in tcg_reg_alloc_dup()