Searched refs:write_aofs (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/target/arm/tcg/ |
H A D | gengvec64.c | 253 .write_aofs = true, in gen_gvec_suqadd_qc() 258 .write_aofs = true, in gen_gvec_suqadd_qc() 263 .write_aofs = true, in gen_gvec_suqadd_qc() 269 .write_aofs = true, in gen_gvec_suqadd_qc() 348 .write_aofs = true, in gen_gvec_usqadd_qc() 353 .write_aofs = true, in gen_gvec_usqadd_qc() 358 .write_aofs = true, in gen_gvec_usqadd_qc() 364 .write_aofs = true, in gen_gvec_usqadd_qc()
|
H A D | gengvec.c | 1393 .write_aofs = true, in gen_gvec_uqadd_qc() 1398 .write_aofs = true, in gen_gvec_uqadd_qc() 1403 .write_aofs = true, in gen_gvec_uqadd_qc() 1409 .write_aofs = true, in gen_gvec_uqadd_qc() 1474 .write_aofs = true, in gen_gvec_sqadd_qc() 1479 .write_aofs = true, in gen_gvec_sqadd_qc() 1484 .write_aofs = true, in gen_gvec_sqadd_qc() 1490 .write_aofs = true, in gen_gvec_sqadd_qc() 1539 .write_aofs = true, in gen_gvec_uqsub_qc() 1544 .write_aofs = true, in gen_gvec_uqsub_qc() [all …]
|
/openbmc/qemu/tcg/ |
H A D | tcg-op-gvec.c | 802 bool load_dest, bool write_aofs, in expand_3i_i32() argument 818 if (write_aofs) { in expand_3i_i32() 829 uint32_t cofs, uint32_t oprsz, bool write_aofs, in expand_4_i32() argument 844 if (write_aofs) { in expand_4_i32() 965 bool load_dest, bool write_aofs, in expand_3i_i64() argument 981 if (write_aofs) { in expand_3i_i64() 992 uint32_t cofs, uint32_t oprsz, bool write_aofs, in expand_4_i64() argument 1007 if (write_aofs) { in expand_4_i64() 1127 bool load_dest, bool write_aofs, in expand_3i_vec() argument 1143 if (write_aofs) { in expand_3i_vec() [all …]
|
/openbmc/qemu/include/tcg/ |
H A D | tcg-op-gvec-common.h | 187 bool write_aofs; member 208 bool write_aofs; member
|
/openbmc/qemu/target/ppc/translate/ |
H A D | vmx-impl.c.inc | 2943 .write_aofs = true, 2951 .write_aofs = true, 2959 .write_aofs = true, 2967 .write_aofs = true, 2975 .write_aofs = true, 2983 .write_aofs = true, 2991 .write_aofs = true, 2999 .write_aofs = true, 3007 .write_aofs = true, 3015 .write_aofs = true, [all …]
|