flip

From Mill Computing Wiki
(Redirected from Instruction Set/flipu)
Jump to: navigation, search
speculable  exu stream  exu block  compute phase   operation   in the logical value domain  

aliases: flips flipu
native on: all

Bit complement.

The dyadic operations change the single indexed bit.

related operations: set, clear, test


flip(op x) → op r0

operands: like Identity [xx:x]

Flips all bits, i.e. this is the bit complement.

encoding: flip(op x)

Core In Slots Latencies
Tin E0 1
Copper E0 1
Silver E0 E1 E2 E3 1
Gold E0 1

flip(op x, bit bit) → op r0

operands: like Shift [xi:x]


encoding: flip(op x)

Core In Slots Latencies
Tin E0
Copper E0
Silver E0 E1 E2 E3
Gold E0

flip(op x, n bit) → op r0

operands: like Shift [xi:x]


encoding: flip(op x)

Core In Slots Latencies
Tin E0
Copper E0
Silver E0 E1 E2 E3
Gold E0


Instruction Set, alphabetical, Instruction Set by Category, Instruction Set, sortable, filterable