Lines Matching refs:Vector
9 ;; Vector Register Group Multiplier (LMUL)
45 ;; Application Vector Length (AVL)
60 ;; Vector Opcode Category
75 ;; Vector Opcode Masking
92 ;; Vector-Vector Opcodes
151 ;; Vector-Scalar Opcodes
217 ;; Vector-Vector Opcodes
225 ;; Vector-Scalar Opcodes
304 ;; Vector Addressing Mode
306 ;; Vector unit-stride operations access elements stored contiguously in memory
360 ;; As noted in the RISC-V Vector Extension Specification, rs2 is the first
363 ;; See Section 10.1 of the RISC-V Vector Extension Specification.
1237 ;; Helper for emitting the `vmseq.vv` (Vector Mask Set If Equal) instruction.
1242 ;; Helper for emitting the `vmseq.vx` (Vector Mask Set If Equal) instruction.
1247 ;; Helper for emitting the `vmseq.vi` (Vector Mask Set If Equal) instruction.
1252 ;; Helper for emitting the `vmsne.vv` (Vector Mask Set If Not Equal) instruction.
1257 ;; Helper for emitting the `vmsne.vx` (Vector Mask Set If Not Equal) instruction.
1262 ;; Helper for emitting the `vmsne.vi` (Vector Mask Set If Not Equal) instruction.
1267 ;; Helper for emitting the `vmsltu.vv` (Vector Mask Set If Less Than, Unsigned) instruction.
1272 ;; Helper for emitting the `vmsltu.vx` (Vector Mask Set If Less Than, Unsigned) instruction.
1277 ;; Helper for emitting the `vmslt.vv` (Vector Mask Set If Less Than) instruction.
1282 ;; Helper for emitting the `vmslt.vx` (Vector Mask Set If Less Than) instruction.
1287 ;; Helper for emitting the `vmsleu.vv` (Vector Mask Set If Less Than or Equal, Unsigned) instructio…
1292 ;; Helper for emitting the `vmsleu.vx` (Vector Mask Set If Less Than or Equal, Unsigned) instructio…
1297 ;; Helper for emitting the `vmsleu.vi` (Vector Mask Set If Less Than or Equal, Unsigned) instructio…
1302 ;; Helper for emitting the `vmsle.vv` (Vector Mask Set If Less Than or Equal) instruction.
1307 ;; Helper for emitting the `vmsle.vx` (Vector Mask Set If Less Than or Equal) instruction.
1312 ;; Helper for emitting the `vmsle.vi` (Vector Mask Set If Less Than or Equal) instruction.
1317 ;; Helper for emitting the `vmsgt.vv` (Vector Mask Set If Greater Than, Unsigned) instruction.
1322 ;; Helper for emitting the `vmsgtu.vx` (Vector Mask Set If Greater Than, Unsigned) instruction.
1327 ;; Helper for emitting the `vmsgtu.vi` (Vector Mask Set If Greater Than, Unsigned) instruction.
1332 ;; Helper for emitting the `vmsgt.vv` (Vector Mask Set If Greater Than) instruction.
1337 ;; Helper for emitting the `vmsgt.vx` (Vector Mask Set If Greater Than) instruction.
1342 ;; Helper for emitting the `vmsgt.vi` (Vector Mask Set If Greater Than) instruction.
1347 ;; Helper for emitting the `vmsgeu.vv` (Vector Mask Set If Greater Than or Equal, Unsigned) instruc…
1352 ;; Helper for emitting the `vmsge.vv` (Vector Mask Set If Greater Than or Equal) instruction.
1357 ;; Helper for emitting the `vmfeq.vv` (Vector Mask Set If Float Equal) instruction.
1362 ;; Helper for emitting the `vmfeq.vf` (Vector Mask Set If Float Equal) instruction.
1367 ;; Helper for emitting the `vmfne.vv` (Vector Mask Set If Float Not Equal) instruction.
1372 ;; Helper for emitting the `vmfne.vf` (Vector Mask Set If Float Not Equal) instruction.
1377 ;; Helper for emitting the `vmflt.vv` (Vector Mask Set If Float Less Than) instruction.
1382 ;; Helper for emitting the `vmflt.vf` (Vector Mask Set If Float Less Than) instruction.
1387 ;; Helper for emitting the `vmfle.vv` (Vector Mask Set If Float Less Than Or Equal) instruction.
1392 ;; Helper for emitting the `vmfle.vf` (Vector Mask Set If Float Less Than Or Equal) instruction.
1397 ;; Helper for emitting the `vmfgt.vv` (Vector Mask Set If Float Greater Than) instruction.
1402 ;; Helper for emitting the `vmfgt.vf` (Vector Mask Set If Float Greater Than) instruction.
1407 ;; Helper for emitting the `vmfge.vv` (Vector Mask Set If Float Greater Than Or Equal) instruction.
1412 ;; Helper for emitting the `vmfge.vf` (Vector Mask Set If Float Greater Than Or Equal) instruction.