xref
: /
dports
/
emulators
/
riscv-isa-sim
/
riscv-isa-sim-4f12984
/
riscv
/
insns
/
vmandnot_mm.h
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
// vmandnot.mm vd, vs2, vs1
2
VI_LOOP_MASK
(
vs2
& ~
vs1
);
3