Home
last modified time | relevance | path

Searched defs:mt (Results 1 – 2 of 2) sorted by relevance

/qemu/tests/unit/
H A Dtest-qdev-global-props.c78 MyType *mt; in test_static_prop_subprocess() local
107 MyType *mt; in test_static_globalprop_subprocess() local
140 MyType *mt = DYNAMIC_TYPE(obj); in DECLARE_INSTANCE_CHECKER() local
148 MyType *mt = DYNAMIC_TYPE(obj); in prop2_accessor() local
219 MyType *mt; in test_dynamic_globalprop_subprocess() local
267 MyType *mt; in test_subclass_global_props() local
/qemu/target/arm/tcg/
H A Dtranslate.c4411 #define DO_SMLAX(NAME, add, nt, mt) \ argument
4434 static bool op_smlawx(DisasContext *s, arg_rrrr *a, bool add, bool mt) in op_smlawx()
4462 #define DO_SMLAWX(NAME, add, mt) \ argument