adds mask_mask logical instructions

This commit is contained in:
2025-02-19 19:46:33 +01:00
parent 63889b02e7
commit c1277b6528
3 changed files with 82 additions and 37 deletions

View File

@ -494,6 +494,9 @@ if(vector != null) {%>
throw new std::runtime_error("Unsupported sew bit value");
}
}
void mask_mask_op(uint8_t* V, unsigned funct6, unsigned funct3, uint64_t vl, uint64_t vstart, unsigned vd, unsigned vs2, unsigned vs1){
return softvector::mask_mask_op<${vlen}>(V, funct6, funct3, vl, vstart, vd, vs2, vs1);
}
<%}%>
uint64_t fetch_count{0};
uint64_t tval{0};