Encoding:

MSA

011110

10

i8

ws

wd

I8

000000

6

2

8

5

5

6

Format:

NORI.B 

Immediate Logical Negated Or

NORI.B wd,ws,i8

MSA

Immediate Logical Negated Or

Purpose:

Immediate Logical Negated Or

Immediate by vector logical negated or.

Description:

wd[i] = ws[i] NOR i8

Each byte element of vector ws is combined with the 8-bit immediate i8 in a bitwis e logical NOR operation. The result is written to vector wd.

The operands and results are values in integer byte data format.

Restrictions:

No data-dependent exceptions are possible.

Operation:

 for i in 0 .. WRLEN/8-1
   WR[wd]8i+7..8i = WR[ws]8i+7..8i nor i87..0
endfor

Exceptions:

Reserved Instruction Exception, MSA Disabled Exception.