Home
last modified time | relevance | path

Searched defs:sub (Results 1 – 17 of 17) sorted by relevance

/qemu/target/openrisc/
H A Dfpu_helper.c124 FLOAT_CALC(sub) in FLOAT_CALC() argument
/qemu/tests/qtest/libqos/
H A Dlibqos.c82 QDict *rsp, *sub; in migrate() local
/qemu/migration/
H A Dvmstate.c555 vmstate_get_subsection(const VMStateDescription * const *sub, in vmstate_get_subsection()
623 const VMStateDescription * const *sub = vmsd->subsections; in vmstate_subsection_save() local
/qemu/target/tricore/
H A Dfpu_helper.c145 FADD_SUB(sub) in FADD_SUB() argument
/qemu/target/arm/tcg/
H A Dpauth_helper.c86 static const uint8_t sub[16] = { in pac_sub() local
H A Dvfp_helper.c280 VFP_BINOP(sub) in VFP_BINOP() argument
H A Dhelper-a64.c462 ADVSIMD_TWOHALFOP(sub) in ADVSIMD_TWOHALFOP() argument
H A Dtranslate.c6042 static bool op_smlad(DisasContext *s, arg_rrrr *a, bool m_swap, bool sub) in op_smlad()
6129 static bool op_smlald(DisasContext *s, arg_rrrr *a, bool m_swap, bool sub) in op_smlald()
6181 static bool op_smmla(DisasContext *s, arg_rrrr *a, bool round, bool sub) in op_smmla()
H A Dtranslate-sve.c7161 static bool do_FMLAL_zzzw(DisasContext *s, arg_rrrr_esz *a, bool sub, bool sel) in do_FMLAL_zzzw()
H A Dtranslate-a64.c6412 MemOp sign, bool sub) in do_addsub_wide()
/qemu/target/mips/tcg/
H A Ddsp_helper.c3411 int sub; in helper_extp() local
3436 int sub; in helper_extpdp() local
3464 int sub; in helper_dextp() local
3494 int sub; in helper_dextpdp() local
H A Dmxu_translate.c4348 static void gen_mxu_s32madd_sub(DisasContext *ctx, bool sub, bool uns) in gen_mxu_s32madd_sub()
/qemu/scripts/codeconverter/codeconverter/
H A Dpatching.py95 def sub(self, original: str, replacement: str) -> str: member in FileMatch
/qemu/disas/
H A Dhppa.c2780 int sub = GET_FIELD (insn, 14, 16); in print_insn_hppa() local
/qemu/hw/i386/
H A Dacpi-build.c2191 uint8_t sub = dev->config[PCI_SUBORDINATE_BUS]; in insert_ivhd() local
/qemu/target/ppc/
H A Dtranslate.c1672 TCGv arg1, TCGv arg2, int sub) in gen_op_arith_compute_ov()
1699 TCGv ca32, int sub) in gen_op_arith_compute_ca32()
/qemu/libdecnumber/
H A DdecNumber.c1919 uByte sub; /* add or subtract */ in decNumberNextToward() local