Searched refs:dst_mask (Results 1 – 1 of 1) sorted by relevance
/frameworks/libs/binary_translation/interpreter/riscv64/ |
D | interpreter.h | 3262 void OpVectorv(uint8_t dst, uint8_t src1, DstMaskType... dst_mask) { in OpVectorv() argument 3268 kExtraCsrs...>(dst, src1, dst_mask...); in OpVectorv() 3278 void OpVectorv(uint8_t dst, uint8_t src, DstMaskType... dst_mask) { in OpVectorv() argument 3279 static_assert(sizeof...(dst_mask) <= 1); in OpVectorv() 3280 if (!IsAligned<kRegistersInvolved>(dst | src | (dst_mask | ... | 0))) { in OpVectorv() 3298 uint8_t dst_mask_unpacked[1] = {dst_mask...}; in OpVectorv() 3838 void OpVectorx(uint8_t dst, ElementType arg2, DstMaskType... dst_mask) { in OpVectorx() argument 3840 dst, arg2, dst_mask...); in OpVectorx() 3849 void OpVectorx(uint8_t dst, ElementType arg2, DstMaskType... dst_mask) { in OpVectorx() argument 3850 static_assert(sizeof...(dst_mask) <= 1); in OpVectorx() [all …]
|